diff ChangeLog @ 30971:d63748b78769

Fix purple-remote on Python 2.6+. Use Exception objects instead of string exceptions, which are no longer supported on 2.6+. Fixes #12151. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author Ari Pollak <ari@debian.org>
date Sat, 27 Nov 2010 22:36:49 +0000
parents cc32d5f81523
children a42f7d3ad459
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 27 07:56:27 2010 +0000
+++ b/ChangeLog	Sat Nov 27 22:36:49 2010 +0000
@@ -1,6 +1,10 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.7.8 (??/??/????):
+	General:
+	* Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak)
+	  (#12151)
+
 	MSN:
 	* Don't show ourselves in the list of endpoints that can be disconnected.