comparison ChangeLog @ 30950:e946cb06faec

merge of '3d06a17dd5bf8095f142141e395986dda870cfe6' and 'f34878b425fc3e5501d82254e87d1d9271470428'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 22 Nov 2010 03:04:17 +0000
parents 11211e6427ae
children 6499f813c3af
comparison
equal deleted inserted replaced
30948:b64b2b05bd3c 30950:e946cb06faec
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.7.6 (??/??/????): 3 version 2.7.6 (11/21/2010):
4 General:
5 * Included Microsoft Internet Authority 2010 and Microsoft Secure Server
6 Authority 2010 intermediate CA certificates to our bundle. This fixes
7 the "Unable to validate certificate" error for omega.contacts.msn.com.
8 (#12906)
9
10 Pidgin:
11 * Avoid a use-after-free race condition in the media code (when
12 there's an error reported by GStreamer). (#12806, Jakub Adam)
13
14 AIM and ICQ:
15 * SSL option has been changed to a tri-state menu with choices for
16 "Don't Use Encryption", "Use Encryption if Available", and "Require
17 Encryption".
18 * Fix some possible clientLogin URL issues introduced in version 2.7.5.
19 * Don't show a "<URL>: Ok" connection error when using clientLogin.
20 * Cleaned up some debug output for improved readability.
21
4 MSN: 22 MSN:
5 * Added support for MSNP16, including Multiple Points of Presence (MPOP) 23 * Added support for MSNP16, including Multiple Points of Presence (MPOP)
6 which allows multiple simultaneous sign-ins. 24 which allows multiple simultaneous sign-ins. (#8247)
7 * Added extended capabilities support (none implemented). 25 * Added extended capabilities support (none implemented).
8 * Merged the work done on the Google SoC (major rewrite of SLP code) 26 * Merged the work done on the Google SoC (major rewrite of SLP code)
9 * Reworked the data transfer architecture. 27 * Reworked the data transfer architecture.
10 (http://developer.pidgin.im/wiki/SlpArchitecture) 28 (http://developer.pidgin.im/wiki/SlpArchitecture)
11 * Lots of little changes. 29 * Lots of little changes.
30 * Don't process zero-length DC messages. (#12660)
31 * Fixed a bunch of memory leaks.
32 * Prevent a use-after-free condition.
12 33
13 XMPP: 34 XMPP:
14 * Avoid a double-free in the Google Relay (V/V) code. 35 * Avoid a double-free in the Google Relay (V/V) code.
15 * Avoid double error message when failing a file transfer. (#12757) 36 * Avoid double error message when failing a file transfer. (#12757)
16 * Password-related information is printed out for SASL authentication 37 * Password-related information is printed out for SASL authentication
17 when the PURPLE_UNSAFE_DEBUG environment variable is set. 38 when the PURPLE_UNSAFE_DEBUG environment variable is set.
39 * Authentication mechanisms can now be added by UI's or other plugins
40 with some work. This is outside the API/ABI rules! (#12715)
41 * Fixed a few printf("%s", NULL) crashes for broken OSes.
42
43 Windows-Specific Changes:
44 * Build the Pidgin Theme Editor plugin (finally).
45 * Untarring (for themes) now works for non-ASCII destination paths.
18 46
19 version 2.7.5 (10/31/2010): 47 version 2.7.5 (10/31/2010):
20 General: 48 General:
21 * Added Verisign Class 3 Public CA - G2 root CA. 49 * Added Verisign Class 3 Public CA - G2 root CA.
22 50