# HG changeset patch # User John Bailey # Date 1290578268 0 # Node ID cc32d5f815237e597415c3ff929fa5e44fcf4d55 # Parent 153b47ec04d926b9da0f4d4c8f3146222ca1a134 Bring these files up to date. diff -r 153b47ec04d9 -r cc32d5f81523 ChangeLog --- a/ChangeLog Wed Nov 24 05:57:22 2010 +0000 +++ b/ChangeLog Wed Nov 24 05:57:48 2010 +0000 @@ -1,22 +1,25 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.7.7 (??/??/????): +version 2.7.8 (??/??/????): + MSN: + * Don't show ourselves in the list of endpoints that can be disconnected. + +version 2.7.7 (11/23/2010): General: - * Allow multiple certificates to share the same Distinguished Name (DN). + * Allow multiple CA certificates to share the same Distinguished Name + (DN). Partially fixes remaining MSN issues from #12906. + * The GNUTLS SSL plugin now discards any certificate (and all subsequent + certificates) in a chain if it did not sign the previous certificate. Partially fixes remaining MSN issues from #12906. - * The GNUTLS SSL plugin now discards any certificate in a chain that did - not sign the previous certificate. Once one certificate is discarded, - all subsequent certificates are discarded. Partially fixes remaining - MSN issues from #12906. + * Open requests related to a file transfer are now closed when the request + is cancelled locally. (#11666) AIM and ICQ: - * AIM should now connect if "Use clientLogin" is off and the "Server" - field is set to anything but "login.oscar.aol.com". (#12948) + * AIM should now connect if "Use clientLogin" is turned off and the + "Server" field is set to anything other than "login.oscar.aol.com" or + "slogin.oscar.aol.com". (#12948) * Fix a crash on connection loss. (#5927) - MSN: - * Don't show ourselves in the list of endpoints that can be disconnected. - version 2.7.6 (11/21/2010): General: * Included Microsoft Internet Authority 2010 and Microsoft Secure Server diff -r 153b47ec04d9 -r cc32d5f81523 ChangeLog.API --- a/ChangeLog.API Wed Nov 24 05:57:22 2010 +0000 +++ b/ChangeLog.API Wed Nov 24 05:57:48 2010 +0000 @@ -1,5 +1,11 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.7.8 (??/??/????): + * No changes + +version 2.7.7 (11/23/2010): + * No changes + version 2.7.6 (11/21/2010): * No changes diff -r 153b47ec04d9 -r cc32d5f81523 NEWS --- a/NEWS Wed Nov 24 05:57:22 2010 +0000 +++ b/NEWS Wed Nov 24 05:57:48 2010 +0000 @@ -2,6 +2,15 @@ Our development blog is available at: http://planet.pidgin.im +2.7.8 (??/??/????): + +2.7.7 (11/23/2010): + John: Well, this time around, we should finally have the certificate + issue really and fully fixed for all of you MSN users. Also, we have + a few AIM-related fixes in this release, most notably the fix for the + new "SSL Handshake Failure" message some of you got after upgrading. + That one was an oversight on our part. Enjoy the fixes! + 2.7.6 (11/21/2010): Jorge: In this release I have merged two branches where I have spent most of my time in the last months, the MSNP16 and SLP-rewrite. I