digest: add support for OpenSSL 1.1.0
[siplcs.git] / contrib / debian / changelog
blobd7c4f30bb93b014d4de7d957fb8993e99116846a
1 pidgin-sipe (1.22.1-1) unstable; urgency=low
3   * New upstream version 1.22.1 "Bug Fixes I" (2017-06-10)
4         - Fixed #320: Multiple client detection broken (Stefan Becker)
5         - speed up Lync Autodiscover by using AccessLocation (Andrey Vaynberger)
6         - adium: update build instructions for Xcode 7.x or newer (Stefan Becker)
7           * the build environment used for releases 1.22.0 or older (Xcode 6.x
8             on OS X 10.11) is no longer available to the project
9           * releases starting with 1.??.? will use Xcode 8.x on macOS 10.12
10           * build target continues to be OS X 10.9
11         - purple: avoid rare SSL read deadlock (Stefan Becker)
12         - various minor fixes (Michael Olbrich)
13         - crypto: make code compile with OpenSSL 1.1.0 (Stefan Becker)
14         - drop references to Reuters Messaging (Stefan Becker)
15         - updated translations: Lithuanian (lt), Swedish (sv), Turkish (tr)
17  -- Stefan Becker <chemobejk@gmail.com>  Sat, 10 Jun 2017 23:10:00 +0300
19 pidgin-sipe (1.22.0-1) unstable; urgency=low
21   * New upstream version 1.22.0 "Application Sharing, Lync Autodiscover & Logging" (2017-02-01)
22         - Feature #93: Support for Lync Autodiscover (Stefan Becker)
23         - Feature #6: Application Sharing Viewer (Jakub Adam)
24           * requires libpurple >= 2.12.0
25           * needs an external RDP client - remmina and xfreerdp are supported
26         - Fixed #315: Crash when contact list is empty (Stefan Becker)
27         - Fixed #314: sipe login problems with long pw (Stefan Becker)
28         - separate logging and debugging output (Stefan Becker)
29           * logging is always shown, e.g. in the Pidgin debug window
30           * full message debugging now requires PURPLE_UNSAFE_DEBUG=1
31         - new translations: Greek (el), Lithuanian (lt)
33  -- Stefan Becker <chemobejk@gmail.com>  Wed, 01 Feb 2017 18:57:00 +0200
35 pidgin-sipe (1.21.1-1) unstable; urgency=low
37   * New upstream version 1.21.1 "Bug Fixes I" (2016-05-28)
38         - various bug fixes in media support (Jakub Adam)
39         - configure no longer ignores CFLAGS/LDFLAGS/LIBS (Stefan Becker)
41  -- Stefan Becker <chemobejk@gmail.com>  Sat, 28 May 2016 18:19:00 +0300
43 pidgin-sipe (1.21.0-1) unstable; urgency=low
45   * New upstream version 1.21.0 "Lync File Transfer" (2016-04-23)
46         - Feature #91: Support embedded XML as buddy photo URL (Stefan Becker)
47         - Feature #90: Add AppStream metadata file (Jiri Eischmann, Stefan Becker)
48         - Feature #89: Improve "Join scheduled conference" dialog  (Stefan Becker)
49         - Feature #87: Support multiple HTTP cookies (Stefan Becker)
50         - Feature #85: XML raw extract should ignore name space (Stefan Becker)
51         - Fixed #311: Crash when SIP transport becomes invalid (Stefan Becker)
52         - Fixed #293: Mandatory wsa:MessageID node missing (Stefan Becker)
53         - add support for Lync File Transfer protocol (Jakub Adam)
54           * requires libpurple >= 2.12.0
55           * Lync FT will be used for sending files when Lync 2013 is detected
56         - add build options to "About SIPE plugin" message (Stefan Becker)
58  -- Stefan Becker <chemobejk@gmail.com>  Sat, 23 Apr 2016 15:55:00 +0300
60 pidgin-sipe (1.20.1-1) unstable; urgency=low
62   * New upstream version 1.20.1 "Bug Fixes I" (2015-10-24)
63         - add support for another type of ADFS response (Stefan Becker)
64         - improve configure check for back-ported features (Stefan Becker, Jakub Adam)
65         - updated translations: French (fr), Russian (ru)
67  -- Stefan Becker <chemobejk@gmail.com>  Sat, 24 Oct 2015 15:20:00 +0300
69 pidgin-sipe (1.20.0-1) unstable; urgency=low
71   * New upstream version 1.20.0 "SRTP, Conference URL & TLS-DSK Improvements" (2015-08-29)
72         - Feature #82: Parse HTML from Lync conference URL (Stefan Becker)
73         - Feature #69: SRTP Support (Jakub Adam)
74           * requires libpurple >= 3.0.0
75         - Fixed #285: Office365 rejects RC4 in TLS-DSK (Stefan Becker)
76           * added support for AES-128/256-CBC
78  -- Stefan Becker <chemobejk@gmail.com>  Sat, 29 Aug 2015 18:07:00 +0300
80 pidgin-sipe (1.19.1-1) unstable; urgency=low
82   * New upstream version 1.19.1 "Bug Fixes I" (2015-04-04)
83         - Fixed #278: 488 error after libnice upgrade (Jakub Adam)
84         - fix SIP re-authentication timeout to be max. 8 hours (Stefan Becker)
86  -- Stefan Becker <chemobejk@gmail.com>  Sat, 04 Apr 2015 17:05:00 +0300
88 pidgin-sipe (1.19.0-1) unstable; urgency=low
90   * New upstream version 1.19.0 "Auto Authentication, MFA & Search Improvements" (2015-02-07)
91         - Feature #80: Move parsing of login name (Stefan Becker)
92         - Feature #79: support for Adium group chat bookmarks (David Matz, Stefan Becker)
93         - Feature #78: Support searching for SIP ID (Stefan Becker)
94         - Feature #76: ADFS can't always be used (Stefan Becker)
95           * for accounts that have Multi-Factor Authentication (MFA) enabled
96         - Feature #73: Support buddy photos from contactCard (Stefan Becker)
97         - Feature #65: Fall back from Kerberos to NTLM (Stefan Becker)
98         - Fixed #277: Raised contact names (Stefan Becker)
99         - Fixed #240: Corrupted HTTP response crashes SIPE (Stefan Becker)
100         - fix calendar state machine when EWS URL is set (Stefan Becker)
101         - fall back to [MS-DLX] BasicSearch to improve search experience (Stefan Becker, various)
102         - implement search functionality for UCS (Stefan Becker)
103         - adium: add chat room list UI (David Matz)
104         - adium: fix duplicate debug log messages (Stefan Becker)
105         - support for libnice TCP mode (Youness Alaoul, Jakub Adam)
106         - refactor CCCP request code (Jakub Adam)
108  -- Stefan Becker <chemobejk@gmail.com>  Sat, 07 Feb 2015 13:48:00 +0200
110 pidgin-sipe (1.18.5-1) unstable; urgency=low
112   * New upstream version 1.18.5 "Bug Fixes V" (2014-12-29)
113         - Fixed #276: Redundant "const" breaks build with clang (Stefan Becker)
114         - Fixed #269: purple idle-away converted to Away (Stefan Becker)
115         - svc: use authuser for RealmInfo request (Stefan Becker)
116         - adium: add release checking script (Stefan Becker)
117         - mingw: update fetch script to Pidgin 2.10.11 (Stefan Becker)
118         - updated translations: Italian (it), Swedish (sv)
120  -- Stefan Becker <chemobejk@gmail.com>  Mon, 29 Dec 2014 21:04:00 +0200
122 pidgin-sipe (1.18.4-1) unstable; urgency=low
124   * New upstream version 1.18.4 "Bug Fixes IV" (2014-10-18)
125         - Fixed #263: ADFS fails when user and login name differ (Stefan Becker)
126         - Fixed #262: Adium: SIPE doesn't auto- or re-connect (Stefan Becker)
127         - fixed memory leaks (Stefan Becker)
128         - fixed processing of presence publish event response (John Zhang, Stefan Becker)
129           * fixes a longstanding issue that the Pidgin user status sometimes
130             didn't switch back to "Available" after the end of a meeting
132  -- Stefan Becker <chemobejk@gmail.com>  Sat, 18 Oct 2014 17:24:00 +0300
134 pidgin-sipe (1.18.3-1) unstable; urgency=low
136   * New upstream version 1.18.3 "Bug Fixes III" (2014-08-16)
137         - Fixed #259: HTML response to EWS autodiscover triggers libxml2 assert (Stefan Becker)
138         - Fixed #258: V&V call gets rejected when IPv6 is enabled (Stefan Becker, Jakub Adam)
139         - Fixed #257: Windows 7: SIPE crashes after a minute (Stefan Becker)
140         - mingw: improve crash information reporting (Stefan Becker)
142  -- Stefan Becker <chemobejk@gmail.com>  Sat, 16 Aug 2014 14:31:00 +0300
144 pidgin-sipe (1.18.2-1) unstable; urgency=low
146   * New upstream version 1.18.2 "Bug Fixes II" (2014-06-07)
147         - Fixed #255: Crash when PersistentChat sends BYE instead of response (Stefan Becker)
148         - Fixed #248: Remove libpurple SSL configure check (Stefan Becker)
149         - Fixed #245: "Unable to resolve DNS SRV record" error when joining conference (Stefan Becker)
150         - Fixed #241: Adium filters ":" from "sip:" (Stefan Becker)
151         - Fixed #210: Conference call ends with error message (for real this time, Jakub Adam)
152         - ews: extract settings also from type EXPR (Stefan Becker)
153         - ucs: honor user specified email URL (Stefan Becker)
154         - adium: fix compilation on OS X 10.7 (Stefan Becker)
155         - updated Transifex URLs (Stefan Becker)
156         - updated translations: Hindi (hi), Telugu (te)
158  -- Stefan Becker <chemobejk@gmail.com>  Sat, 07 Jun 2014 12:29:00 +0300
160 pidgin-sipe (1.18.1-1) unstable; urgency=low
162   * New upstream version 1.18.1 "Bug Fixes I" (2014-04-12)
163         - Fixed #238: False "not delivered" in conference (Stefan Becker)
164         - Fixed #237: HTML escaping not removed from URL (Stefan Becker)
165         - Fixed #210: Conference call ends with error message (Jakub Adam)
166         - fix endless loop with failed HTTP Basic authentication (Stefan Becker)
167         - fix crash when gstreamer nice plugin is missing (Stefan Becker, Jakub Adam)
168         - fix EWS autodiscover for some Office 365 users (Stefan Becker)
169         - purple: fix missing "Copy to" in buddy menu (Stefan Becker)
170         - purple/adium: ignore empty search values (Stefan Becker)
171         - adium: fix group chat UI (Stefan Becker)
172         - adium: implement BEAST mitigations for 10.8.5 (Michael Lamb)
173         - add indication when user is connected from a mobile device (Harris Kauffman)
174         - updated translations: Chinese (zh_CN), Portuguese (pt)
176  -- Stefan Becker <chemobejk@gmail.com>  Sat, 12 Apr 2014 17:54:00 +0300
178 pidgin-sipe (1.18.0-1) unstable; urgency=low
180   * New upstream version 1.18.0 "Adium, GSS-NTLMSSP & OpenSSL" (2014-01-11)
181         - Feature #71: Add support for EWS Autodiscover redirection (Stefan Becker)
182         - Feature #69: Add UI support for (group) chats (Michael Lamb)
183           * NOTE: Adium does not have an UI to fetch the room list
184         - Feature #64: Add support for GSS-NTLMSSP (Stefan Becker)
185           * sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c
186           * if gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will
187             be disabled and NTLM will be handled by sip-sec-gssapi.c instead
188           * NOTE: at the time of this writing the user has to set up
189                   GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech
190         - Fixed #227: Adium client doesn't save email option settings (Harris P. Kauffman)
191         - Fixed #216: SIPE stops working on Mavericks (Stefan Becker, Michael Lamb)
192           * add an UI option to disable SSL BEAST mitigations
193           * NOTE: requires Adium 1.5.10
194         - Fixed #197: Account stays in connecting stage (Harris P. Kauffman)
195         - cleanup for sip-sec Kerberos & SSPI modules (Stefan Becker)
196           * replace old TGT hack with gss_acquire_cred_with_password()
197           * clean up Kerberos detection in configure
198           * remove special case handling; code is more straight-forward now
199           * thanks to David Woodhouse and Simo Sorce for the GSSAPI information
200         - implement internal keepalive handling (Stefan Becker)
201         - implement crypto backend based on OpenSSL (Stefan Becker)
202         - adium: Xcode project files update (Michael Lamb)
203         - adium: replace NSS crypto backend with OpenSSL (Stefan Becker)
204           * NOTE: please make sure to read the updated build instructions!
206  -- Stefan Becker <chemobejk@gmail.com>  Sat, 11 Jan 2014 16:10:00 +0200
208 pidgin-sipe (1.17.3-1) unstable; urgency=low
210   * New upstream version 1.17.3 "Bug Fixes III" (2013-12-11)
211         - Fixed #225: HTTP re-authentication with NTLM fails (Stefan Becker)
212         - Fixed #222: SIPE crashes when groupchat session expires (Stefan Becker)
213         - fix UCS Persona key extraction (Stefan Becker)
215  -- Stefan Becker <chemobejk@gmail.com>  Wed, 11 Dec 2013 21:18:00 +0200
217 pidgin-sipe (1.17.2-1) unstable; urgency=low
219   * New upstream version 1.17.2 "Bug Fixes II" (2013-11-30)
220         - Fixed #214: Typing notification does not always work (Stefan Becker)
221           * reverted one change which caused problems for some users
222         - Fixed #222: SIPE crashes when groupchat session expires (Stefan Becker)
223         - updated translations: Romanian (ro)
225  -- Stefan Becker <chemobejk@gmail.com>  Sat, 30 Nov 2013 17:51:00 +0200
227 pidgin-sipe (1.17.1-1) unstable; urgency=low
229   * New upstream version 1.17.1 "Bug Fixes I" (2013-11-16)
230         - Fixed #215: Password not entity encoded in WSSE element (Stefan Becker)
231         - Fixed #214: Typing notification does not always work (Stefan Becker)
232         - accept alternatives for webticket timestamp/keydata (Stefan Becker)
233         - adium: add "don't publish calendar" to account UI (Stefan Becker)
234         - contrib: add SSL BEAST mitigation patch for Adium (Stefan Becker)
235         - updated translations: French (fr)
237  -- Stefan Becker <chemobejk@gmail.com>  Sat, 16 Nov 2013 16:21:00 +0200
239 pidgin-sipe (1.17.0-1) unstable; urgency=low
241   * New upstream version 1.17.0 "Lync 2013" (2013-09-21)
242         - Feature #62: Support for Lync 2013 Unified Contact Store (Stefan Becker)
243         - Feature #59: Support for Lync 2013 Persistent Chats (Stefan Becker)
244         - Fixed #211: Status "away" or "busy" incorrectly mapped to "Invisible" (Michael Lamb)
245         - Fixed #209: group chat doesn't like HTML (Stefan Becker)
246         - Fixed #200: OCS archiving system blocks audio/video connection (Jakub Adam)
247         - Fixed #187: Duplicate messages in group chat (Stefan Becker)
248         - Fixed #184: Duplicate users showing in Group Chat (Stefan Becker)
249         - fix EWS autodiscover for Office 365 (Stefan Becker)
250         - add support for group chat history (Stefan Becker)
251         - add support for buddy photos on Lync 2013 (Stefan Becker)
253  -- Stefan Becker <chemobejk@gmail.com>  Sat, 21 Sep 2013 16:34:00 +0300
255 pidgin-sipe (1.16.1-1) unstable; urgency=low
257   * New upstream version 1.16.1 "Bug Fixes I" (2013-07-13)
258         - Feature #66: Windows DLL version information (Stefan Becker)
259         - fix call failure when host has multiple IP addresses (Jakub Adam)
260         - fix buddy list handling after moving to Lync 2013 (Stefan Becker)
261           * Lync 2013 migrates buddy list to Unified Contact Store (UCS)
262           * NOTE: modifying the buddy list is *NOT* supported yet!
263         - crash fixes for new HTTP stack (Stefan Becker)
265  -- Stefan Becker <chemobejk@gmail.com>  Sat, 13 Jul 2013 16:20:00 +0300
267 pidgin-sipe (1.16.0-1) unstable; urgency=low
269   * New upstream version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-06-14)
270         - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker)
271         - Fixed #196: Useragent value not forwarded to core (Michael Lamb)
272         - Fixed #193: Pidgin Status changes stop working (Stefan Becker)
273         - Fixed #186: Users appear offline when they are not (Stefan Becker)
274         - fix kinit-less use case with krb5 >= 1.11 (Stefan Becker)
275         - rewritten HTTP stack from scratch (Stefan Becker)
276           * cleaner, layered and hopefully less error-prone implementation
277           * HTTP stack internals no longer exposed to user code
278           * reduced network traffic and less SSL handshakes by utilizing HTTP/1.1
279             connection keep alive for multiple HTTP requests to the same host
280         - switch purple backend to deferred destruction approach (Stefan Becker)
281           * Pidgin should no longer crash at connection close, even in corner cases
282         - add menu entry to make a call with a phone number (Jakub Adam)
283         - some progress on telepathy backend (Stefan Becker)
284           * add TLS certificate accept/reject user interaction
285           * add "Single Sign-On" & "Don't Publish Calendar" account options
287  -- Stefan Becker <chemobejk@gmail.com>  Fri, 14 Jun 2013 19:57:00 +0300
289 pidgin-sipe (1.15.1-1) unstable; urgency=low
291   * New upstream version 1.15.1 "Bug Fixes I"
292         - NOTE: SIPE SourceForge project got updated. Because of this all bug
293                 and feature request numbers have changed.
294         - Fixed #190: SIP 407 response rejected with invalid message signature (Stefan Becker)
295         - Fixed #189: Adium SIPE plugin vs. libpurple linking issues (Michael Lamb)
296         - fixed free-after-use issue that caused crashes for some users (Stefan Becker)
297         - fixed broken NTLM fallback in Negotiate (Stefan Becker)
298         - fixed subscriptions expiration by subscribing again after re-authentication (Stefan Becker)
299         - allow different user name and login for Office 365 authentication (Stefan Becker)
300         - add SIPE version & git commit ID to debug log (Stefan Becker)
301         - added valgrind log analyzer script (Stefan Becker)
302         - added NTLM message anaylzer (Stefan Becker)
303         - updated translations: Hungarion (hu), Romanian (ro)
304         - updated Adium port (Michael Lamb, Harris P. Kauffman)
306  -- Stefan Becker <chemobejk@gmail.com>  Sun, 07 Apr 2013 15:09:00 +0300
308 pidgin-sipe (1.15.0-1) unstable; urgency=low
310   * New upstream version 1.15.0 "Authentication & Autodiscovery Update"
311         - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker)
312           * effective for all platforms that support --with-krb5
313           * this triggered a series of cleanup & simplification changes and
314             functionality & memory leak fixes in the sip-sec modules
315           * special thanks to Jarek Polok for the logs and testing
316         - Feature #3594094: Add HTTPS to autodiscover probe (Stefan Becker)
317         - Feature #3607040: Simple button to disable calendar integration (Stefan Becker)
318         - Fixed #3603228: Crash on 1.14.1 when connecting to server (Stefan Becker)
319         - Fixed #3604671: sip uri with apostrophe is not valid (Stefan Becker)
320         - fixed HTTP redirect crash (Stefan Becker)
321         - unified Single Sign-On handling in all places (Stefan Becker)
322           * if SSO is enabled then "Login" & "Password" settings are ignored
323           * SSO is now off by default for new accounts
324           * NOTE: if you do *NOT* use SSO, then be sure to disable it in the
325                   "Advanced" tab of the account settings after updating!
326         - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme (Stefan Becker)
327           * effective for all platforms that support --with-krb5
328           * it will try Kerberos first, then fall back to NTLM
329           * valid Kerberos Single Sign-On setup will be detected automatically
330           * setup for a mixed Kerberos/NTLM HTTP environment:
331             - login name:     DOMAIN\account
332             - password:       domain password
333             - authentication: Kerberos
334             - Single Sign-On: OFF(!)          (see above)
335         - enabled TLS-DSK support in Windows SSPI version
336         - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in
337         - Farstream 0.1.1 compatibility fix (Jakub Adam)
338         - support conf:sip: meeting URIs (Jakub Adam)
339         - updated Adium port (Michael Lamb)
341  -- Stefan Becker <chemobejk@gmail.com>  Sat, 09 Mar 2013 15:25:00 +0200
343 pidgin-sipe (1.14.1-1) unstable; urgency=low
345   * New upstream version version 1.14.1 "Bug Fixes I"
346         - Feature #3578132: Kerberos configuration should be passwordless (Stefan Becker)
347           * purple: non Single Sign-on users are asked for the password again
348         - bug & memory leak fixes in sipe-buddy.c (Jakub Adam)
350  -- Stefan Becker <chemobejk@gmail.com>  Wed, 26 Dec 2012 16:23:00 +0200
352 pidgin-sipe (1.14.0-1) unstable; urgency=low
354   * New upstream version 1.14.0 "Buddy photo & ADFS support, Web Ticket Optimizations"
355         - Feature #3585364: Add support for Web Ticket authentication using ADFS (Stefan Becker)
356           * special thanks to user bhakta79 for the hard work taking logs
357         - Feature #3578132: Kerberos configuration should be passwordless (Stefan Becker)
358         - Fixed #3580212: Connection drops after a few hours (Stefan Becker)
359         - add support for buddy photos (Jakub Adam)
360         - add support for call to Audio Test Service (Jakub Adam)
361         - initial implementation for telepathy backend (Stefan Becker)
362           * nothing much to see for end users yet...
363         - reduce Web Ticket traffic by queueing requests & caching tickets (Stefan Becker)
364         - update OBS packaging information for Debian (Stefan Becker)
365         - various minor bug & build fixes
367  -- Stefan Becker <chemobejk@gmail.com>  Sun, 16 Dec 2012 16:28:00 +0200
369 pidgin-sipe (1.13.3-1) unstable; urgency=low
371   * New upstream version 1.13.3 "Bug Fixes III" (2012-08-19)
372         - Fixed #3537084: OpenBSD build issue (Stefan Becker)
373         - Fixed #3543294: Support Lync 2010 meet URLs (Jakub Adam)
374         - revert to legacy MSOC protocol on Lync FT invitation (Jakub Adam)
375         - fix broken busy->available status switch (Stefan Becker)
376         - updated translations: Portuguese (pt)
378  -- Stefan Becker <chemobejk@gmail.com>  Sun, 19 Aug 2012 12:03:00 +0300
380 pidgin-sipe (1.13.2-1) unstable; urgency=low
382   * New upstream version 1.13.2 "Bug Fixes II" (2012-06-10)
383         - tls: fix buffer overrun (Oleksandr Hryshchuk, Stefan Becker)
384         - win32: fix TCP connections (Stefan Becker)
385         - nsis: fix broken locale installation (Stefan Becker)
386         - updated translations: French (fr)
387         - various build fixes (Stefan Becker, Jakub Adam)
389  -- Stefan Becker <chemobejk@gmail.com>  Sun, 10 Jun 2012 15:48:00 +0300
391 pidgin-sipe (1.13.1-1) unstable; urgency=low
393   * New upstream version 1.13.1 "Bug Fixes I"
394         - detect incompatible encryption level with Lync (Jakub Adam)
395         - purple: add URI validity check to Add Buddy callback (Stefan Becker)
396         - new translations: Romanian (ro), Turkish (tr)
397         - various build fixes (Stefan Becker)
399  -- Stefan Becker <chemobejk@gmail.com>  Mon, 09 Apr 2012 12:29:42 +0300
401 pidgin-sipe (1.13.0-1) unstable; urgency=low
403   * New upstream version 1.13.0 "Lync & Office365"
404         - added [MS-SIPAE] TLS-DSK authentication scheme (Stefan Becker)
405           * TLS-DSK has been introduced in Lync
406           * mandatory for Office365 accounts
407           * also works for non-public Lync installations
408           * does not work yet with SSPI on Windows
409         - added [MS-DLX] based Get Info/Contact Search (Stefan Becker)
410           * [MS-PRES] SIP-Based Active Directory Search is disabled in Lync
411         - added experimental media TCP transport (Jakub Adam)
412         - make it compile against the latest purple 3.0.x API (Stefan Becker)
413         - make it compile against the latest glib2 2.31.x API (Stefan Becker)
414         - completed cleanup: core no longer requires libpurple (Stefan Becker)
415         - refactored crypto code, ie. NSS can replaced if necessary (Stefan Becker)
416         - sipe-domino.c is no longer built under UNIX to remove dead code (Stefan Becker)
417         - restricted XXX_CFLAGS to modules that need them (Stefan Becker)
418         - NSS is now a mandatory build requirement (Stefan Becker)
419         - decoupled SSPI from HAVE_LIBKRB5 flag. New flag is HAVE_SSPI (Stefan Becker)
420         - OBS mingw packages now use SSPI instead of NTLM (Stefan Becker)
421         - added NSIS package generation to OBS mingw packages (Stefan Becker)
422         - removed kopete backend. KDE is moving to telepathy (Stefan Becker)
423         - added MinGW cross-compilation on Linux instructions (Stefan Becker)
425  -- Stefan Becker <chemobejk@gmail.com>  Wed, 14 Mar 2012 19:30:23 +0200
427 pidgin-sipe (1.12.0-1) unstable; urgency=low
429   * New upstream version 1.12.0 "Group Chat"
430         - Feature #3064877: Add support for OCS2007R2 Group Chat (Stefan Becker)
431         - Feature #3311026: Support for HTTP/1.1 Transfer-Encoding: chunked (Stefan Becker)
432         - Fixed #2834758: First NTLM signature check after startup fails (Stefan Becker) 
433         - Fixed #3082602: Crash on Autodiscover (Stefan Becker)
434         - Fixed #3090663: Re-authentication fails (Stefan Becker)
435         - Fixed #3092324: Core dump in "make check" (psfales)
436         - Fixed #3130915: Failed to authenticate to server (Stefan Becker)
437         - Fixed #3148124: sipe segfaults during login on Solaris (Jakub Adam)
438         - Fixed #3150482: "configure --with-vv" test uses wrong include (Stefan Becker)
439         - Fixed #3156430: Messages not Delivered (rwinchsf, Stefan Becker)
440         - Fixed #3161273: Lost Connection Gives No Error Message (rwinchsf, Stefan Becker)
441         - Fixed #3198585: Extra line breaks (Stefan Becker)
442         - Fixed #3267073: False "could not be delivered" errors (sort of..., Stefan Becker)
443         - Fixed #3399007: Crash when sipe_cal_working_hours->days_of_week is NULL (Stefan Becker)
444         - Patch #3091490: Make 1.11.0 Compile on FreeBSD (jprather)
445         - Patch #3108246: Patch for better windows installer (archrival, galiven)
446         - add random Ms-Conversation-ID to INVITE (Jakub Adam)
447         - fix parsing of P-Asserted-Identity header (Jakub Adam)
448         - added MS TURN support (Jakub Adam)
449         - fix crash on zero length password in NTLM (Vladimir Ushakov)
450         - implement timeouts for SIP request. Used for REGISTER (Stefan Becker)
451         - more work on Voice & Video call support (Jakub Adam)
452         - make it compile against the purple 2.8.x & 3.0.x APIs (Stefan Becker)
453         - more internal changes to prepare for non-purple backends (Stefan Becker)
454         - added integration for transifex.net update (Stefan Becker)
455         - configure improvements for 64-bit: use libdir, gsize/size_t compatibility (Stefan Becker)
456         - update compiler warnings configuration for all build platforms (Stefan Becker)
457         - updated Adium port (Matthew Duggan)
458         - mingw build updates (Harris P. Kauffman, Stefan Becker)
459         - added miranda port (Jochen De Smet)
460         - added mingw to OpenSUSE Build Service configuration (Stefan Becker)
462  -- Anibal Avelar <aavelar@cofradia.org>  Mon, 29 Aug 2011 00:50:47 -0500
464 pidgin-sipe (1.11.2-1) unstable; urgency=low
466   * New upstream version 1.11.2 "Hot fixes II"
467         - Revert "mingw: add missing purple-notify.c to build"
468         - Sipe-sign: fix parsing of P-Asserted-Identity header
469         - Fixed memory leaks
470         - Fix #3090663: Re-authentication fails
471         - Fix #3090663: Re-authentication fails (2nd attempt)
472         - Fix #3090663: Re-authentication fails (3rd attempt)
473         - Fix #3090663: Re-authentication fails (4th attempt)
474         - Apply patch #3091490: Make 1.11.0 Compile on FreeBSD
475         - Fix #3092324: Core dump in "make check"
477  -- Anibal Avelar <aavelar@cofradia.org>  Tue, 02 Nov 2010 23:48:33 -0600
479 pidgin-sipe (1.11.1-1) unstable; urgency=low
481   * New upstream version 1.11.1 "Hot fixes"
482         - mingw: add missing purple-notify.c to build
483         - Fix for bug #2834758: First NTLM signature check after startup fails
484         - purple: fix memory leak in sipe_backend_transport_connect() error path
485         - Fix for bug #3082602: Crash on Autodiscover
486         - configure: use libdir & datadir instead of prefix + path
487         - configure: update 32-bit vs. 64-bit header conflict test
488         - debian: build stability fix in post-install
490  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 24 Oct 2010 00:00:00 +0300
492 pidgin-sipe (1.11.0-1) unstable; urgency=low
494   * New upstream version
495         - Feature #2945346: Lotus Notes/Domino Calendar integration:
496           * Sipe can now retrieve calendar data (Meeting schedule/subject/
497             location) from a web-enabled Lotus Domino server and publish it to
498             OCS2007/LCS2005 as availability information.
499           * Example: "Calendar: Currently Busy. Free at 11:30".
500           * Team members (contacts with access level Team) will be able to see
501             information about our current meeting (subject & location) (OCS2007)
502           * First calendar update is scheduled 1 minute after connect,
503           * Subsequent calendar updates happen in 30 minute intervals.
504           * Manual calendar update can be triggered using the following menu:
505                    Accounts->{SIPE_ACCOUNT}->"Republish Calendar"
506           * Though Domino integration can work without any additional settings 
507             in account configuration (on Windows), there are options to manually
508             provide Domino Services URL and email address/password if it's
509             different from SIP URI/Password settings on Basic tab.
510         - Fixed #2971422: idle check for OCS2005 presence case
511         - Fixed #2982424: krb5 build errors on FreeBSD
512         - Fixed #2997639: pidgin crash after accepting cert
513         - Fixed #3001523: Cancelling a long pending file transfer crashes Pidgin
514         - Fixed #3002993: Group Name issues with ampersand
515         - Fixed #3029228: Calendar published at/with incorrect time
516         - Fixed #3029929: Crash with outlook 2k3 Calendar
517         - Fix logout from OCS
518         - Implement workaround for buddy list menu memory leaks
519         - Dropped UDP transport support
520         - Rewrote TCP & TLS transport support
521         - HTTP improvements: GET, cookies
522         - Alternative crypt/digest implementation based on NSS
523         - Rewrote message debug log and implemented an analyzer script for it
524         - More internal changes to prepare for non-purple backends
525         - New translations: 'nl', 'sv', 'ar', 'hu', 'ja', 'ko', 'sv', 'zh_TW'
526   * Fixed pidgin-sipe: Kerberos authentication is broken (Closes: #597437)
527   * Fixed pidgin-sipe: no dependency on pidgin (Closes: #594882)
528   * Fixed pidgin-sipe: new upstream version is available (Closes: #596799)
529   * Fixed pidgin-sipe: FTBFS: sipe.c:10050: error: missing initializer 
530     (Closes: #582998)
531   * Added dependency with the libxml2-dev package in debian/control
532   * Added dependency with libnss3-dev package in debian/control
533   * Updated with Standards-Version 3.9.1
535  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 03 Oct 2010 22:05:31 +0300
537 pidgin-sipe (1.10.1-1) unstable; urgency=low
539   * New upstream version
540         - Fix broken sipe_ht_equals_nick(); the broken code has been in the 
541           1.10.0 release. As it affects the buddy list it could be the root 
542           cause for some of the "buddy appears offline" reports.
543         - Make it compile against the final purple 2.7.0 API;
545  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 27 Jun 2010 11:46:59 -0600
547 pidgin-sipe (1.10.0-1) unstable; urgency=low
549   * New upstream version
550       - Feature #2823160: Access Levels (2007+ environment)
551       - Feature #2957811: add support for "automaton" class
552       - Feature #2972823: fail on in-line variable declarations
553       - Fixed #2971422: handle OCS 2005 idiosyncrasy of varying SIP URI case
554       - Fixed #2981563: Authentication protocol v4 - invalid signature of some 
555         incoming messages containing P-Asserted-Identity or P-Preferred-Identity
556         with uppercased SIP or TEL in URI.
557       - Fixed publication/"409 Conflict" endless looping
558       - Prepare for Pidgin 2.7.0
559       - Added SVG icon artwork
560       - Many changes to configure script. Be sure to look at "configure --help"
561       - Many internal changes to prepare for non-purple backends
562       - New build requirements: libxml2, glib-2.0 >= 2.12.0
563       - New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for 
564         non-purple backends
566  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 04 Apr 2010 00:52:59 -0600
568 pidgin-sipe (1.9.1-1) unstable; urgency=low
569   * New upstream version (emergency release)
570       - Fixed #2969327: Kerberos authentication always fails on *nix platforms
571       - Fixed #2968287: Authentication failure in scenario when director server
572         is Office Communications Server 2007 or above and home server is 
573         Live Communications Server 2005
574       - Send BYE when response to IM message is 408/480/481
575       - Re-enable offline status to be user settable
577  -- Anibal Avelar <aavelar@cofradia.org>  Tue, 16 Mar 2010 02:13:59 -0600
579 pidgin-sipe (1.9.0-1) unstable; urgency=low
581   * New upstream version (Closes: #570735)
582     * File transfer functionality. File encryption is supported
583     * NTLMv2 and NTLMv2 Session Security support
584     * Implemented SIP Authentication Extensions protocol version 4 and 3
585     * Adoption for commercial UNIX - HP/UX, Irix, Solaris - big endian fixes
586     * Increased libpurple build requisite to >= 2.4.0 
587     * many crash fixes for error or corner cases in calendar integration
588     * more detailed code analysis with Coverity Prevent
589     * build fixes for older libpurple/glib2 versions
590     * OpenSUSE Build Service configuration files
591     * Fix NTLM crash if login setting is undefined
592     * Use of g_str_has_prefix() available since glib 2.2 and null-safe
593     * build fixes for older OS releases, e.g. Ubuntu older than 9.10.
594   * Removed the file libsipe.la from the package
595   * Removed the line dh_pidgin -ppidgin-sipe from debian/rules 
596   * Added ./autogen.sh could be run from debian/rules
597   * Changed the Section from net to misc inside Source stanza in debian/control
598   * Changed the Section from net to misc inside Package stanza in debian/control
599   * Added the Priority header inside Package stanza in debian/control
600   * Updated the Description inside Package stanza in debian/control
601   * Updated the debian/copyright file with the new authors list.
602   * Updated the debian/copyright file with the correct PATH to license GPL2.
603   * Removed dependency with the libgtk2.0-dev package in debian/control
604   * Removed dependency with the comerr-dev package in debian/control
605   * Removed debian/README.debian file from the package
606   * Added dependency with the libzephyr-dev package in debian/control
608  -- Anibal Avelar <aavelar@cofradia.org>  Wed, 10 Mar 2010 01:05:59 -0600
610 pidgin-sipe (1.8.0-1) unstable; urgency=low
612   * New upstream version (Closes: #536100)
613     * Simplifying the authentication process using only the Basic Settings
614       screen.
615     * Added integration with Exchange 2007/2010
616     * Added Windows Messenger 5.0 (RTC/1.2) compatibility.
617     * "About SIPE plugin" screen implemented.
618     * Added Kerberos support.
619     * Added Multiparty Chat support.
620     * Fixed many bugs.
621     * Fixed many potencial memory leaks.
622     * Fixed support for LCS2005 and OCS2007 (improvementsi and bugs fixed)
623     * Added "Find on LinkedIn" link on contact's User Info screen
624     * Updated translations: "de", "pl", "ru", "cs", "da", "es", "fi", "fr, "hi",
625       "it", "nb", "ta", "zh_CN".
626     * Fixed for server auto-discovery 
627     * Fixed for User Agent string.  
628     * Added integration with PBX (external phones) using CSTA protocol
629     * Fixed for CHOWA problems
630     * Fixed for spaces in Login's username 
631     * Support for Reuters Messaging environment
632     * Support for message formatting
633     * Added notification support for undelivered messages
634     * Extended contact search implementation
635     * ... and more
636   * Fixed pidgin-sipe: urls appear w/ underscore prefix (Closes: #529523)
637   * Updated the debian/copyright file with the new authors list.
638   * Added DEB_CONFIGURE_EXTRA_FLAGS in debian/rules for extra compile flags
639   * Added dependency with the libkrb5-dev package
640   * Removed to delete the file libsipe.la from debian/rules.
641   * Removed DEB_AUTO_UPDATE_DEBIAN_CONTROL reference from debian/rules.
642   * Updated with Standards-Version 3.8.4
644  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 07 Feb 2010 04:48:35 -0500
646 pidgin-sipe (1.3.3-1) unstable; urgency=low
648   * New upstream version (Closes: #508221)
649     * Added support for OCS 2007, LCS 2003
650     * Full support for send/receive messages
651     * Full presence support (both sides)
652     * Full support for add/remove/move contacts
653     * TLS/SSL support
654     * Search contacts full support
655     * xBSD support
656   * Added the dependency with the libpurple-dev package
657   * Added the dependency with the intltool package
658   * Added the dependency with the comerr-dev package
659   * Removed the unnecessary debian/pidgin-sipe.dirs file
660   * Changed the package description inside debian/control 
661     (Closes: #433920,#490923)
662   * Added the field Homepage inside Source stanza in debian/control file.
663   * Updated the debian/copyright file with the new authors list.
664   * Updated with Standards-Version 3.8.0
666  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 1 Mar 2009 12:15:35 -0500
668 pidgin-sipe (1.2-1) unstable; urgency=low
670   * Initial release (Closes: #418226)
672  -- Anibal Avelar (Fixxxer) <aavelar@cofradia.org>  Wed, 13 Jun 2007 19:12:35 -0500