summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2010-05-30 01:13:14 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2010-05-30 01:13:14 +0000
commitd4aad515a602b437c1560664067b3aa42e29a260 (patch)
tree2c8d55a6bcf3dcb18dc623cf28ebce26414fd8e1
parentc5bb951b23b02c486b814e5412785273a2346d72 (diff)
downloadpidgin-d4aad515a602b437c1560664067b3aa42e29a260.tar.gz
Prepping for release.v2.7.1
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.API3
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
4 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 99d1b93ac1..444a6073cb 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.1 (??/??/2010):
+version 2.7.1 (05/29/2010):
General:
* Build fixes on OpenSolaris. (Brian Lu)
* Add configure option --enable-trayicon-compat which installs tray
diff --git a/ChangeLog.API b/ChangeLog.API
index 9127aa0acc..90943bf2a3 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.1 (??/??/????):
+version 2.7.1 (05/29/2010):
+ * No changes
version 2.7.0 (05/12/2010):
libpurple:
diff --git a/NEWS b/NEWS
index c85516be1b..aa72c6f5b7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,17 @@ 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.1 (??/??/2010):
+2.7.1 (05/29/2010):
Elliott: Hey, I'm first! How did that happen?! Maybe because of the
interesting changes in this release. Sure there were quite a few bug
fixes, but I know what you've all been waiting for is the direct
connections in MSN. Trust me, it's really really fast!!
+ John: Whoa, short turnaround for us. This is just 17 days after our
+ previous release! This fixes a number of bugs that you've all been
+ reporting a ton of duplicate tickets about and even gives you the new
+ direct connection file transfer support for MSN. Enjoy!
+
2.7.0 (05/12/2010):
John: We FINALLY got the ICQ X-Status stuff merged in! And a few other
patches that have been sitting on Trac forever. Couple that with some
diff --git a/configure.ac b/configure.ac
index 1969d1f24d..27bacac863 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], [1])
-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], [7])
m4_define([gnt_major_version], [2])
m4_define([gnt_minor_version], [7])
m4_define([gnt_micro_version], [1])
-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]))