# HG changeset patch # User Mark Doliner # Date 1308548231 0 # Node ID b1cceb8699fa5f5936a10a61ef0ae3fb810cddd6 # Parent b0c3cbe5d3ec3491ce1842c92e2fcf20044a2469 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! diff -r b0c3cbe5d3ec -r b1cceb8699fa ChangeLog --- 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. diff -r b0c3cbe5d3ec -r b1cceb8699fa ChangeLog.API --- 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: diff -r b0c3cbe5d3ec -r b1cceb8699fa configure.ac --- 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]) diff -r b0c3cbe5d3ec -r b1cceb8699fa po/ChangeLog --- 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)