From: Rob F. <rob...@us...> - 2002-03-30 05:22:18
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28384 Modified Files: ChangeLog NEWS configure.ac Log Message: 0.56 Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.435 retrieving revision 1.436 diff -u -d -r1.435 -r1.436 --- ChangeLog 29 Mar 2002 20:15:05 -0000 1.435 +++ ChangeLog 30 Mar 2002 05:22:15 -0000 1.436 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.56: + version 0.55 (03/29/2002): * Jabber improvements (Thanks Jim Seymour) * Various sound cleanups (Thanks Robert McQueen) Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- NEWS 29 Mar 2002 20:15:05 -0000 1.122 +++ NEWS 30 Mar 2002 05:22:15 -0000 1.123 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.56: + 0.55 (03/29/2002): Rob: 0.55 is here. I've been away for a few days on business. Sean has been on Spring Break. Therefore, this release is mostly a patch Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- configure.ac 15 Mar 2002 04:47:58 -0000 1.49 +++ configure.ac 30 Mar 2002 05:22:15 -0000 1.50 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.55]) +AM_INIT_AUTOMAKE([gaim], [0.56]) AC_PATH_PROG(sedpath, sed) |