From deaf721ab144d2f0db19f74520c44c5ff0884ad9 Mon Sep 17 00:00:00 2001 From: Mark Doliner Date: Mon, 20 Jun 2011 05:37:11 +0000 Subject: [PATCH] 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! --HG-- branch : release-2.9.0 extra : convert_revision : e78f51b2a796a949cf7db2a046f82893925e3f0c --- ChangeLog | 2 +- ChangeLog.API | 3 +++ configure.ac | 4 ++-- po/ChangeLog | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1a071b8f3..68a757f14b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/ChangeLog.API b/ChangeLog.API index 6f6f00ab02..a5545b4d7e 100644 --- a/ChangeLog.API +++ b/ChangeLog.API @@ -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 --git a/configure.ac b/configure.ac index 656c21816e..12cfaf5f7b 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_PREREQ([2.50]) # 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([purple_display_version], purple_version[]m4_ifdef([purple_version_suf 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 --git a/po/ChangeLog b/po/ChangeLog index f903366742..a83bdf6dd6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -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) -- 2.11.4.GIT