www: 8299b421: Website changes for 2.4.1

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Mar 31 14:25:38 EDT 2008


-----------------------------------------------------------------
Revision: 8299b421152951772f545c1e8b6c2fad3cfcf91d
Ancestor: 3e1c351edbed0cbb21ccfd6b0d4292ba9c8c60c5
Author: nosnilmot at pidgin.im
Date: 2008-03-31T18:11:07
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/8299b421152951772f545c1e8b6c2fad3cfcf91d

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

ChangeLog: 

Website changes for 2.4.1

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	c3365907995aa12ac68f4a8dd2b53bc59685165a
+++ htdocs/ChangeLog	fa3174d692375bc3f63c948b0b6a460ec24daeb5
@@ -1,6 +1,44 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.4.1 (03/31/2008):
+	http://developer.pidgin.im/query?status=closed&milestone=2.4.1
+
+	libpurple:
+	* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
+	  should have no functional effect, other than continued support
+	  on systems which have dropped UCS-2 conversions.
+	* Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
+	* Fix a crash when clearing the buddy icon for an account on XMPP
+	* Fix a crash during login for some ICQ accounts
+	* Prefer more available resources on XMPP when priorities are equal
+	* Fix incorrectly marking some Yahoo! contacts as blocked
+	* Improved handling of UTF-8 group names on ICQ (beret)
+	* Fix a crash when starting if you have a Zephyr account
+	* Increase XMPP ping timeout to 120 seconds, to prevent poor network
+	  connections from timing out unnecessarily.
+	* Don't crash on XMPP forms with empty default values.
+	* Fix issues with CHAP authentication for SOCKS5 proxies.
+
+	Pidgin:
+	* Remove a workaround for older versions gstreamer that was causing
+	  crashes on some non-Linux systems such as HPUX
+	* Fix some cases of the conversation input entry area being 1 pixel high
+	* Fix for displaying channel & buddy names in conversation window when
+	  they have '&' in them
+	* Some memory leak fixes, especially in the Text Replacement plugin
+	* Rectangular but non-square buddy icons have rounded corners in the buddy
+	  list
+
+	Finch:
+	* Fix compiling with Glib older than 2.6
+	* Ensure existing conversations selected from the 'Send IM' dialog are
+	  given focus
+	* Move the tooltip on the left of the buddylist if there's not enough room
+	  on the right to show it.
+
 version 2.4.0 (02/29/2008):
+	http://developer.pidgin.im/query?status=closed&milestone=2.4.0
+
 	libpurple:
 	* Added support for offline messages for AIM accounts (thanks to
 	  Matthew Goldstein)
@@ -29,7 +67,7 @@ version 2.4.0 (02/29/2008):
 
 	Pidgin:
 	* Added the ability to theme conversation name colors (red and blue)
-	  through your GTK+ theme, and exposed those theme settings to the 
+	  through your GTK+ theme, and exposed those theme settings to the
 	  Pidgin GTK+ Theme Control plugin (Dustin Howett)
 	* Fixed having multiple alias edit areas in the infopane (Elliott Sales
 	  de Andrade)
============================================================
--- htdocs/inc/version.inc.php	8b27c1ad2566d14b8f76b3bc11c134e08fee1993
+++ htdocs/inc/version.inc.php	71f8f83b426515e893a30c93a9a5cbbd340671f6
@@ -3,8 +3,8 @@
 	 * This variable will be inserted into the source tarball and bz2ball
 	 * path. Update with every new release.
 	 */
-	$current_version = "2.3.1";
-	$current_win32_version = "2.3.1";
-	$current_win32_gtk_version = "2.12.1";
-	$current_win32_gtk_revision = "b";
+	$current_version = "2.4.1";
+	$current_win32_version = "2.4.1";
+	$current_win32_gtk_version = "2.12.8";
+	$current_win32_gtk_revision = "a";
 ?>
============================================================
--- htdocs/win32/ChangeLog.win32	64cc7bdb2f19ce1b8e3ce81e798cafe7915ff37f
+++ htdocs/win32/ChangeLog.win32	d05d8aee2afa85538852553d552e45c715328fd7
@@ -1,3 +1,9 @@
+version 2.4.1 (03/31/2008):
+	* Fix an issue preventing the Buddy List being raised when pidgin.exe
+	  is run for a second time.
+	* Fix protocol handlers
+	* Fix AIM/ICQ usage of non-ASCII text with new Glib versions.
+
 version 2.4.0 (02/29/2008):
 	* Updated GTK+ to 2.12.8
 	* Updated include Meanwhile library to include patches referenced at:


More information about the Commits mailing list