www: ee4f77e7: Add stuff for 2.6.1

markdoliner at pidgin.im markdoliner at pidgin.im
Wed Aug 19 04:45:37 EDT 2009


-----------------------------------------------------------------
Revision: ee4f77e78b2ae635d8680e1cb6b294ccf4b98d43
Ancestor: fb3de18105aeb8602f78861339226c530dc31f3e
Author: markdoliner at pidgin.im
Date: 2009-08-19T08:44:25
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/ee4f77e78b2ae635d8680e1cb6b294ccf4b98d43

Modified files:
        htdocs/ChangeLog htdocs/index.php
        htdocs/win32/ChangeLog.win32 inc/version.inc

ChangeLog: 

Add stuff for 2.6.1

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	d39aa5e9b402479bf147ec3fc83973693b99839d
+++ htdocs/ChangeLog	525018a153e966012ddaa7d92ebbb12370d0ad46
@@ -1,5 +1,10 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.6.1 (08/18/2009):
+	* Fix a crash when some users send you a link in a Yahoo IM
+	* Fix compilation with GTK+ < 2.6.0
+	* Fix compilation on Windows
+
 version 2.6.0 (08/18/2009):
 	libpurple:
 	* Theme support in libpurple thanks to Justin Rodriguez's summer of code
@@ -209,7 +214,9 @@ version 2.5.9 (08/18/2009):
 	  Miscellaneous categories.
 
 version 2.5.9 (08/18/2009):
-	* Fix a crash via a specially crafted MSN message (CVE-2009-2694).
+	* Fix a crash via a specially crafted MSN message (CVE-2009-2694,
+	  thanks to Core Security Technologies for discovering this and
+	  notifying us privately before announcing it).
 	* Fix a crash in Bonjour, MSN, and XMPP when trying to transfer files with
 	  NULL names.
 
============================================================
--- htdocs/index.php	c1ededa38bd01e99480a039d287f0b13d992a736
+++ htdocs/index.php	f3ca27442be2bb5091b5e3f23d5f42877e78f5d9
@@ -71,7 +71,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
 
 <!-- This will pull from somewhere else at some point -->
 <p class="more" id="lowblurb">
-Yahoo issues are fixed in 2.6.0.
+Yahoo issues and important security vulnerabilities are fixed in 2.6.1.
 </p>
 
 <? /* Avoid outputting this stuff yet.
============================================================
--- htdocs/win32/ChangeLog.win32	408ba6b086c256320efa0e898778884536256569
+++ htdocs/win32/ChangeLog.win32	49d440d9169a22ceb81ef79f04479b86a0ec95f1
@@ -1,3 +1,6 @@
+version 2.6.1 (08/18/2009):
+	* No changes
+
 version 2.6.0 (08/18/2009):
 	* Added XMPP URI support.
 
============================================================
--- inc/version.inc	9cae7a193486af978cc348dc1d56bef63fcf25dd
+++ inc/version.inc	587c299c5c0b0d576b7c484b87dec4186178434e
@@ -1,7 +1,7 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.6.0";
+$pidgin_version       = "2.6.1";
 $pidgin_win32_version = "2.5.8";
 $gtk_win32_version    = "2.14.7";
 $gtk_win32_revision   = "a";


More information about the Commits mailing list