changeset 5555:6503d24fda09

[gaim-migrate @ 5956] Time to release 0.65cvs! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 30 May 2003 00:02:42 +0000
parents 7b36d02031a2
children 8ab1875e6d09
files ChangeLog NEWS configure.ac configure.in doc/gaim.1 gaim.spec.in
diffstat 6 files changed, 28 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 30 00:00:48 2003 +0000
+++ b/ChangeLog	Fri May 30 00:02:42 2003 +0000
@@ -1,6 +1,6 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.64
+version 0.64 (05/29/2003):
 	* Buddy list sorting in buddy list preferences.
 	* Improved debug window with timestamps and pause buttons.
 	* New core/ui split notification and request APIs.
--- a/NEWS	Fri May 30 00:00:48 2003 +0000
+++ b/NEWS	Fri May 30 00:02:42 2003 +0000
@@ -1,6 +1,16 @@
 -=[ Gaim ]=-  The Pimpin' Penguin IM Client That's Good For The Soul!
 
 0.64 (05/29/2003)
+	Sean: Unlike every other time we say, "the next release will be loaded
+	with cool new features, this time, we really mean it. In fact, they're
+	already in CVS (don't use CVS).  The only obvious new feature for 0.64
+	is buddy list sorting.  This has been much requested and can be set in
+	the buddy list preferences.  You can sort by name, by status, and even
+	by log file size--putting people you talk to most at the top.  Plugins
+	can even easily add their own sorting methods.  It's all very cool.  I
+	want to thank Luke and Ha-King for their initial work on it.  And yes,
+	I did make my entire NEWS entry justified on purpose.
+
 	Christian: I have a few new goodies in 0.64, but they're mostly
 	back-end stuff that people like us care about. The things that most
 	of you will like the most is that almost all of the reported MSN
--- a/configure.ac	Fri May 30 00:00:48 2003 +0000
+++ b/configure.ac	Fri May 30 00:02:42 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.64cvs])
+AM_INIT_AUTOMAKE([gaim], [0.65cvs])
 
 AC_PREREQ([2.50])
 
--- a/configure.in	Fri May 30 00:00:48 2003 +0000
+++ b/configure.in	Fri May 30 00:02:42 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.64cvs])
+AM_INIT_AUTOMAKE([gaim], [0.65cvs])
 
 
 
--- a/doc/gaim.1	Fri May 30 00:00:48 2003 +0000
+++ b/doc/gaim.1	Fri May 30 00:02:42 2003 +0000
@@ -21,7 +21,7 @@
 .\" USA.
 .TH gaim 1
 .SH NAME
-Gaim v0.63 \- Instant Messaging client
+Gaim v0.64 \- Instant Messaging client
 .SH SYNOPSIS
 .TP 5
 \fBgaim \fI[options]\fR
--- a/gaim.spec.in	Fri May 30 00:00:48 2003 +0000
+++ b/gaim.spec.in	Fri May 30 00:02:42 2003 +0000
@@ -73,6 +73,20 @@
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Thu May 29 2003 Rob Flynn <rob@marko.net> (0.64 release)
+- Buddy list sorting in buddy list preferences.
+- Improved debug window with timestamps and pause buttons.
+- New core/ui split notification and request APIs.
+- New mail notification dialog.
+- Several bug fixes in MSN.
+- Conversation window buddy icon bugs were fixed.
+- Buddy list sorting in buddy list preferences.
+- Improved debug window with timestamps and pause buttons.
+- New core/ui split notification and request APIs.
+- New mail notification dialog.
+- Several bug fixes in MSN.
+- Conversation window buddy icon bugs were fixed.
+										 
 * Sat May 17 2003 Rob Flynn <rob@marko.net> (0.63 release)
 - A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins.
 - Perl script support is now provided in the perl plugin.