# HG changeset patch # User John Bailey # Date 1292810649 0 # Node ID 3073caf38000d3919bd0af0ed104be046bac7ecc # Parent 2d67b61edf07f88f4215744ba7d2c80d7d24e7aa Pre-Release checklist steps 3, 4, 5, and 6. diff -r 2d67b61edf07 -r 3073caf38000 ChangeLog --- 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) diff -r 2d67b61edf07 -r 3073caf38000 ChangeLog.API --- 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): diff -r 2d67b61edf07 -r 3073caf38000 NEWS --- 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 diff -r 2d67b61edf07 -r 3073caf38000 configure.ac --- 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]))