Mercurial > pidgin
changeset 31059:3073caf38000
Pre-Release checklist steps 3, 4, 5, and 6.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 20 Dec 2010 02:04:09 +0000 |
parents | 2d67b61edf07 |
children | a89e4ea2d37e |
files | ChangeLog ChangeLog.API NEWS configure.ac |
diffstat | 4 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 20 01:47:13 2010 +0000 +++ b/ChangeLog Mon Dec 20 02:04:09 2010 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.7.8 (??/??/????): +version 2.7.8 (12/19/2010): General: * Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak) (#12151)
--- a/ChangeLog.API Mon Dec 20 01:47:13 2010 +0000 +++ b/ChangeLog.API Mon Dec 20 02:04:09 2010 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.7.8 (??/??/????): +version 2.7.8 (12/19/2010): * No changes version 2.7.7 (11/23/2010):
--- a/NEWS Mon Dec 20 01:47:13 2010 +0000 +++ b/NEWS Mon Dec 20 02:04:09 2010 +0000 @@ -2,7 +2,7 @@ Our development blog is available at: http://planet.pidgin.im -2.7.8 (??/??/????): +2.7.8 (12/19/2010): Elliott: OK, so I know a few things broke with the last release, and it's too bad we had to rush it for that silly certificate thing that the MSN people can't configure properly. I've certainly done a lot of @@ -10,6 +10,11 @@ transfers with the official client fixed yet. I promise it'll be in the next release (barring any quick security issues). + John: So, it's been about a month since we last released. Again, we've + assembled a bugfix release for your enjoyment. While a few commonly + reported bugs remain, particularly in MSN, we're working on it for the + next release. In the meantime, Merry Christmas and enjoy! + 2.7.7 (11/23/2010): John: Well, this time around, we should finally have the certificate issue really and fully fixed for all of you MSN users. Also, we have
--- a/configure.ac Mon Dec 20 01:47:13 2010 +0000 +++ b/configure.ac Mon Dec 20 02:04:09 2010 +0000 @@ -47,7 +47,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [7]) m4_define([purple_micro_version], [8]) -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], [8]) m4_define([gnt_micro_version], [5]) -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]))