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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb5a13b99c2868b61d7f790678e1b3d3055eb9bf56c369a0eab90aa3fa7723e8
size 8357209

3
pidgin-2.5.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b407f46041e922a82a10a8050ab7229d3f97f0c294afefb19f6875f2f589a02
size 8546152

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

View File

@ -1,5 +1,5 @@
#
# spec file for package pidgin (Version 2.5.5)
# spec file for package pidgin (Version 2.5.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,8 +20,8 @@
Name: pidgin
Summary: GTK+-Based Multiprotocol Instant Messaging Client
Version: 2.5.5
Release: 3
Version: 2.5.6
Release: 1
License: GPL v2 or later
Group: Productivity/Networking/Instant Messenger
Url: http://www.pidgin.im/
@ -882,6 +882,33 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
%{_libdir}/pkgconfig/gnt.pc
%changelog
* Wed May 20 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 06 2009 vuntz@novell.com
- Respin pidgin-gnome-keyring.patch that doesn't apply with new
patch package.