changeset 30653:4c393e8c53bf

Prep to tag and release version 2.7.5.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 01 Nov 2010 00:17:51 +0000
parents d81cca013782
children ddf1b577b838
files ChangeLog ChangeLog.API NEWS configure.ac po/ChangeLog
diffstat 5 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 31 23:57:43 2010 +0000
+++ b/ChangeLog	Mon Nov 01 00:17:51 2010 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.7.5 (MM/DD/YYYY):
+version 2.7.5 (10/31/2010):
 	General:
 	* Added Verisign Class 3 Public CA - G2 root CA.
 
--- a/ChangeLog.API	Sun Oct 31 23:57:43 2010 +0000
+++ b/ChangeLog.API	Mon Nov 01 00:17:51 2010 +0000
@@ -1,6 +1,7 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.7.5 (MM/DD/YYYY):
+version 2.7.5 (10/31/2010):
+	* No changes
 
 version 2.7.4 (10/20/2010):
 	Perl:
--- a/NEWS	Sun Oct 31 23:57:43 2010 +0000
+++ b/NEWS	Mon Nov 01 00:17:51 2010 +0000
@@ -2,7 +2,10 @@
 
 Our development blog is available at: http://planet.pidgin.im
 
-2.7.5 (MM/DD/YYYY):
+2.7.5 (10/31/2010):
+	John: A bugfix release for all of you!  This time we fixed a bunch of
+	bugs ranging from annoying regressions to long-standing bugs we didn't
+	realize until now were bugs.  Enjoy!
 
 2.7.4 (10/20/2010):
 	John: This release came at this particular time due to some security
--- a/configure.ac	Sun Oct 31 23:57:43 2010 +0000
+++ b/configure.ac	Mon Nov 01 00:17:51 2010 +0000
@@ -47,7 +47,7 @@
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [7])
 m4_define([purple_micro_version], [5])
-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], [2])
-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]))
--- a/po/ChangeLog	Sun Oct 31 23:57:43 2010 +0000
+++ b/po/ChangeLog	Mon Nov 01 00:17:51 2010 +0000
@@ -1,6 +1,7 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.7.5
+	* German translation updated (Björn Voigt, Jochen Kemnade)
 	* Romanian translation updated (Mişu Moldovan)
 
 version 2.7.4