Mercurial > pidgin
comparison ChangeLog @ 30943:b52f5d573a17
ChangeLog updates, NEWS, and prep for release.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 21 Nov 2010 19:42:37 +0000 |
parents | d8784469072e |
children | 11211e6427ae |
comparison
equal
deleted
inserted
replaced
30942:cba545c5c0ef | 30943:b52f5d573a17 |
---|---|
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 AIM and ICQ: | |
11 * SSL option has been changed to a tri-state menu with choices for | |
12 "Don't Use Encryption", "Use Encryption if Available", and "Require | |
13 Encryption". | |
14 * Fix some possible clientLogin URL issues introduced in version 2.7.5. | |
15 * Don't show a "<URL>: Ok" connection error when using clientLogin. | |
16 * Cleaned up some debug output for improved readability. | |
17 | |
4 MSN: | 18 MSN: |
5 * Added support for MSNP16, including Multiple Points of Presence (MPOP) | 19 * Added support for MSNP16, including Multiple Points of Presence (MPOP) |
6 which allows multiple simultaneous sign-ins. | 20 which allows multiple simultaneous sign-ins. (#8247) |
7 * Added extended capabilities support (none implemented). | 21 * Added extended capabilities support (none implemented). |
8 * Merged the work done on the Google SoC (major rewrite of SLP code) | 22 * Merged the work done on the Google SoC (major rewrite of SLP code) |
9 * Reworked the data transfer architecture. | 23 * Reworked the data transfer architecture. |
10 (http://developer.pidgin.im/wiki/SlpArchitecture) | 24 (http://developer.pidgin.im/wiki/SlpArchitecture) |
11 * Lots of little changes. | 25 * Lots of little changes. |
26 * Don't process zero-length DC messages. (#12660) | |
27 * Fixed a bunch of memory leaks. | |
28 * Prevent a use-after-free condition. | |
12 | 29 |
13 XMPP: | 30 XMPP: |
14 * Avoid a double-free in the Google Relay (V/V) code. | 31 * Avoid a double-free in the Google Relay (V/V) code. |
15 * Avoid double error message when failing a file transfer. (#12757) | 32 * Avoid double error message when failing a file transfer. (#12757) |
16 * Password-related information is printed out for SASL authentication | 33 * Password-related information is printed out for SASL authentication |
17 when the PURPLE_UNSAFE_DEBUG environment variable is set. | 34 when the PURPLE_UNSAFE_DEBUG environment variable is set. |
35 * Authentication mechanisms can now be added by UI's or other plugins | |
36 with some work. This is outside the API/ABI rules! (#12715) | |
37 * Fixed a few printf("%s", NULL) crashes for broken OSes. | |
38 | |
39 Windows-Specific Changes: | |
40 * Build the Pidgin Theme Editor plugin (finally). | |
41 * Untarring (for themes) now works for non-ASCII destination paths. | |
18 | 42 |
19 version 2.7.5 (10/31/2010): | 43 version 2.7.5 (10/31/2010): |
20 General: | 44 General: |
21 * Added Verisign Class 3 Public CA - G2 root CA. | 45 * Added Verisign Class 3 Public CA - G2 root CA. |
22 | 46 |