# HG changeset patch # User Sean Egan # Date 1054252962 0 # Node ID 6503d24fda09b350b6ee69548adca49efff8aba8 # Parent 7b36d02031a29efa47fae3acab7a5ea46bae2bd3 [gaim-migrate @ 5956] Time to release 0.65cvs! committer: Tailor Script diff -r 7b36d02031a2 -r 6503d24fda09 ChangeLog --- 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. diff -r 7b36d02031a2 -r 6503d24fda09 NEWS --- 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 diff -r 7b36d02031a2 -r 6503d24fda09 configure.ac --- 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]) diff -r 7b36d02031a2 -r 6503d24fda09 configure.in --- 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]) diff -r 7b36d02031a2 -r 6503d24fda09 doc/gaim.1 --- 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 diff -r 7b36d02031a2 -r 6503d24fda09 gaim.spec.in --- 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 (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 (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.