Mercurial > pidgin
changeset 19344:f60b80e79e01
Final preparation for 2.1.1
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 20 Aug 2007 18:12:13 +0000 |
parents | ae5c82fd7920 |
children | 9477c505c859 |
files | ChangeLog ChangeLog.API ChangeLog.win32 NEWS configure.ac |
diffstat | 5 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 20 17:42:51 2007 +0000 +++ b/ChangeLog Mon Aug 20 18:12:13 2007 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.1.1 (08/17/2007): +version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo.
--- a/ChangeLog.API Mon Aug 20 17:42:51 2007 +0000 +++ b/ChangeLog.API Mon Aug 20 18:12:13 2007 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -Version 2.1.1 (08/17/2007): +Version 2.1.1 (08/20/2007): libpurple: Changed: * PurpleAccountUiOps.request_authorize's authorize_cb and
--- a/ChangeLog.win32 Mon Aug 20 17:42:51 2007 +0000 +++ b/ChangeLog.win32 Mon Aug 20 18:12:13 2007 +0000 @@ -1,4 +1,4 @@ -version 2.1.1 (08/17/2007): +version 2.1.1 (08/20/2007): * No changes version 2.1.0 (7/28/2007):
--- a/NEWS Mon Aug 20 17:42:51 2007 +0000 +++ b/NEWS Mon Aug 20 18:12:13 2007 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -2.1.1 (8/17/2007): +2.1.1 (8/20/2007): Sean: Continuing our schedule of frequent releases, Pidgin 2.1.1 is out. In it, we've addressed a lot of UI issues from our experimental new changes introduced in 2.1.0, and gave a lot of
--- a/configure.ac Mon Aug 20 17:42:51 2007 +0000 +++ b/configure.ac Mon Aug 20 18:12:13 2007 +0000 @@ -47,7 +47,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [1]) m4_define([purple_micro_version], [1]) -m4_define([purple_version_suffix], [devel]) +m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version]) m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix])) @@ -56,7 +56,7 @@ m4_define([gnt_major_version], [2]) m4_define([gnt_minor_version], [1]) m4_define([gnt_micro_version], [0]) -m4_define([gnt_version_suffix], [devel]) +m4_define([gnt_version_suffix], []) m4_define([gnt_version], [gnt_major_version.gnt_minor_version.gnt_micro_version]) m4_define([gnt_display_version], gnt_version[]m4_ifdef([gnt_version_suffix],[gnt_version_suffix]))