Mercurial > pidgin.yaz
comparison ChangeLog @ 31730:0e9b252f1769
propagate from branch 'im.pidgin.pidgin' (head b51a9f598d90ec0520c1d605d2335b29ed1ef64d)
to branch 'im.pidgin.pidgin.mxit' (head a6e78a0638ffbf99efaa856cb181db5e0cea3797)
author | andrew.victor@mxit.com |
---|---|
date | Tue, 23 Nov 2010 07:50:25 +0000 |
parents | 7c5a78a2cc0d 6499f813c3af |
children | c7f0decf419b |
comparison
equal
deleted
inserted
replaced
31729:7c5a78a2cc0d | 31730:0e9b252f1769 |
---|---|
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.7 (??/??/????): |
4 General: | |
5 * Allow multiple certificates to share the same Distinguished Name (DN). | |
6 Partially fixes remaining MSN issues from #12906. | |
7 * The GNUTLS SSL plugin now discards any certificate in a chain that did | |
8 not sign the previous certificate. Once one certificate is discarded, | |
9 all subsequent certificates are discarded. Partially fixes remaining | |
10 MSN issues from #12906. | |
11 | |
12 AIM and ICQ: | |
13 * AIM should now connect if "Use clientLogin" is off and the "Server" | |
14 field is set to anything but "login.oscar.aol.com". (#12948) | |
15 * Fix a crash on connection loss. (#5927) | |
16 | |
4 MSN: | 17 MSN: |
5 * Added support for MSNP16: | 18 * Don't show ourselves in the list of endpoints that can be disconnected. |
6 * Added support for "Multi Points of Presence" (MPOP), which let users | 19 |
7 to sign on multiple places at the same time. | 20 version 2.7.6 (11/21/2010): |
8 * Added extended capabilities support (no one implemented). | 21 General: |
9 * Merged the work done on the Google SoC: | 22 * Included Microsoft Internet Authority 2010 and Microsoft Secure Server |
10 * A major rewrite of SLP code: | 23 Authority 2010 intermediate CA certificates to our bundle. This fixes |
24 the "Unable to validate certificate" error for omega.contacts.msn.com. | |
25 (#12906) | |
26 | |
27 Pidgin: | |
28 * Avoid a use-after-free race condition in the media code (when | |
29 there's an error reported by GStreamer). (#12806, Jakub Adam) | |
30 | |
31 AIM and ICQ: | |
32 * SSL option has been changed to a tri-state menu with choices for | |
33 "Don't Use Encryption", "Use Encryption if Available", and "Require | |
34 Encryption". | |
35 * Fix some possible clientLogin URL issues introduced in version 2.7.5. | |
36 * Don't show a "<URL>: Ok" connection error when using clientLogin. | |
37 * Cleaned up some debug output for improved readability. | |
38 | |
39 MSN: | |
40 * Added support for MSNP16, including Multiple Points of Presence (MPOP) | |
41 which allows multiple simultaneous sign-ins. (#8247) | |
42 * Added extended capabilities support (none implemented). | |
43 * Merged the work done on the Google SoC (major rewrite of SLP code) | |
11 * Reworked the data transfer architecture. | 44 * Reworked the data transfer architecture. |
12 (http://developer.pidgin.im/wiki/SlpArchitecture) | 45 (http://developer.pidgin.im/wiki/SlpArchitecture) |
13 * A lot of love to MSN prpl. | 46 * Lots of little changes. |
47 * Don't process zero-length DC messages. (#12660) | |
48 * Fixed a bunch of memory leaks. | |
49 * Prevent a use-after-free condition. | |
50 | |
51 XMPP: | |
52 * Avoid a double-free in the Google Relay (V/V) code. | |
53 * Avoid double error message when failing a file transfer. (#12757) | |
54 * Password-related information is printed out for SASL authentication | |
55 when the PURPLE_UNSAFE_DEBUG environment variable is set. | |
56 * Authentication mechanisms can now be added by UI's or other plugins | |
57 with some work. This is outside the API/ABI rules! (#12715) | |
58 * Fixed a few printf("%s", NULL) crashes for broken OSes. | |
59 | |
60 Windows-Specific Changes: | |
61 * Build the Pidgin Theme Editor plugin (finally). | |
62 * Untarring (for themes) now works for non-ASCII destination paths. | |
14 | 63 |
15 version 2.7.5 (10/31/2010): | 64 version 2.7.5 (10/31/2010): |
16 General: | 65 General: |
17 * Added Verisign Class 3 Public CA - G2 root CA. | 66 * Added Verisign Class 3 Public CA - G2 root CA. |
18 | 67 |