changeset 31646:cdf476ff08a8

NEWS, versioning configure.ac, and dating ChangeLog for release.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 07 Feb 2011 03:39:41 +0000
parents 110a62a7d44d
children e3535392b624 f3baa0787399
files ChangeLog ChangeLog.API NEWS configure.ac
diffstat 4 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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):
--- 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
--- 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]))