www: b2be1c59: 2.5.2

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Oct 20 09:01:53 EDT 2008


-----------------------------------------------------------------
Revision: b2be1c5943da16a11cfc73f3d60e0646283b9f08
Ancestor: 62f6d89139ca34689b1524dd8936e82225b3a2e5
Author: nosnilmot at pidgin.im
Date: 2008-10-20T12:58:17
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/b2be1c5943da16a11cfc73f3d60e0646283b9f08

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

ChangeLog: 

2.5.2

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	edeb0fa32468a930dcd54763c008b4ba8438e213
+++ htdocs/ChangeLog	a542641bd83896d97c338bd65152195b8498fc32
@@ -1,5 +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.5.2 (10/19/2008):
+	libpurple:
+	* Fixed a crash on removing a custom buddy icon on a buddy.
+	* Fixed a crash caused by certain self-signed SSL certificates.
+	* Enable a number of strong ciphers which were previously disabled
+	  when using NSS.  (Thanks to Marcus Trautwig.)
+
+	Pidgin:
+	* The status selector now saves your message when changing status.
+	* Fix a case where a conversation window could close unexpectedly.
+	* A mute sounds option has been added to the preferences window to
+	  help with discoverability.  CTRL+S is no longer bound to mute.
+	* Added ability to change the color of visited links (using the theme
+	  control plugin, or setting the color in ~/.gtkrc-2.0)
+	* Fix a crash occuring when a custom smiley is deleted and re-added and
+	  used in an open conversation after being re-added.
+
+	Finch:
+	* A new 'Nested Grouping' option in the 'Grouping' plugin. Group
+	  hierarchies are defined by the '/' character in the group names.
+	* A bug was fixed where some key-bindings wouldn't work with some TERMs
+	  (e.g. xterm-color, screen-linux etc.)
+
+	MSN:
+	* Operations (such as moving to a new group) on contacts that were added
+	  in the same session should now complete correctly, and not cause
+	  synchronization errors at next login.
+	* Minor fixes to login process during a server transfer.
+	* Restored the "Has You" feature to the MSN protocol tooltips.
+	* ADL 205/214/etc errors should no longer prevent login.
+
+	XMPP:
+	* Sending and receiving custom smileys using the specification in
+	  XEP-0231 (bits of binary) and XHTML-IM
+
+	Yahoo:
+	* Only send a Ping once every hour.  This prevents the account from
+	  being disconnected from the server periodically.
+
 version 2.5.1 (08/30/2008):
 	libpurple:
 	* In the Join/Part plugin, add the ability to apply the rules to
============================================================
--- htdocs/win32/ChangeLog.win32	cd2dc51cd8f7ca06b52c0058739288e1a7b00df5
+++ htdocs/win32/ChangeLog.win32	e42a7ce2ac119ed24ac3991a2a581712cb37b643
@@ -1,3 +1,7 @@
+version 2.5.2 (10/19/2008):
+	* Updated GTK+ to 2.12.12
+	  This will resolve an issue with stuff in QQ appearing as "(NULL)"
+
 version 2.5.1 (08/30/2008):
 	* No changes
 
============================================================
--- inc/version.inc	df1d6f12f28e3861ea198c852e766d974e2a172a
+++ inc/version.inc	9deca9c8cc3c70dc6234d5ae0162f2f5e4fb6dd1
@@ -1,9 +1,9 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.5.1";
-$pidgin_win32_version = "2.5.1";
-$gtk_win32_version    = "2.12.8";
+$pidgin_version       = "2.5.2";
+$pidgin_win32_version = "2.5.2";
+$gtk_win32_version    = "2.12.12";
 $gtk_win32_revision   = "a";
 
 ?>


More information about the Commits mailing list