summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2011-02-07 03:39:41 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2011-02-07 03:39:41 +0000
commit61ccbbee4ffa9c1ab0c6e0484ae23f94dd91159b (patch)
tree33ca85ede6c9b926754352bb936940399eb3cfd1
parentbf9b5e6e6e4a8a8271a111d122e2b32ad425ee2c (diff)
downloadpidgin-61ccbbee4ffa9c1ab0c6e0484ae23f94dd91159b.tar.gz
NEWS, versioning configure.ac, and dating ChangeLog for release.v2.7.10
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.API5
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
4 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aa84e9b77..482b3833b5 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.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 --git a/ChangeLog.API b/ChangeLog.API
index 166e54b982..e2f8f16a22 100644
--- a/ChangeLog.API
+++ b/ChangeLog.API
@@ -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 --git a/NEWS b/NEWS
index cd516646cb..06f580717d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,11 @@ 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.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 --git a/configure.ac b/configure.ac
index 078e3bd907..05dd74ef72 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], [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_lt_current], [8])
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]))