Accepting request 53822 from GNOME:Apps

Accepted submit request 53822 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/53822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=61
This commit is contained in:
Ruediger Oertel
2010-11-24 09:49:30 +00:00
committed by Git OBS Bridge
parent 99734e0037
commit 8e86eb5579
6 changed files with 71 additions and 20 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Nov 23 11:37:36 UTC 2010 - lchiquitto@novell.com
- Update to version 2.7.6:
+ General:
- Included Microsoft Internet Authority 2010 and Microsoft
Secure Server Authority 2010 intermediate CA certificates to
our bundle. This fixes the "Unable to validate certificate"
error for omega.contacts.msn.com (bnc#655477).
+ Pidgin:
- Avoid a use-after-free race condition in the media code
(when there's an error reported by GStreamer).
+ AIM and ICQ:
- SSL option has been changed to a tri-state menu with choices
for "Don't Use Encryption", "Use Encryption if Available",
and "Require Encryption".
- Fix some possible clientLogin URL issues introduced in
version 2.7.5.
- Don't show a "<URL>: Ok" connection error when using
clientLogin.
- Cleaned up some debug output for improved readability.
+ MSN:
- Added support for MSNP16, including Multiple Points of
Presence (MPOP) which allows multiple simultaneous sign-ins.
- Added extended capabilities support (none implemented).
- Merged the work done on the Google SoC (major rewrite of SLP
code)
- Reworked the data transfer architecture.
(http://developer.pidgin.im/wiki/SlpArchitecture)
- Lots of little changes.
- Don't process zero-length DC messages.
- Fixed a bunch of memory leaks.
- Prevent a use-after-free condition.
+ XMPP:
- Avoid a double-free in the Google Relay (V/V) code.
- Avoid double error message when failing a file transfer.
- Password-related information is printed out for SASL
authentication when the PURPLE_UNSAFE_DEBUG environment
variable is set.
- Authentication mechanisms can now be added by UI's or other
plugins with some work. This is outside the API/ABI rules!
- Fixed a few printf("%s", NULL) crashes for broken OSes.
+ Windows-Specific Changes:
- Build the Pidgin Theme Editor plugin (finally).
- Untarring (for themes) now works for non-ASCII destination
paths.
-------------------------------------------------------------------
Thu Nov 10 12:30:42 CEST 2010 - christoph.miebach@web.de