SHA256
1
0
forked from pool/pidgin
OBS User unknown
2009-05-20 22:57:14 +00:00
committed by Git OBS Bridge
parent 333f752678
commit 4bdc698708
4 changed files with 63 additions and 6 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed May 20 13:20:41 CEST 2009 - vuntz@novell.com
- Update to version 2.5.6:
+ libpurple:
- Improve sleep behavior by aggregation of longer timeouts on
second boundaries to allow better power saving.
- Fix various crashes on exit.
- Make XML parsing more resilient to interactions with other
libraries. This, along with the fix for libxml2 bgo#564217,
fixes the crashes on connect in XMPP with recent
gst-plugins-bad.
- Many security related fixes.
+ IRC:
- Correctly handle WHOIS for users who are joined to a large
number of channels.
- Notify the user if a /nick command fails, rather than trying
fallback nicks.
+ MSN:
- Fix a race condition causing occasional Pidgin crashes.
- Fix some errors about the friendly name changing too fast
caused by MSN/Yahoo integration buddies.
+ XMPP:
- Less likely to pop up a new conversation window in disregard
of the "Hide new IM conversations" preference.
+ Yahoo:
- Fix a crash when sending very long messages.
- Fix a bug where UTF-8 status messages get garbled when going
idle.
-------------------------------------------------------------------
Mon Apr 6 11:58:28 CEST 2009 - vuntz@novell.com