im.pidgin.www: 0bd661f722b6732fc2377f6300aa7c0699e0d8bc

nosnilmot at pidgin.im nosnilmot at pidgin.im
Fri Dec 7 16:55:42 EST 2007


-----------------------------------------------------------------
Revision: 0bd661f722b6732fc2377f6300aa7c0699e0d8bc
Ancestor: 1d0370fa0bc3ddd347a71ca9a748324829c9b1ca
Author: nosnilmot at pidgin.im
Date: 2007-12-07T21:51:21
Branch: im.pidgin.www

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

ChangeLog: 

2.3.1

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	75fbeac2422587141e107c5afd887ead0505ebff
+++ htdocs/ChangeLog	729093957fe0f9467b6f12de473a2b2a811ddd99
@@ -1,5 +1,28 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.3.1 (12/7/2007):
+	http://developer.pidgin.im/query?status=closed&milestone=2.3.1
+		NOTE: Due to the way this release was made, it is possible that
+			  bugs marked as fixed in 2.3.1 will not be fixed until the
+			  next release.
+
+	libpurple:
+	* Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
+	  connecting to MSN and random local display name changes
+	* Going idle on MySpaceIM will no longer clear your status and message.
+	* Idle MySpaceIM buddies should now appear online at login.
+	* Fixed crashes in XMPP when discovering a client's capabilities
+	* Don't set the current tune title if it's NULL (XMPP/Google Talk)
+	* Don't allow buddies to be manually added to Bonjour
+	* Don't advertise IPv6 on Bonjour because we don't support it
+	* Compile fixes for FreeBSD and Solaris
+	* Update QQ client version so some accounts can connect again
+	* Do not allow ISON requests to stack in IRC, preventing flooding IRC
+	  servers when temporary network outages are restored
+	* Plug several leaks in the perl plugin loader
+	* Prevent autoaccept plugin overwriting existing files
+
+
 version 2.3.0 (11/24/2007):
 	http://developer.pidgin.im/query?status=closed&milestone=2.3.0
 		NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
============================================================
--- htdocs/inc/version.inc.php	3e7d0483787de01f9b3981d4681fe607ee205801
+++ htdocs/inc/version.inc.php	8b27c1ad2566d14b8f76b3bc11c134e08fee1993
@@ -1,10 +1,10 @@
 <?php
 	/*
 	 * This variable will be inserted into the source tarball and bz2ball
 	 * path. Update with every new release.
 	 */
-	$current_version = "2.2.2";
-	$current_win32_version = "2.2.2";
-	$current_win32_gtk_version = "2.10.13";
-	$current_win32_gtk_revision = "a";
+	$current_version = "2.3.1";
+	$current_win32_version = "2.3.1";
+	$current_win32_gtk_version = "2.12.1";
+	$current_win32_gtk_revision = "b";
 ?>
============================================================
--- htdocs/index.php	1709724e59044ef6b2ee8eabd1df76de9d50d028
+++ htdocs/index.php	f9b3fd6db67bf7a229158addb0a67befcc0f6f78
@@ -75,7 +75,7 @@ source code as well.</p>
 </div>
 
 <!-- This will pull from somewhere else at some point -->
-<p id="lowblurb">2.3.0 is here.</p>
+<p id="lowblurb">2.3.1 is here.</p>
 
 <? /* Avoid outputting this stuff yet.
 <!-- These are not ready to go yet -->
============================================================
--- htdocs/win32/ChangeLog.win32	fbad584011d39a25c6e6bd39dca1314d0bd2fed2
+++ htdocs/win32/ChangeLog.win32	1af29fb3ce961f6a127e31c89ae695e82ca8227b
@@ -1,3 +1,6 @@
+version 2.3.1 (12/7/2007):
+	* No changes
+
 version 2.3.0 (11/24/2007):
 	* Updated GTK+ to 2.12.1 (This was actually included in 2.2.2, but 
 	  didn't get into the Changelog.)
============================================================
--- inc/version.inc	3a5ed24c8f5ec9355fa3c16eb5cac204c49a7de7
+++ inc/version.inc	098dc5bd80aacb06cb6e280c02b146c55622b5df
@@ -1,8 +1,8 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.3.0";
-$pidgin_win32_version = "2.3.0";
+$pidgin_version       = "2.3.1";
+$pidgin_win32_version = "2.3.1";
 $gtk_win32_version    = "2.12.1";
 $gtk_win32_revision   = "b";
 


More information about the Commits mailing list