i18n: update bug tracker URL in script
[siplcs.git] / NEWS
blobf53769d88bb139afb0141275fb1329a9883ef0ca
1 version 1.15.0 "Authentication & Autodiscovery Update" (2013-03-09)
2         - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker)
3           * effective for all platforms that support --with-krb5
4           * this triggered a series of cleanup & simplification changes and
5             functionality & memory leak fixes in the sip-sec modules
6           * special thanks to Jarek Polok for the logs and testing
7         - Feature #3594094: Add HTTPS to autodiscover probe (Stefan Becker)
8         - Feature #3607040: Simple button to disable calendar integration (Stefan Becker)
9         - Fixed #3603228: Crash on 1.14.1 when connecting to server (Stefan Becker)
10         - Fixed #3604671: sip uri with apostrophe is not valid (Stefan Becker)
11         - fixed HTTP redirect crash (Stefan Becker)
12         - unified Single Sign-On handling in all places (Stefan Becker)
13           * if SSO is enabled then "Login" & "Password" settings are ignored
14           * SSO is now off by default for new accounts
15           * NOTE: if you do *NOT* use SSO, then be sure to disable it in the
16                   "Advanced" tab of the account settings after updating!
17         - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme (Stefan Becker)
18           * effective for all platforms that support --with-krb5
19           * it will try Kerberos first, then fall back to NTLM
20           * valid Kerberos Single Sign-On setup will be detected automatically
21           * setup for a mixed Kerberos/NTLM HTTP environment:
22             - login name:     DOMAIN\account
23             - password:       domain password
24             - authentication: Kerberos
25             - Single Sign-On: OFF(!)          (see above)
26         - enabled TLS-DSK support in Windows SSPI version
27         - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in
28         - Farstream 0.1.1 compatibility fix (Jakub Adam)
29         - support conf:sip: meeting URIs (Jakub Adam)
30         - updated Adium port (Michael Lamb)