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