Release 1.13.0 -- Lync & Office365
[siplcs.git] / NEWS
blob31b6096e04103be0fbebd980612119d93b7f9a90
1 version 1.13.0 "Lync & Office365" (2012-03-14)
2         - added [MS-SIPAE] TLS-DSK authentication scheme (Stefan Becker)
3           * TLS-DSK has been introduced in Lync
4           * mandatory for Office365 accounts
5           * also works for non-public Lync installations
6           * does not work yet with SSPI on Windows
7         - added [MS-DLX] based Get Info/Contact Search (Stefan Becker)
8           * [MS-PRES] SIP-Based Active Directory Search is disabled in Lync
9         - added experimental media TCP transport (Jakub Adam)
10         - make it compile against the latest purple 3.0.x API (Stefan Becker)
11         - make it compile against the latest glib2 2.31.x API (Stefan Becker)
12         - completed cleanup: core no longer requires libpurple (Stefan Becker)
13         - refactored crypto code, ie. NSS can replaced if necessary (Stefan Becker)
14         - sipe-domino.c is no longer built under UNIX to remove dead code (Stefan Becker)
15         - restricted XXX_CFLAGS to modules that need them (Stefan Becker)
16         - NSS is now a mandatory build requirement (Stefan Becker)
17         - decoupled SSPI from HAVE_LIBKRB5 flag. New flag is HAVE_SSPI (Stefan Becker)
18         - OBS mingw packages now use SSPI instead of NTLM (Stefan Becker)
19         - added NSIS package generation to OBS mingw packages (Stefan Becker)
20         - removed kopete backend. KDE is moving to telepathy (Stefan Becker)
21         - added MinGW cross-compilation on Linux instructions (Stefan Becker)