Mercurial > pidgin
changeset 7635:eeb54a540020
[gaim-migrate @ 8275]
Since I seem to be the one who feels the CVS funk, here's the (massively
trivial) merge from 0.74 back into the mainline. Boy would I like to be
feeling the OpenCM funk. "opencm.gaim.sf.net" just has a ring to it, I
think... Oh, and this opens up 0.75cvs.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 26 Nov 2003 05:27:46 +0000 |
parents | 6c2115a8564e |
children | 01c1b3ea70c6 |
files | ChangeLog NEWS VERSION configure.ac |
diffstat | 4 files changed, 22 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Nov 25 23:21:31 2003 +0000 +++ b/ChangeLog Wed Nov 26 05:27:46 2003 +0000 @@ -1,6 +1,11 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.74cvs +version 0.75cvs : + +version 0.74 (11/25/2003): + * Sort-by-size log sorting fix + * Log directory umask fix for users of gaim-remote + * Fix Jabber room creation on MUC servers. * Vietnamese translation added (T.M.Thanh,M.D.) version 0.73 (11/21/2003):
--- a/NEWS Tue Nov 25 23:21:31 2003 +0000 +++ b/NEWS Wed Nov 26 05:27:46 2003 +0000 @@ -1,4 +1,18 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.74 (11/25/2003): + Sean: Christian and Nathan were wrong. + + Ethan: I don't know how solid or good this release will be, but + hopefully it's better than 0.73! Not that 0.73 didn't rock or + anything, but for those users bit by its peculiar little bugs + it wasn't as nice as this will be. + + Nathan: Jabber got some good tweaks, and logging doesn't eat + memory until the cows come home. Which is good, because they + said they'll be out until late. + + Luke: Always nice when directories get created correctly ;-) + 0.73 (11/21/2003): Nathan: This should be a really solid release. I fixed most if not all of the idiotic Jabber bugs from 0.72, and re-enabled the SASL
--- a/VERSION Tue Nov 25 23:21:31 2003 +0000 +++ b/VERSION Wed Nov 26 05:27:46 2003 +0000 @@ -1,1 +1,1 @@ -0.74cvs +0.75cvs
--- a/configure.ac Tue Nov 25 23:21:31 2003 +0000 +++ b/configure.ac Wed Nov 26 05:27:46 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.74cvs]) +AM_INIT_AUTOMAKE([gaim], [0.75cvs]) AC_PREREQ([2.50])