OBS: sync with latest versions
[siplcs.git] / contrib / opensuse-build-service / pidgin-sipe.changes
blob395e85d7fe903cb351b274500f6116306b09de37
1 -------------------------------------------------------------------
2 Sun Apr 13 20:58:31 UTC 2014 - zaitor@opensuse.org
4 - Update to version 1.18.1:
5   + sf#238: Fixed false "not delivered" in conference.
6   + sf#237: HTML escaping not removed from URL.
7   + sf#210: Conference call ends with error message.
8   + Fix endless loop with failed HTTP Basic authentication.
9   + Fix crash when gstreamer nice plugin is missing.
10   + Fix EWS autodiscover for some Office 365 users.
11   + purple: fix missing "Copy to" in buddy menu.
12   + purple/adium: ignore empty search values.
13   + adium:
14     - Fix group chat UI.
15     - Implement BEAST mitigations for 10.8.5.
16   + Add indication when user is connected from a mobile device.
17   + Updated translations.
19 -------------------------------------------------------------------
20 Mon Jan 20 12:49:36 UTC 2014 - zaitor@opensuse.org
22 - Update to version 1.18.0:
23   + sf#71: Add support for EWS Autodiscover redirection.
24   + sf#69: Add UI support for (group) chats. NOTE: Adium does not
25     have an UI to fetch the room list.
26   + sf#64: Add support for GSS-NTLMSSP.
27   + sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c if
28     gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will be
29     disabled and NTLM will be handled by sip-sec-gssapi.c instead.
30     NOTE: at the time of this writing the user has to set up
31     GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech.
32   + Fixed sf#227: Adium client doesn't save email option settings.
33   + Fixed sf#216: SIPE stops working on Mavericks.
34   + Add an UI option to disable SSL BEAST mitigations NOTE:
35     requires Adium 1.5.10.
36   + Fixed sf#197: Account stays in connecting stage.
37   + Cleanup for sip-sec Kerberos & SSPI modules.
38   + Replace old TGT hack with gss_acquire_cred_with_password().
39   + Clean up Kerberos detection in configure.
40   + Remove special case handling; code is more straight-forward
41     now.
42   + Implement internal keepalive handling.
43   + Implement crypto backend based on OpenSSL.
44   + adium:
45     - Xcode project files update.
46     - Replace NSS crypto backend with OpenSSL.
48 -------------------------------------------------------------------
49 Mon Dec 23 21:02:50 UTC 2013 - dimstar@opensuse.org
51 - Update to version 1.17.3:
52   + Fixed sf#222: SIPE crashes when groupchat session expires.
53   + Fixed sf#225: HTTP re-authentication with NTLM fails.
54   + Fix UCS Persona key extraction.
56 -------------------------------------------------------------------
57 Sun Dec  8 10:13:31 UTC 2013 - zaitor@opensuse.org
59 - Update to version 1.17.2:
60   + Fixed sf#214: Typing notification does not always work.
61   + Reverted one change which caused problems for some users.
62   + Fixed sf#222: SIPE crashes when groupchat session expires.
63   + Updated translations.
64 - Changes from version 1.17.1:
65   + Fixed sf#215: Password not entity encoded in WSSE element.
66   + Fixed sf#214: Typing notification does not always work.
67   + Accept alternatives for webticket timestamp/keydata.
68   + Adium: add "don't publish calendar" to account UI.
69   + Contrib: add SSL BEAST mitigation patch for Adium.
70   + Updated translations.
72 -------------------------------------------------------------------
73 Sun Sep 22 03:06:20 UTC 2013 - zaitor@opensuse.org
75 - Update to version 1.17.0:
76   + Feature sf#62: Support for Lync 2013 Unified Contact Store.
77   + Feature sf#59: Support for Lync 2013 Persistent Chats
78   + Fixed sf#211: Status "away" or "busy" incorrectly mapped to
79     "Invisible".
80   + Fixed sf#209: group chat doesn't like HTML.
81   + Fixed sf#200: OCS archiving system blocks audio/video
82     connection.
83   + Fixed sf#187: Duplicate messages in group chat.
84   + Fixed sf#184: Duplicate users showing in Group Chat.
85   + Fix EWS autodiscover for Office 365.
86   + Add support for group chat history.
87   + Add support for buddy photos on Lync 2013.
89 -------------------------------------------------------------------
90 Tue Jul 16 19:06:23 UTC 2013 - zaitor@opensuse.org
92 - Update to version 1.16.1:
93   + sf#66: Windows DLL version information.
94   + Fix call failure when host has multiple IP addresses.
95   + Fix buddy list handling after moving to Lync 2013. Lync 2013
96     migrates buddy list to Unified Contact Store (UCS). Note:
97     modifying the buddy list is *NOT* supported yet!
98   + Crash fixes for new HTTP stack.
100 -------------------------------------------------------------------
101 Sat Jun 22 10:41:37 UTC 2013 - zaitor@opensuse.org
103 - Update to version 1.16.0:
104   + sf#58: Implement Digest authentication scheme for SIP Proxy
105     Authentication.
106   + sf#196: Useragent value not forwarded to core.
107   + sf#193: Pidgin Status changes stop working.
108   + sf#186: Users appear offline when they are not.
109   + Fix kinit-less use case with krb5 >= 1.11.
110   + Rewritten HTTP stack from scratch:
111     - cleaner, layered and hopefully less error-prone
112       implementation.
113     - HTTP stack internals no longer exposed to user code.
114     - Reduced network traffic and less SSL handshakes by utilizing
115       HTTP/1.1 connection keep alive for multiple HTTP requests to
116       the same host.
117   + Switch purple backend to deferred destruction approach:
118     - Pidgin should no longer crash at connection close, even in
119       corner cases.
120   + Add menu entry to make a call with a phone number.
121   + Some progress on telepathy backend.
122     - Add TLS certificate accept/reject user interaction.
123     - Add "Single Sign-On" & "Don't Publish Calendar" account
124       options.
126 -------------------------------------------------------------------
127 Sat Apr 13 13:48:45 UTC 2013 - dimstar@opensuse.org
129 - Update to version 1.15.1:
130   + NOTE: SIPE SourceForge project got updated. Because of this all
131     bug and feature request numbers have changed.
132   + sf#190: SIP 407 response rejected with invalid message
133     signature.
134   + sf#189: Adium SIPE plugin vs. libpurple linking issues.
135   + Fixed free-after-use issue that caused crashes for some users.
136   + Fixed broken NTLM fallback in Negotiate.
137   + Fixed subscriptions expiration by subscribing again after
138     re-authentication.
139   + Allow different user name and login for Office 365
140     authentication.
141   + Add SIPE version & git commit ID to debug log.
142   + Added valgrind log analyzer script.
143   + Added NTLM message anaylzer.
144   + Updated Adium port.
145   + Updated translations.
147 -------------------------------------------------------------------
148 Tue Mar 19 22:24:11 UTC 2013 - dimstar@opensuse.org
150 - Update to version 1.15.0:
151   + Support Kerberos for HTTP(S) authentication w/o SSPI
152     (sf#3578135).
153   + Add HTTPS to autodiscover probe (sf#3594094).
154   + Simple button to disable calendar integration (sf#3607040).
155   + Crash on 1.14.1 when connecting to server (sf#3603228).
156   + sip uri with apostrophe is not valid (sf#3604671).
157   + Fixed HTTP redirect crash.
158   + Unified Single Sign-On handling in all places.
159   + Added implementation for HTTP "WWW-Authenticate: Negotiate"
160     scheme.
161   + Enabled TLS-DSK support in Windows SSPI version.
162   + TLS-DSK: don't ask for password if SSPI or Kerberos are
163     compiled in.
164   + Farstream 0.1.1 compatibility fix.
165   + Support conf:sip: meeting URIs.
166   + Updated Adium port.
168 -------------------------------------------------------------------
169 Tue Feb  5 22:32:56 UTC 2013 - zaitor@opensuse.org
171 - Update to version 1.14.1:
172   + Kerberos configuration should be passwordless (sf#3578132).
173     - purple: non Single Sign-on users are asked for the password
174       again.
175   + Bug & memory leak fixes in sipe-buddy.c.
177 -------------------------------------------------------------------
178 Mon Dec 17 10:46:21 UTC 2012 - dimstar@opensuse.org
180 - Update to version 1.14.0:
181   + Add support for Web Ticket authentication using ADFS
182     (sf#3585364).
183   + Kerberos configuration should be passwordless (sf#3578132).
184   + Connection drops after a few hours (sf#3580212)
185   + Add support for buddy photos.
186   + Add support for call to Audio Test Service.
187   + Initial implementation for telepathy backend.
188   + Reduce Web Ticket traffic by queueing requests & caching
189     tickets.
190   + Update OBS packaging information for Debian.
191   + Various minor bug & build fixes.
193 -------------------------------------------------------------------
194 Sun Sep 16 19:06:03 UTC 2012 - zaitor@opensuse.org
196 - Update to version 1.13.3:
197   + Fixed OpenBSD build issue.
198   + Support Lync 2010 meet URLs.
199   + Revert to legacy MSOC protocol on Lync FT invitation.
200   + Fix broken busy->available status switch.
201   + Updated translations.
203 -------------------------------------------------------------------
204 Mon Apr  9 18:51:47 UTC 2012 - dimstar@opensuse.org
206 - Update to version 1.13.1:
207   + Detect incompatible encryption level with Lync
208   + purple: add URI validity check to Add Buddy callback
209   + Various build fixes
210   + Updated translations.
211 - Drop pidgin-sipe-gcc47.patch: fixed upstream.
213 -------------------------------------------------------------------
214 Sat Mar 24 23:13:09 UTC 2012 - dimstar@opensuse.org
216 - Add pidgin-sipe-gcc47.patch: Fix build with gcc 4.7; taken from
217   git.
219 -------------------------------------------------------------------
220 Thu Mar 15 13:23:31 UTC 2012 - vuntz@opensuse.org
222 - Update to version 1.13.0:
223   + Added [MS-SIPAE] TLS-DSK authentication scheme:
224     - TLS-DSK has been introduced in Lync
225     - mandatory for Office365 accounts
226     - also works for non-public Lync installations
227     - does not work yet with SSPI on Windows
228   + Added [MS-DLX] based Get Info/Contact Search:
229     - [MS-PRES] SIP-Based Active Directory Search is disabled in
230       Lync
231   + Added experimental media TCP transport
232   + Make it compile against the latest purple 3.0.x API
233   + Make it compile against the latest glib2 2.31.x API
234   + Completed cleanup: core no longer requires libpurple
235   + Refactored crypto code, ie. NSS can replaced if necessary
236   + Removed kopete backend: KDE is moving to telepathy
237   + Build-related changes
238 - Drop pidgin-sipe-no-deprecated.patch: fixed upstream.
240 -------------------------------------------------------------------
241 Thu Jan 12 08:57:16 UTC 2012 - dimstar@opensuse.org
243 - Change gmime-2_4-devel BuildRequires to gmime-devel. This rename
244   happened long ago and was just a virtual provides by now.
245 - Drop checks for openSUSE 11.1.
247 -------------------------------------------------------------------
248 Mon Jan  9 13:07:06 UTC 2012 - vuntz@opensuse.org
250 - Add pidgin-sipe-no-deprecated.patch: do not use deprecated glib
251   API, to fix build on Factory.
253 -------------------------------------------------------------------
254 Fri Sep  2 10:00:33 UTC 2011 - vuntz@opensuse.org
256 - Update to version 1.12.0:
257   + Add support for OCS2007R2 Group Chat (sf#3064877)
258   + Support for HTTP/1.1 Transfer-Encoding: chunked (sf##3311026)
259   + Added MS TURN support
260   + Implement timeouts for SIP request. Used for REGISTER
261   + More work on Voice & Video call support
262   + Add random Ms-Conversation-ID to INVITE
263   + Fix parsing of P-Asserted-Identity header
264   + Fix several crashes (including sf#3082602, sf#3148124,
265     sf#3399007)
266   + Fix several authenticfation issues (inclusing sf#2834758,
267     sf#3090663, sf#3130915)
268   + Make it compile against the purple 2.8.x & 3.0.x APIs
269   + More internal changes to prepare for non-purple backends
270   + Updated/add Adium and Miranda ports
271   + Several build system fixes and improvements (including
272     sf#3092324, sf#3150482, sf#3091490, sf#3108246)
273   + Other bugs fixed: sf#3156430, sf#3161273, sf#3198585,
274     sf#3267073.
275 - Drop pidgin-sipe-1.11.2-gcc46.patch: fixed upstream.
276 - Add pkgconfig(gstreamer-0.10) and pkgconfig(nice) BuildRequires
277   on 12.1 and later (since 11.4 and earlier have a too old version
278   of libnice), to build Voice & Video call support.
280 -------------------------------------------------------------------
281 Mon May 23 08:50:03 UTC 2011 - idonmez@novell.com
283 - Add pidgin-sipe-1.11.2-gcc46.patch: remove write-only variables
284   to fix compilation with gcc 4.6 
286 -------------------------------------------------------------------
287 Thu Nov 18 10:39:02 CET 2010 - dimstar@opensuse.org
289 - Update to version 1.11.2:
290   + Sipe-sign: fix parsing of P-Asserted-Identity header
291   + Fixed memory leaks
292   + sf#3090663: Re-authentication fails
293   + sf#3091490: Make 1.11.0 Compile on FreeBSD
294   + sf#3092324: Core dump in "make check"
295 - Changes from version 1.11.1:
296   + sf#2834758: First NTLM signature check after startup fails
297   + purple: fix memory leak in sipe_backend_transport_connect()
298     error path
299   + sf#3082602: Crash on Autodiscover
300   + Build fixes.
302 -------------------------------------------------------------------
303 Sun Oct 17 10:07:58 UTC 2010 - dimstar@opensuse.org
305 - Some simple preparations to enable telepathy plugin once it
306   becomes available.
308 -------------------------------------------------------------------
309 Wed Oct  6 09:02:38 UTC 2010 - john@redux.org.uk
311 - Update to version 1.11.0.
312   + Feature sf#2945346 - added Lotus Notes/Domino Calendar
313     integration.
314   + Fixed sf#2971422: idle check for OCS2005 presence case (Stefan
315     Becker)
316   + Fixed sf#2982424: krb5 build errors on FreeBSD (Stefan Becker)
317   + Fixed sf#2997639: pidgin crash after accepting cert (Stefan
318     Becker)
319   + Fixed sf#3001523: Cancelling a long pending file transfer
320     crashes Pidgin (Jakub Adam)
321   + Fixed sf#3002993: Group Name issues with ampersand (Stefan
322     Becker)
323   + Fixed sf#3029228: Calendar published at/with incorrect time
324     (Stefan Becker)
325   + Fixed sf#3029929: Crash with outlook 2k3 Calendar (Stefan
326     Becker)
327   + Fix logout from OCS (Jakub Adam)
328   + Implement workaround for buddy list menu memory leaks
329     (Stefan Becker)
330   + Dropped UDP transport support (Stefan Becker)
331   + Rewrote TCP & TLS transport support (Stefan Becker)
332   + HTTP improvements: GET, cookies (pier11)
333   + Alternative crypt/digest implementation based on NSS (pier11)
334   + Rewrote message debug log and implemented an analyzer script
335     for it (Stefan Becker)
336   + More internal changes to prepare for non-purple backends
337     (Stefan Becker)
338   + New translation: Dutch (Flemish) 'nl' (fieona, ridiekel)
339   + New translation: Swedish 'sv' (Rijad)
340   + Added translations 'ar' 'hu' 'ja' 'ko' 'sv' 'zh_TW' submitted
341     by Novell
342   + New build option: nss/mozilla-nss/microb-engine-nss for
343     non-purple backends
344   + Add build option for kopete backend (Stefan Becker)
345   + Updated Adium port (Emanuele Zattin)
347 -------------------------------------------------------------------
348 Tue Jun 29 10:38:37 UTC 2010 - john@redux.org.uk
350 - Update to version 1.10.1
351   + Fixed bug in the SIPE buddy list hash table functionality
352     reported by a RHEL5 user.
353   + Fixed Pidgin 2.7.0 API compatibility.
355 -------------------------------------------------------------------
356 Tue Jun 15 21:30:52 UTC 2010 - john@redux.org.uk
358 - Fix openSUSE 11.1 build by removing unnecessary BuildRequires.
360 -------------------------------------------------------------------
361 Fri Jun  4 17:28:29 CEST 2010 - sbrabec@suse.cz
363 - Added support for translation-update-upstream (FATE#301344).
365 -------------------------------------------------------------------
366 Sun Apr 04 13:30:00 BST 2010 - pier11@operamail.com
368 - Update to version 1.10.0:
369   + Feature sf#2823160: Access Levels (2007+ environment)
370   + Feature sf#2957811: add support for "automaton" class
371   + Feature sf#2972823: fail on in-line variable declarations
372   + Fixed sf#2971422: handle OCS 2005 idiosyncrasy of varying SIP
373     URI case
374   + Fixed sf#2981563: Authentication protocol v4 - invalid
375     signature of some incoming messages containing
376     P-Asserted-Identity or P-Preferred-Identity with uppercased SIP
377     or TEL in URI.
378   + Fixed publication/"409 Conflict" endless looping
379   + Prepare for Pidgin 2.7.0
380   + Added SVG icon artwork
381   + Many changes to configure script. Be sure to look at "configure
382     --help"
383   + Many internal changes to prepare for non-purple backends
384   + New build requirements: libxml2, glib-2.0 >= 2.12.0
385   + New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for
386     non-purple backends
387 - Add BuildRequires: glib2-devel >= 2.12.0
388 - Add --enable-purple --disable-telepathy to configure
389 - Add %check section.
390 - Add %{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg with
391   workarounds for SLE11, openSUSE 11.0/1 don't have
392   pidgin/protocols/scalable directory.
394 -------------------------------------------------------------------
395 Wed Mar 17 22:11:51 CET 2010 - dimstar@opensuse.org
397 - Update to version 1.9.1:
398   + sf#2969327: Kerberos authentication always fails on *nix
399     platforms
400   + sf#2968287: Authentication failure in scenario when director
401     server is Office Communications Server 2007 or above and home
402     server is Live Communications Server 2005
403   + Send BYE when response to IM message is 408/480/481
404   + Re-enable offline status to be user settable.
406 -------------------------------------------------------------------
407 Wed Mar 10 14:37:21 CET 2010 - dimstar@opensuse.org
409 - Update to version 1.9.0:
410   + Contributed File transfer functionality. File encryption is
411     supported.
412   + NTLMv2 and NTLMv2 Session Security support
413   + Implemented SIP Authentication Extensions protocol version 4
414     and 3
415   + Adoption for commercial UNIX - HP/UX, Irix, Solaris - big
416     endian fixes and build improvements
417   + Packaged for Maemo platform (Nokia N900, etc.) at Maemo.org.
418     Works with Pidgin from the same site.
419   + Adoption of file transfer for Windows build
420   + Official Debian package files in contrib
421   + another shot at presence update problems
422   + fix crash caused by uninitialized security contexts
423   + Code analysis with Coverity Prevent.
424   + Fix for "SIP/2.0 481 Call leg unavailable" error 
425   + Increased libpurple build requisite to >= 2.4.0
426   + Updated translations.
428 -------------------------------------------------------------------
429 Thu Feb 18 01:58:10 CET 2010 - vuntz@opensuse.org
431 - Update to version 1.8.1:
432   + Many crash fixes for error or corner cases in calendar
433     integration
434   + More detailed code analysis with Coverity Prevent
435   + OpenSUSE Build Service configuration files
436   + Fix NTLM crash if login setting is undefined
437   + Use of g_str_has_prefix() available since glib 2.2 and
438     null-safe
439   + Build fixes for older OS releases.
441 -------------------------------------------------------------------
442 Thu Feb 11 01:15:00 CET 2010 - vuntz@opensuse.org
444 - Update to version 1.8.0:
445   + Added integration with Exchange 2007/2010.
446   + Added Calendar information to contact's tooltip.
447   + 2005 presence engine has been completely rewritten, with new
448     supported status.
449   + Added "Accounts->{SIPE_ACCOUNT}->Status Reset" menu option to
450     clean User Status set manually.
451   + Added "Find on LinkedIn" link on contact's User Info screen.
452   + Enhanced custom NTLM security provider to pass
453     connection-oriented authentication.
454   + Added Negotiate authentication scheme (Windows only).
455   + Contributed code for Adium port.
456   + Added Windows Messenger 5.0 (RTC/1.2) compatibility.
457   + New BusyIdle status.
458   + Fix memory leaks.
459   + Fixed localization on Windows platform.
460   + Fix bad rendering with html markup.
461   + Fix broken federated contacts.
462   + Fix for server auto-discovery
463   + Fix for xdg-email invocation.
464   + Fix for User Agent string.
465   + Code: Take PURPLE_INIT_PLUGIN into use.
466   + Various other fixes, including crashes and build fixes.
467   + Updated translations.
469 -------------------------------------------------------------------
470 Sun Dec 27 00:30:08 CET 2009 - vuntz@opensuse.org
472 - Clean up packaging.
473 - Remove gconf_schemas_prereq macro, since there's nothing
474   involving gconf.
475 - Rename purple-sipe subpackage to libpurple-plugin-sipe.
476 - Add pidgin BuildRequires for directory ownership.
477 - Add pidgin Requires for pidgin-sipe.
478 - Add libpurple Enhances for libpurple-plugin-sipe.
480 -------------------------------------------------------------------
481 Thu Nov 26 09:54:24 UTC 2009 - john@redux.org.uk
483 - Update to version 1.7.1:
484   + See ChangeLog for the full list of changes since version 1.3.3.
485   + Support for Reuters Messaging environment.
486   + Support for message formatting.
487   + Invisible mode.
488   + Full support for presence.
489   + Better support of protocol.
490   + New security framework.
491   + Multi-party conversation.
492   + Add telepathy-haze support.
493   + Add integration with PBX (external phones).
494   + New Idle status.
495   + Many improvements and bug fixes.
496   + Fix crashes.
497   + Build fixes.
498   + Updated translations.
499 - Split the package into pidgin-sipe and purple-sipe packages.
500 - Add gettext-devel, libtool BuildRequires.
501 - Remove pidgin, pidgin-devel, zlib-devel BuildRequires.
502 - Pass --with-krb5 to configure.
503 - Enable parallel build.
505 -------------------------------------------------------------------
506 Thu Sep 17 00:13:39 CEST 2009 - crrodriguez@suse.de
508 - use find_lang macro 
510 -------------------------------------------------------------------
511 Mon Feb  2 17:04:37 CST 2009 - gburt@suse.de
513 - Fix total loss of functionality if user was logged on in more than
514   one location (bnc#459117)
516 -------------------------------------------------------------------
517 Thu Jan 22 16:38:11 CST 2009 - gburt@suse.de
519 - Patch fixing support for LCS 2005 buddy auth/blocking
520 - Fix logging in with TCP when no SRV records found
521 - Fix several crasher bugs
523 -------------------------------------------------------------------
524 Mon Jan  5 11:37:47 CST 2009 - gburt@suse.de
526 - Update to 1.3.3 which includes fixes for translation support,
527   typos, crashes, and error handling.
529 -------------------------------------------------------------------
530 Tue Dec  9 17:42:50 CST 2008 - gburt@suse.de
532 - Remove -lang package, too late for package splits
534 -------------------------------------------------------------------
535 Sun Dec  7 17:42:13 CST 2008 - gburt@suse.de
537 - Create -lang package
539 -------------------------------------------------------------------
540 Sun Dec  7 15:38:42 CST 2008 - gburt@suse.de
542 - Fix a segfault, fix compatibility bug with OCS 2005 (not handling
543   180 Ringing responses properly).
545 -------------------------------------------------------------------
546 Fri Dec  5 12:13:58 CST 2008 - gburt@suse.de
548 - Fix automatic support (redirecting) for LCS/OCS proxy servers, 
549   and show the user the error when 403 forbidden is received.
551 -------------------------------------------------------------------
552 Thu Dec  4 17:47:08 CST 2008 - gburt@suse.de
554 - Fix bugs with ability to set status, add support for setting a
555   note (at least against some servers), fix OCS 2005 support, and
556   improve account editing dialog to be more friendly, and improve
557   error messages.
559 -------------------------------------------------------------------
560 Wed Dec  3 18:40:14 CST 2008 - gburt@suse.de
562 - Fix bugs with ability to add, modify, and remove contacts and
563   groups.  Fix support for detecting contacts' away status, and
564   to send them ours.  Fix support for saving and reading buddy
565   aliases to/from the server.  Fix many crashes.
567 -------------------------------------------------------------------
568 Thu Nov 20 19:16:41 CST 2008 - gburt@suse.de
570 - Fix compatibility with Microsoft OCS 2007; 2-way IMing working
572 -------------------------------------------------------------------
573 Fri Nov  7 12:33:37 CST 2008 - gburt@suse.de
575 - Replace gz with bz2 
577 -------------------------------------------------------------------
578 Fri Nov  7 12:22:30 CST 2008 - gburt@suse.de
580 - Update tarball with latest code from git plus a patch to get
581     NTLM signing of messages working (eco#5322)
583 -------------------------------------------------------------------
584 Tue Sep  2 10:21:53 CDT 2008 - gburt@suse.de
586 - Clarify and simplify the package description
588 -------------------------------------------------------------------
589 Mon Aug 11 11:21:48 CDT 2008 - gburt@suse.de
591 - Initial package for pidgin-sipe
592 - SIPE 1.2
593 - http://sipe.sourceforge.net/