5aa0542a68c8f1cfa82b3993b04c4d4a7b4d2f07
[siplcs.git] / contrib / debian / changelog
blob5aa0542a68c8f1cfa82b3993b04c4d4a7b4d2f07
1 pidgin-sipe (1.16.0-1) unstable; urgency=low
3   * New upstream version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-XX-XX)
4         - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker)
5         - Fixed #193: Pidgin Status changes stop working (Stefan Becker)
6         - Fixed #186: Users appear offline when they are not (Stefan Becker)
7         - fix kinit-less use case with krb5 >= 1.11 (Stefan Becker)
8         - rewritten HTTP stack from scratch (Stefan Becker)
9           * cleaner, layered and hopefully less error-prone implementation
10           * HTTP stack internals no longer exposed to user code
11           * reduced network traffic and less SSL handshakes by utilizing HTTP/1.1
12             connection keep alive for multiple HTTP requests to the same host
13         - switch purple backend to deferred destruction approach (Stefan Becker)
14           * Pidgin should no longer crash at connection close, even in corner cases
15         - add menu entry to make a call with a phone number (Jakub Adam)
16         - some progress on telepathy backend (Stefan Becker)
17           * add TLS certificate accept/reject user interaction
18           * add "Single Sign-On" & "Don't Publish Calendar" account options
20  -- Stefan Becker <chemobejk@gmail.com>  Sat, 08 Jun 2013 22:15:00 +0300
22 pidgin-sipe (1.15.1-1) unstable; urgency=low
24   * New upstream version 1.15.1 "Bug Fixes I"
25         - NOTE: SIPE SourceForge project got updated. Because of this all bug
26                 and feature request numbers have changed.
27         - Fixed #190: SIP 407 response rejected with invalid message signature (Stefan Becker)
28         - Fixed #189: Adium SIPE plugin vs. libpurple linking issues (Michal Lamb)
29         - fixed free-after-use issue that caused crashes for some users (Stefan Becker)
30         - fixed broken NTLM fallback in Negotiate (Stefan Becker)
31         - fixed subscriptions expiration by subscribing again after re-authentication (Stefan Becker)
32         - allow different user name and login for Office 365 authentication (Stefan Becker)
33         - add SIPE version & git commit ID to debug log (Stefan Becker)
34         - added valgrind log analyzer script (Stefan Becker)
35         - added NTLM message anaylzer (Stefan Becker)
36         - updated translations: Hungarion (hu), Romanian (ro)
37         - updated Adium port (Michael Lamb, Harris P. Kauffman)
39  -- Stefan Becker <chemobejk@gmail.com>  Sun, 07 Apr 2013 15:09:00 +0300
41 pidgin-sipe (1.15.0-1) unstable; urgency=low
43   * New upstream version 1.15.0 "Authentication & Autodiscovery Update"
44         - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker)
45           * effective for all platforms that support --with-krb5
46           * this triggered a series of cleanup & simplification changes and
47             functionality & memory leak fixes in the sip-sec modules
48           * special thanks to Jarek Polok for the logs and testing
49         - Feature #3594094: Add HTTPS to autodiscover probe (Stefan Becker)
50         - Feature #3607040: Simple button to disable calendar integration (Stefan Becker)
51         - Fixed #3603228: Crash on 1.14.1 when connecting to server (Stefan Becker)
52         - Fixed #3604671: sip uri with apostrophe is not valid (Stefan Becker)
53         - fixed HTTP redirect crash (Stefan Becker)
54         - unified Single Sign-On handling in all places (Stefan Becker)
55           * if SSO is enabled then "Login" & "Password" settings are ignored
56           * SSO is now off by default for new accounts
57           * NOTE: if you do *NOT* use SSO, then be sure to disable it in the
58                   "Advanced" tab of the account settings after updating!
59         - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme (Stefan Becker)
60           * effective for all platforms that support --with-krb5
61           * it will try Kerberos first, then fall back to NTLM
62           * valid Kerberos Single Sign-On setup will be detected automatically
63           * setup for a mixed Kerberos/NTLM HTTP environment:
64             - login name:     DOMAIN\account
65             - password:       domain password
66             - authentication: Kerberos
67             - Single Sign-On: OFF(!)          (see above)
68         - enabled TLS-DSK support in Windows SSPI version
69         - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in
70         - Farstream 0.1.1 compatibility fix (Jakub Adam)
71         - support conf:sip: meeting URIs (Jakub Adam)
72         - updated Adium port (Michael Lamb)
74  -- Stefan Becker <chemobejk@gmail.com>  Sat, 09 Mar 2013 15:25:00 +0200
76 pidgin-sipe (1.14.1-1) unstable; urgency=low
78   * New upstream version version 1.14.1 "Bug Fixes I"
79         - Feature #3578132: Kerberos configuration should be passwordless (Stefan Becker)
80           * purple: non Single Sign-on users are asked for the password again
81         - bug & memory leak fixes in sipe-buddy.c (Jakub Adam)
83  -- Stefan Becker <chemobejk@gmail.com>  Wed, 26 Dec 2012 16:23:00 +0200
85 pidgin-sipe (1.14.0-1) unstable; urgency=low
87   * New upstream version 1.14.0 "Buddy photo & ADFS support, Web Ticket Optimizations"
88         - Feature #3585364: Add support for Web Ticket authentication using ADFS (Stefan Becker)
89           * special thanks to user bhakta79 for the hard work taking logs
90         - Feature #3578132: Kerberos configuration should be passwordless (Stefan Becker)
91         - Fixed #3580212: Connection drops after a few hours (Stefan Becker)
92         - add support for buddy photos (Jakub Adam)
93         - add support for call to Audio Test Service (Jakub Adam)
94         - initial implementation for telepathy backend (Stefan Becker)
95           * nothing much to see for end users yet...
96         - reduce Web Ticket traffic by queueing requests & caching tickets (Stefan Becker)
97         - update OBS packaging information for Debian (Stefan Becker)
98         - various minor bug & build fixes
100  -- Stefan Becker <chemobejk@gmail.com>  Sun, 16 Dec 2012 16:28:00 +0200
102 pidgin-sipe (1.13.3-1) unstable; urgency=low
104   * New upstream version 1.13.3 "Bug Fixes III" (2012-08-19)
105         - Fixed #3537084: OpenBSD build issue (Stefan Becker)
106         - Fixed #3543294: Support Lync 2010 meet URLs (Jakub Adam)
107         - revert to legacy MSOC protocol on Lync FT invitation (Jakub Adam)
108         - fix broken busy->available status switch (Stefan Becker)
109         - updated translations: Portuguese (pt)
111  -- Stefan Becker <chemobejk@gmail.com>  Sun, 19 Aug 2012 12:03:00 +0300
113 pidgin-sipe (1.13.2-1) unstable; urgency=low
115   * New upstream version 1.13.2 "Bug Fixes II" (2012-06-10)
116         - tls: fix buffer overrun (Oleksandr Hryshchuk, Stefan Becker)
117         - win32: fix TCP connections (Stefan Becker)
118         - nsis: fix broken locale installation (Stefan Becker)
119         - updated translations: French (fr)
120         - various build fixes (Stefan Becker, Jakub Adam)
122  -- Stefan Becker <chemobejk@gmail.com>  Sun, 10 Jun 2012 15:48:00 +0300
124 pidgin-sipe (1.13.1-1) unstable; urgency=low
126   * New upstream version 1.13.1 "Bug Fixes I"
127         - detect incompatible encryption level with Lync (Jakub Adam)
128         - purple: add URI validity check to Add Buddy callback (Stefan Becker)
129         - new translations: Romanian (ro), Turkish (tr)
130         - various build fixes (Stefan Becker)
132  -- Stefan Becker <chemobejk@gmail.com>  Mon, 09 Apr 2012 12:29:42 +0300
134 pidgin-sipe (1.13.0-1) unstable; urgency=low
136   * New upstream version 1.13.0 "Lync & Office365"
137         - added [MS-SIPAE] TLS-DSK authentication scheme (Stefan Becker)
138           * TLS-DSK has been introduced in Lync
139           * mandatory for Office365 accounts
140           * also works for non-public Lync installations
141           * does not work yet with SSPI on Windows
142         - added [MS-DLX] based Get Info/Contact Search (Stefan Becker)
143           * [MS-PRES] SIP-Based Active Directory Search is disabled in Lync
144         - added experimental media TCP transport (Jakub Adam)
145         - make it compile against the latest purple 3.0.x API (Stefan Becker)
146         - make it compile against the latest glib2 2.31.x API (Stefan Becker)
147         - completed cleanup: core no longer requires libpurple (Stefan Becker)
148         - refactored crypto code, ie. NSS can replaced if necessary (Stefan Becker)
149         - sipe-domino.c is no longer built under UNIX to remove dead code (Stefan Becker)
150         - restricted XXX_CFLAGS to modules that need them (Stefan Becker)
151         - NSS is now a mandatory build requirement (Stefan Becker)
152         - decoupled SSPI from HAVE_LIBKRB5 flag. New flag is HAVE_SSPI (Stefan Becker)
153         - OBS mingw packages now use SSPI instead of NTLM (Stefan Becker)
154         - added NSIS package generation to OBS mingw packages (Stefan Becker)
155         - removed kopete backend. KDE is moving to telepathy (Stefan Becker)
156         - added MinGW cross-compilation on Linux instructions (Stefan Becker)
158  -- Stefan Becker <chemobejk@gmail.com>  Wed, 14 Mar 2012 19:30:23 +0200
160 pidgin-sipe (1.12.0-1) unstable; urgency=low
162   * New upstream version 1.12.0 "Group Chat"
163         - Feature #3064877: Add support for OCS2007R2 Group Chat (Stefan Becker)
164         - Feature #3311026: Support for HTTP/1.1 Transfer-Encoding: chunked (Stefan Becker)
165         - Fixed #2834758: First NTLM signature check after startup fails (Stefan Becker) 
166         - Fixed #3082602: Crash on Autodiscover (Stefan Becker)
167         - Fixed #3090663: Re-authentication fails (Stefan Becker)
168         - Fixed #3092324: Core dump in "make check" (psfales)
169         - Fixed #3130915: Failed to authenticate to server (Stefan Becker)
170         - Fixed #3148124: sipe segfaults during login on Solaris (Jakub Adam)
171         - Fixed #3150482: "configure --with-vv" test uses wrong include (Stefan Becker)
172         - Fixed #3156430: Messages not Delivered (rwinchsf, Stefan Becker)
173         - Fixed #3161273: Lost Connection Gives No Error Message (rwinchsf, Stefan Becker)
174         - Fixed #3198585: Extra line breaks (Stefan Becker)
175         - Fixed #3267073: False "could not be delivered" errors (sort of..., Stefan Becker)
176         - Fixed #3399007: Crash when sipe_cal_working_hours->days_of_week is NULL (Stefan Becker)
177         - Patch #3091490: Make 1.11.0 Compile on FreeBSD (jprather)
178         - Patch #3108246: Patch for better windows installer (archrival, galiven)
179         - add random Ms-Conversation-ID to INVITE (Jakub Adam)
180         - fix parsing of P-Asserted-Identity header (Jakub Adam)
181         - added MS TURN support (Jakub Adam)
182         - fix crash on zero length password in NTLM (Vladimir Ushakov)
183         - implement timeouts for SIP request. Used for REGISTER (Stefan Becker)
184         - more work on Voice & Video call support (Jakub Adam)
185         - make it compile against the purple 2.8.x & 3.0.x APIs (Stefan Becker)
186         - more internal changes to prepare for non-purple backends (Stefan Becker)
187         - added integration for transifex.net update (Stefan Becker)
188         - configure improvements for 64-bit: use libdir, gsize/size_t compatibility (Stefan Becker)
189         - update compiler warnings configuration for all build platforms (Stefan Becker)
190         - updated Adium port (Matthew Duggan)
191         - mingw build updates (Harris P. Kauffman, Stefan Becker)
192         - added miranda port (Jochen De Smet)
193         - added mingw to OpenSUSE Build Service configuration (Stefan Becker)
195  -- Anibal Avelar <aavelar@cofradia.org>  Mon, 29 Aug 2011 00:50:47 -0500
197 pidgin-sipe (1.11.2-1) unstable; urgency=low
199   * New upstream version 1.11.2 "Hot fixes II"
200         - Revert "mingw: add missing purple-notify.c to build"
201         - Sipe-sign: fix parsing of P-Asserted-Identity header
202         - Fixed memory leaks
203         - Fix #3090663: Re-authentication fails
204         - Fix #3090663: Re-authentication fails (2nd attempt)
205         - Fix #3090663: Re-authentication fails (3rd attempt)
206         - Fix #3090663: Re-authentication fails (4th attempt)
207         - Apply patch #3091490: Make 1.11.0 Compile on FreeBSD
208         - Fix #3092324: Core dump in "make check"
210  -- Anibal Avelar <aavelar@cofradia.org>  Tue, 02 Nov 2010 23:48:33 -0600
212 pidgin-sipe (1.11.1-1) unstable; urgency=low
214   * New upstream version 1.11.1 "Hot fixes"
215         - mingw: add missing purple-notify.c to build
216         - Fix for bug #2834758: First NTLM signature check after startup fails
217         - purple: fix memory leak in sipe_backend_transport_connect() error path
218         - Fix for bug #3082602: Crash on Autodiscover
219         - configure: use libdir & datadir instead of prefix + path
220         - configure: update 32-bit vs. 64-bit header conflict test
221         - debian: build stability fix in post-install
223  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 24 Oct 2010 00:00:00 +0300
225 pidgin-sipe (1.11.0-1) unstable; urgency=low
227   * New upstream version
228         - Feature #2945346: Lotus Notes/Domino Calendar integration:
229           * Sipe can now retrieve calendar data (Meeting schedule/subject/
230             location) from a web-enabled Lotus Domino server and publish it to
231             OCS2007/LCS2005 as availability information.
232           * Example: "Calendar: Currently Busy. Free at 11:30".
233           * Team members (contacts with access level Team) will be able to see
234             information about our current meeting (subject & location) (OCS2007)
235           * First calendar update is scheduled 1 minute after connect,
236           * Subsequent calendar updates happen in 30 minute intervals.
237           * Manual calendar update can be triggered using the following menu:
238                    Accounts->{SIPE_ACCOUNT}->"Republish Calendar"
239           * Though Domino integration can work without any additional settings 
240             in account configuration (on Windows), there are options to manually
241             provide Domino Services URL and email address/password if it's
242             different from SIP URI/Password settings on Basic tab.
243         - Fixed #2971422: idle check for OCS2005 presence case
244         - Fixed #2982424: krb5 build errors on FreeBSD
245         - Fixed #2997639: pidgin crash after accepting cert
246         - Fixed #3001523: Cancelling a long pending file transfer crashes Pidgin
247         - Fixed #3002993: Group Name issues with ampersand
248         - Fixed #3029228: Calendar published at/with incorrect time
249         - Fixed #3029929: Crash with outlook 2k3 Calendar
250         - Fix logout from OCS
251         - Implement workaround for buddy list menu memory leaks
252         - Dropped UDP transport support
253         - Rewrote TCP & TLS transport support
254         - HTTP improvements: GET, cookies
255         - Alternative crypt/digest implementation based on NSS
256         - Rewrote message debug log and implemented an analyzer script for it
257         - More internal changes to prepare for non-purple backends
258         - New translations: 'nl', 'sv', 'ar', 'hu', 'ja', 'ko', 'sv', 'zh_TW'
259   * Fixed pidgin-sipe: Kerberos authentication is broken (Closes: #597437)
260   * Fixed pidgin-sipe: no dependency on pidgin (Closes: #594882)
261   * Fixed pidgin-sipe: new upstream version is available (Closes: #596799)
262   * Fixed pidgin-sipe: FTBFS: sipe.c:10050: error: missing initializer 
263     (Closes: #582998)
264   * Added dependency with the libxml2-dev package in debian/control
265   * Added dependency with libnss3-dev package in debian/control
266   * Updated with Standards-Version 3.9.1
268  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 03 Oct 2010 22:05:31 +0300
270 pidgin-sipe (1.10.1-1) unstable; urgency=low
272   * New upstream version
273         - Fix broken sipe_ht_equals_nick(); the broken code has been in the 
274           1.10.0 release. As it affects the buddy list it could be the root 
275           cause for some of the "buddy appears offline" reports.
276         - Make it compile against the final purple 2.7.0 API;
278  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 27 Jun 2010 11:46:59 -0600
280 pidgin-sipe (1.10.0-1) unstable; urgency=low
282   * New upstream version
283       - Feature #2823160: Access Levels (2007+ environment)
284       - Feature #2957811: add support for "automaton" class
285       - Feature #2972823: fail on in-line variable declarations
286       - Fixed #2971422: handle OCS 2005 idiosyncrasy of varying SIP URI case
287       - Fixed #2981563: Authentication protocol v4 - invalid signature of some 
288         incoming messages containing P-Asserted-Identity or P-Preferred-Identity
289         with uppercased SIP or TEL in URI.
290       - Fixed publication/"409 Conflict" endless looping
291       - Prepare for Pidgin 2.7.0
292       - Added SVG icon artwork
293       - Many changes to configure script. Be sure to look at "configure --help"
294       - Many internal changes to prepare for non-purple backends
295       - New build requirements: libxml2, glib-2.0 >= 2.12.0
296       - New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for 
297         non-purple backends
299  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 04 Apr 2010 00:52:59 -0600
301 pidgin-sipe (1.9.1-1) unstable; urgency=low
302   * New upstream version (emergency release)
303       - Fixed #2969327: Kerberos authentication always fails on *nix platforms
304       - Fixed #2968287: Authentication failure in scenario when director server
305         is Office Communications Server 2007 or above and home server is 
306         Live Communications Server 2005
307       - Send BYE when response to IM message is 408/480/481
308       - Re-enable offline status to be user settable
310  -- Anibal Avelar <aavelar@cofradia.org>  Tue, 16 Mar 2010 02:13:59 -0600
312 pidgin-sipe (1.9.0-1) unstable; urgency=low
314   * New upstream version (Closes: #570735)
315     * File transfer functionality. File encryption is supported
316     * NTLMv2 and NTLMv2 Session Security support
317     * Implemented SIP Authentication Extensions protocol version 4 and 3
318     * Adoption for commercial UNIX - HP/UX, Irix, Solaris - big endian fixes
319     * Increased libpurple build requisite to >= 2.4.0 
320     * many crash fixes for error or corner cases in calendar integration
321     * more detailed code analysis with Coverity Prevent
322     * build fixes for older libpurple/glib2 versions
323     * OpenSUSE Build Service configuration files
324     * Fix NTLM crash if login setting is undefined
325     * Use of g_str_has_prefix() available since glib 2.2 and null-safe
326     * build fixes for older OS releases, e.g. Ubuntu older than 9.10.
327   * Removed the file libsipe.la from the package
328   * Removed the line dh_pidgin -ppidgin-sipe from debian/rules 
329   * Added ./autogen.sh could be run from debian/rules
330   * Changed the Section from net to misc inside Source stanza in debian/control
331   * Changed the Section from net to misc inside Package stanza in debian/control
332   * Added the Priority header inside Package stanza in debian/control
333   * Updated the Description inside Package stanza in debian/control
334   * Updated the debian/copyright file with the new authors list.
335   * Updated the debian/copyright file with the correct PATH to license GPL2.
336   * Removed dependency with the libgtk2.0-dev package in debian/control
337   * Removed dependency with the comerr-dev package in debian/control
338   * Removed debian/README.debian file from the package
339   * Added dependency with the libzephyr-dev package in debian/control
341  -- Anibal Avelar <aavelar@cofradia.org>  Wed, 10 Mar 2010 01:05:59 -0600
343 pidgin-sipe (1.8.0-1) unstable; urgency=low
345   * New upstream version (Closes: #536100)
346     * Simplifying the authentication process using only the Basic Settings
347       screen.
348     * Added integration with Exchange 2007/2010
349     * Added Windows Messenger 5.0 (RTC/1.2) compatibility.
350     * "About SIPE plugin" screen implemented.
351     * Added Kerberos support.
352     * Added Multiparty Chat support.
353     * Fixed many bugs.
354     * Fixed many potencial memory leaks.
355     * Fixed support for LCS2005 and OCS2007 (improvementsi and bugs fixed)
356     * Added "Find on LinkedIn" link on contact's User Info screen
357     * Updated translations: "de", "pl", "ru", "cs", "da", "es", "fi", "fr, "hi",
358       "it", "nb", "ta", "zh_CN".
359     * Fixed for server auto-discovery 
360     * Fixed for User Agent string.  
361     * Added integration with PBX (external phones) using CSTA protocol
362     * Fixed for CHOWA problems
363     * Fixed for spaces in Login's username 
364     * Support for Reuters Messaging environment
365     * Support for message formatting
366     * Added notification support for undelivered messages
367     * Extended contact search implementation
368     * ... and more
369   * Fixed pidgin-sipe: urls appear w/ underscore prefix (Closes: #529523)
370   * Updated the debian/copyright file with the new authors list.
371   * Added DEB_CONFIGURE_EXTRA_FLAGS in debian/rules for extra compile flags
372   * Added dependency with the libkrb5-dev package
373   * Removed to delete the file libsipe.la from debian/rules.
374   * Removed DEB_AUTO_UPDATE_DEBIAN_CONTROL reference from debian/rules.
375   * Updated with Standards-Version 3.8.4
377  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 07 Feb 2010 04:48:35 -0500
379 pidgin-sipe (1.3.3-1) unstable; urgency=low
381   * New upstream version (Closes: #508221)
382     * Added support for OCS 2007, LCS 2003
383     * Full support for send/receive messages
384     * Full presence support (both sides)
385     * Full support for add/remove/move contacts
386     * TLS/SSL support
387     * Search contacts full support
388     * xBSD support
389   * Added the dependency with the libpurple-dev package
390   * Added the dependency with the intltool package
391   * Added the dependency with the comerr-dev package
392   * Removed the unnecessary debian/pidgin-sipe.dirs file
393   * Changed the package description inside debian/control 
394     (Closes: #433920,#490923)
395   * Added the field Homepage inside Source stanza in debian/control file.
396   * Updated the debian/copyright file with the new authors list.
397   * Updated with Standards-Version 3.8.0
399  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 1 Mar 2009 12:15:35 -0500
401 pidgin-sipe (1.2-1) unstable; urgency=low
403   * Initial release (Closes: #418226)
405  -- Anibal Avelar (Fixxxer) <aavelar@cofradia.org>  Wed, 13 Jun 2007 19:12:35 -0500