# HG changeset patch # User Nathan Walp # Date 1069475248 0 # Node ID 3456b3ce077542d49d9bc22336091fdd1456a838 # Parent 582f764b26f6303aa8119d12c66258a534332d38 [gaim-migrate @ 8211] release? i don't know what you're talking about committer: Tailor Script diff -r 582f764b26f6 -r 3456b3ce0775 ChangeLog --- a/ChangeLog Sat Nov 22 01:13:00 2003 +0000 +++ b/ChangeLog Sat Nov 22 04:27:28 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.73cvs: +version 0.73 (11/21/2003): * New Logging format and code: * fixes i18n issues with logs * compatable with old logs diff -r 582f764b26f6 -r 3456b3ce0775 NEWS --- a/NEWS Sat Nov 22 01:13:00 2003 +0000 +++ b/NEWS Sat Nov 22 04:27:28 2003 +0000 @@ -1,4 +1,13 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +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 + login stuff, now that it is finalized in the XMPP drafts. Oh, and + we now have a release notification plugin, so you can find out when + the latest and greatest version of Gaim is out without breaking that + reload button in your browser. There's other fun new stuff, but I + forget what it is. + 0.72 (10/30/2003): Sean: I think I'll go as the Gaim logo guy for Halloween. That would be a cool costume. diff -r 582f764b26f6 -r 3456b3ce0775 VERSION --- a/VERSION Sat Nov 22 01:13:00 2003 +0000 +++ b/VERSION Sat Nov 22 04:27:28 2003 +0000 @@ -1,1 +1,1 @@ -0.73cvs +0.73 diff -r 582f764b26f6 -r 3456b3ce0775 configure.ac --- a/configure.ac Sat Nov 22 01:13:00 2003 +0000 +++ b/configure.ac Sat Nov 22 04:27:28 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.73cvs]) +AM_INIT_AUTOMAKE([gaim], [0.73]) AC_PREREQ([2.50]) diff -r 582f764b26f6 -r 3456b3ce0775 pixmaps/logo.png Binary file pixmaps/logo.png has changed diff -r 582f764b26f6 -r 3456b3ce0775 src/Makefile.am --- a/src/Makefile.am Sat Nov 22 01:13:00 2003 +0000 +++ b/src/Makefile.am Sat Nov 22 04:27:28 2003 +0000 @@ -67,6 +67,8 @@ ft.h \ imgstore.c \ imgstore.h \ + log.c \ + log.h \ md5.c \ md5.h \ multi.h \ @@ -157,8 +159,6 @@ gtkutils.h \ idle.c \ internal.h \ - log.c \ - log.h \ main.c \ session.c \ stock.c \