| 2 | |
| 3 | == version 2.7.6 (11/21/2010) == |
| 4 | [http://developer.pidgin.im/query?status=closed&milestone=2.7.6 View all closed tickets for this release.] |
| 5 | * '''General''': |
| 6 | * 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. (#12906) |
| 7 | |
| 8 | * '''Pidgin''': |
| 9 | * Avoid a use-after-free race condition in the media code (when there's an error reported by GStreamer). (#12806, Jakub Adam) |
| 10 | |
| 11 | * '''AIM and ICQ''': |
| 12 | * SSL option has been changed to a tri-state menu with choices for "Don't Use Encryption", "Use Encryption if Available", and "Require Encryption". |
| 13 | * Fix some possible clientLogin URL issues introduced in version 2.7.5. |
| 14 | * Don't show a "<URL>: Ok" connection error when using clientLogin. |
| 15 | * Cleaned up some debug output for improved readability. |
| 16 | |
| 17 | * '''MSN''': |
| 18 | * Added support for MSNP16, including Multiple Points of Presence (MPOP) which allows multiple simultaneous sign-ins. (#8247) |
| 19 | * Added extended capabilities support (none implemented). |
| 20 | * Merged the work done on the Google SoC (major rewrite of SLP code) |
| 21 | * Reworked the data transfer architecture. (SlpArchitecture) |
| 22 | * Lots of little changes. |
| 23 | * Don't process zero-length DC messages. (#12660) |
| 24 | * Fixed a bunch of memory leaks. |
| 25 | * Prevent a use-after-free condition. |
| 26 | |
| 27 | * '''XMPP''': |
| 28 | * Avoid a double-free in the Google Relay (V/V) code. |
| 29 | * Avoid double error message when failing a file transfer. (#12757) |
| 30 | * Password-related information is printed out for SASL authentication when the `PURPLE_UNSAFE_DEBUG` environment variable is set. |
| 31 | * Authentication mechanisms can now be added by UI's or other plugins with some work. This is outside the API/ABI rules! (#12715) |
| 32 | * Fixed a few printf("%s", NULL) crashes for broken OSes. |
| 33 | |
| 34 | * '''Windows-Specific Changes''': |
| 35 | * Build the Pidgin Theme Editor plugin (finally). |
| 36 | * Untarring (for themes) now works for non-ASCII destination paths. |