Prepping for release. v2.7.1

Sun, 30 May 2010 01:13:14 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sun, 30 May 2010 01:13:14 +0000
changeset 30388
a331f53dbf74
parent 30387
b54550983393
child 30389
967a5b5437a0
child 30390
be5e05c746fd
child 30538
9abd704d104b

Prepping for release.

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
NEWS file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun May 30 01:04:50 2010 +0000
+++ b/ChangeLog	Sun May 30 01:13:14 2010 +0000
@@ -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
--- a/ChangeLog.API	Sun May 30 01:04:50 2010 +0000
+++ b/ChangeLog.API	Sun May 30 01:13:14 2010 +0000
@@ -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:
--- a/NEWS	Sun May 30 01:04:50 2010 +0000
+++ b/NEWS	Sun May 30 01:13:14 2010 +0000
@@ -2,12 +2,17 @@
 
 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
--- a/configure.ac	Sun May 30 01:04:50 2010 +0000
+++ b/configure.ac	Sun May 30 01:13:14 2010 +0000
@@ -47,7 +47,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_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]))

mercurial