l10n: sync translations with transifex.net (pt)
[siplcs.git] / NEWS
blobf0aee1841e8496596c990b406e8ccafcb164ee1b
1 version 1.18.0 "Adium, GSS-NTLMSSP & OpenSSL" (2014-01-11)
2         - Feature #71: Add support for EWS Autodiscover redirection (Stefan Becker)
3         - Feature #69: Add UI support for (group) chats (Michael Lamb)
4           * NOTE: Adium does not have an UI to fetch the room list
5         - Feature #64: Add support for GSS-NTLMSSP (Stefan Becker)
6           * sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c
7           * if gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will
8             be disabled and NTLM will be handled by sip-sec-gssapi.c instead
9           * NOTE: at the time of this writing the user has to set up
10                   GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech
11         - Fixed #227: Adium client doesn't save email option settings (Harris P. Kauffman)
12         - Fixed #216: SIPE stops working on Mavericks (Stefan Becker, Michael Lamb)
13           * add an UI option to disable SSL BEAST mitigations
14           * NOTE: requires Adium 1.5.10
15         - Fixed #197: Account stays in connecting stage (Harris P. Kauffman)
16         - cleanup for sip-sec Kerberos & SSPI modules (Stefan Becker)
17           * replace old TGT hack with gss_acquire_cred_with_password()
18           * clean up Kerberos detection in configure
19           * remove special case handling; code is more straight-forward now
20           * thanks to David Woodhouse and Simo Sorce for the GSSAPI information
21         - implement internal keepalive handling (Stefan Becker)
22         - implement crypto backend based on OpenSSL (Stefan Becker)
23         - adium: Xcode project files update (Michael Lamb)
24         - adium: replace NSS crypto backend with OpenSSL (Stefan Becker)
25           * NOTE: please make sure to read the updated build instructions!