# HG changeset patch # User John Bailey # Date 1297049981 0 # Node ID cdf476ff08a8b5f4a379c794bb061a80e5542cc3 # Parent 110a62a7d44d01bb9ea2828e22275585f9f36a43 NEWS, versioning configure.ac, and dating ChangeLog for release. diff -r 110a62a7d44d -r cdf476ff08a8 ChangeLog --- a/ChangeLog Mon Feb 07 03:17:18 2011 +0000 +++ b/ChangeLog Mon Feb 07 03:39:41 2011 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.7.10 (??/??/????): +version 2.7.10 (02/06/2011): General: * Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time. (Jakub Adam) diff -r 110a62a7d44d -r cdf476ff08a8 ChangeLog.API --- a/ChangeLog.API Mon Feb 07 03:17:18 2011 +0000 +++ b/ChangeLog.API Mon Feb 07 03:39:41 2011 +0000 @@ -1,6 +1,9 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.7.9 (??/??/????): +version 2.7.10 (02/06/2011): + * No changes + +version 2.7.9 (12/26/2010): * No changes version 2.7.8 (12/19/2010): diff -r 110a62a7d44d -r cdf476ff08a8 NEWS --- a/NEWS Mon Feb 07 03:17:18 2011 +0000 +++ b/NEWS Mon Feb 07 03:39:41 2011 +0000 @@ -2,7 +2,11 @@ Our development blog is available at: http://planet.pidgin.im -2.7.10 (??/??/????): +2.7.10 (02/06/2011): + John: It's release time again. This release contains a bunch of stuff + committed from Trac. This is another "thank a patch writer" release. + Unfortunately, no one has fixed our wonderful MSN issues yet. There is + a tiny security fix in this release, as well. 2.7.9 (12/26/2010): John: Just a quick release for a security fix here. Elliott has not diff -r 110a62a7d44d -r cdf476ff08a8 configure.ac --- a/configure.ac Mon Feb 07 03:17:18 2011 +0000 +++ b/configure.ac Mon Feb 07 03:39:41 2011 +0000 @@ -47,7 +47,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [7]) m4_define([purple_micro_version], [10]) -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], [6]) -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]))