changeset 23953:303cee892d2d

Start NEWSing please.
author Kevin Stange <kevin@simguy.net>
date Sun, 31 Aug 2008 00:38:19 +0000
parents dffd9abace4f
children b555a936e475
files ChangeLog ChangeLog.win32 NEWS configure.ac
diffstat 4 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 30 20:21:04 2008 +0000
+++ b/ChangeLog	Sun Aug 31 00:38:19 2008 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.5.1 (??/??/????):
+version 2.5.1 (08/30/2008):
 	libpurple:
 	* In the Join/Part plugin, add the ability to apply the rules to
 	  buddies.  By default, joins and parts for buddies are still shown.
@@ -9,6 +9,7 @@
 	* Enable a default SSL trust relationship for MSN servers.
 	* Avoid disconnecting from XMPP servers on parse errors that are
 	  non-fatal.
+	* Include some perl files that were mistakenly omitted in 2.5.0.
 
 	Pidgin:
 	* Prevent use of custom smilies without "shortcuts."
--- a/ChangeLog.win32	Sat Aug 30 20:21:04 2008 +0000
+++ b/ChangeLog.win32	Sun Aug 31 00:38:19 2008 +0000
@@ -1,3 +1,6 @@
+version 2.5.1 (08/30/2008):
+	* No changes
+
 version 2.5.0 (08/18/2008):
 	* Don't install the GSSAPI SASL plugin on NT4 to avoid an error popup.
 	* Use the Kerberos for Windows libraries installed on the system (if
--- a/NEWS	Sat Aug 30 20:21:04 2008 +0000
+++ b/NEWS	Sun Aug 31 00:38:19 2008 +0000
@@ -1,5 +1,13 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+2.5.1 (08/30/2008):
+	Kevin: This release is mainly a bug-fix release.  It solves a few
+	known crashes and updates some of our artwork.  Google's Summer of
+	code recently finished up.  Some of our students are still working
+	on their branches and none have been merged into released code yet.
+	Look for some of those results to show up in Pidgin releases over the
+	coming months.
+
 2.5.0 (08/17/2008):
 	Daniel: Lots of good stuff in this release.  Lots of people have worked
 	very hard on the updated MSN protocol, and it's finally time to bring
--- a/configure.ac	Sat Aug 30 20:21:04 2008 +0000
+++ b/configure.ac	Sun Aug 31 00:38:19 2008 +0000
@@ -47,7 +47,7 @@
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [5])
 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], [5])
 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]))