summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2010-11-01 00:17:51 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2010-11-01 00:17:51 +0000
commit565704a561832c12f38bf34986a3ea5fc05fe0f2 (patch)
treed0265c39986fc6e690e1d0fda7ee07c32af20bde
parentafb2ff6aaf8230fc2441bdcc740ddfcc4768c89b (diff)
downloadpidgin-565704a561832c12f38bf34986a3ea5fc05fe0f2.tar.gz
Prep to tag and release version 2.7.5.
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.API3
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
-rw-r--r--po/ChangeLog1
5 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 626b306f30..00b7c1d7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/ChangeLog.API b/ChangeLog.API
index 2b64cb1167..906cb5f6df 100644
--- a/ChangeLog.API
+++ b/ChangeLog.API
@@ -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:
diff --git a/NEWS b/NEWS
index a683fb0e3a..52419f3586 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,10 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
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
diff --git a/configure.ac b/configure.ac
index 5cb2ba21c3..e4f3308a28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ m4_define([purple_lt_current], [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_lt_current], [8])
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]))
diff --git a/po/ChangeLog b/po/ChangeLog
index c8f586fbe2..6c7d24824d 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -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