Let's do a quick bugfix release on Thursday. I have a patch pending that release-2.9.0

Mon, 20 Jun 2011 05:37:11 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 20 Jun 2011 05:37:11 +0000
branch
release-2.9.0
changeset 31920
24447edcedba
parent 31919
47337f5c45c2
child 31921
e2f90a4d3f99

Let's do a quick bugfix release on Thursday. I have a patch pending that
will add API, which is why I bumped the version to 2.9.0. Also, I'll need
to cut tarballs Tuesday night, so please have all changes checked in by then.
Please avoid string changes, and please only commit critical bug fixes!

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
po/ChangeLog file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Jun 20 05:33:58 2011 +0000
+++ b/ChangeLog	Mon Jun 20 05:37:11 2011 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.8.1 (MM/DD/YYYY):
+version 2.9.0 (06/23/2011):
 	Pidgin:
 	* Fix Conversation->Add on AIM and MSN.
 
--- a/ChangeLog.API	Mon Jun 20 05:33:58 2011 +0000
+++ b/ChangeLog.API	Mon Jun 20 05:37:11 2011 +0000
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.9.0:
+	* No changes
+
 version 2.8.0 (06/07/2011):
 	libpurple:
 		Added:
--- a/configure.ac	Mon Jun 20 05:33:58 2011 +0000
+++ b/configure.ac	Mon Jun 20 05:37:11 2011 +0000
@@ -45,7 +45,7 @@
 #
 m4_define([purple_lt_current], [8])
 m4_define([purple_major_version], [2])
-m4_define([purple_minor_version], [8])
+m4_define([purple_minor_version], [9])
 m4_define([purple_micro_version], [0])
 m4_define([purple_version_suffix], [])
 m4_define([purple_version],
@@ -55,7 +55,7 @@
 m4_define([gnt_lt_current], [8])
 m4_define([gnt_major_version], [2])
 m4_define([gnt_minor_version], [8])
-m4_define([gnt_micro_version], [8])
+m4_define([gnt_micro_version], [9])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version],
           [gnt_major_version.gnt_minor_version.gnt_micro_version])
--- a/po/ChangeLog	Mon Jun 20 05:33:58 2011 +0000
+++ b/po/ChangeLog	Mon Jun 20 05:37:11 2011 +0000
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.9.0
+	* No changes
+
 version 2.8.0
 	* Albanian translation updated (Besnik Bleta)
 	* Bengali translation updated (Jamil Ahmed)

mercurial