www: eb2cecf7: Update the site for 2.7.6 and put the ce...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Mon Nov 22 00:25:51 EST 2010


----------------------------------------------------------------------
Revision: eb2cecf7874212255af97598d012ee768775b266
Parent:   f56954ad1da352e2c7700d658a030458a99aafd6
Author:   rekkanoryo at pidgin.im
Date:     11/22/10 00:22:48
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/eb2cecf7874212255af97598d012ee768775b266

Changelog: 

Update the site for 2.7.6 and put the certificate issue on the support page.

Changes against parent f56954ad1da352e2c7700d658a030458a99aafd6

  patched  htdocs/ChangeLog
  patched  htdocs/index.php
  patched  htdocs/support/index.php

-------------- next part --------------
============================================================
--- htdocs/index.php	874f7c16e4b96ec7abab4152ee71047fa85808de
+++ htdocs/index.php	c3837857e5c045315fba56e1060d74eb78e71676
@@ -72,7 +72,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
 
 <!-- This will pull from somewhere else at some point -->
 <p class="more" id="lowblurb">
-Pidgin 2.7.5 fixes several AIM and ICQ bugs introduced in 2.7.4.
+Pidgin 2.7.6 fixes the MSN certificate issue and enables multiple MSN logins.
 </p>
 
 <? /* Avoid outputting this stuff yet.
============================================================
--- htdocs/ChangeLog	fb5f413b0831717ac61e903a4242860a54fad3a1
+++ htdocs/ChangeLog	271805d2bd664cd2545a8894d28f813e5104d5fb
@@ -1,5 +1,49 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.7.6 (11/21/2010):
+	General:
+	* 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)
+
+	Pidgin:
+	* Avoid a use-after-free race condition in the media code (when
+	  there's an error reported by GStreamer). (#12806, Jakub Adam)
+
+	AIM and ICQ:
+	* SSL option has been changed to a tri-state menu with choices for
+	  "Don't Use Encryption", "Use Encryption if Available", and "Require
+	  Encryption".
+	* Fix some possible clientLogin URL issues introduced in version 2.7.5.
+	* Don't show a "<URL>: Ok" connection error when using clientLogin.
+	* Cleaned up some debug output for improved readability.
+
+	MSN:
+	* Added support for MSNP16, including Multiple Points of Presence (MPOP)
+	  which allows multiple simultaneous sign-ins. (#8247)
+	* Added extended capabilities support (none implemented).
+	* Merged the work done on the Google SoC (major rewrite of SLP code)
+	* Reworked the data transfer architecture.
+	  (http://developer.pidgin.im/wiki/SlpArchitecture)
+	* Lots of little changes.
+	* Don't process zero-length DC messages. (#12660)
+	* Fixed a bunch of memory leaks.
+	* Prevent a use-after-free condition.
+
+	XMPP:
+	* Avoid a double-free in the Google Relay (V/V) code.
+	* Avoid double error message when failing a file transfer. (#12757)
+	* Password-related information is printed out for SASL authentication
+	  when the PURPLE_UNSAFE_DEBUG environment variable is set.
+	* Authentication mechanisms can now be added by UI's or other plugins
+	  with some work. This is outside the API/ABI rules! (#12715)
+	* Fixed a few printf("%s", NULL) crashes for broken OSes.
+
+	Windows-Specific Changes:
+	* Build the Pidgin Theme Editor plugin (finally).
+	* Untarring (for themes) now works for non-ASCII destination paths.
+
 version 2.7.5 (10/31/2010):
 	General:
 	* Added Verisign Class 3 Public CA - G2 root CA.
============================================================
--- htdocs/support/index.php	c2ca46b63c4cdb1c5ca304b5498756adf5bd28db
+++ htdocs/support/index.php	2172fe905e3245fe7a42f68f34c2a56b21499686
@@ -49,7 +49,8 @@ Chat on IRC: <a onclick="javascript:this
 <ul style="text-align:left"> -->
 <li>Can't connect to AIM/ICQ?</li>
 <li>MSN says, "our protocol isn't supported by the server"?</li>
-<li>Can't connect to Yahoo?<!--/li-->
+<li>Can't connect to Yahoo?</li>
+<li>Get a certificate error for omega.contacts.msn.com?<!--/li-->
 <ul><li><a href="/download/">Make sure you're using the current version of Pidgin!</a></li></ul></li>
 </ul>
 </div>


More information about the Commits mailing list