From: Rob F. <rob...@us...> - 2002-03-15 04:48:01
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv23289 Modified Files: ChangeLog NEWS configure.ac Log Message: v0.55 starting.. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.413 retrieving revision 1.414 diff -u -d -r1.413 -r1.414 --- ChangeLog 15 Mar 2002 02:59:54 -0000 1.413 +++ ChangeLog 15 Mar 2002 04:47:58 -0000 1.414 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.55: + version 0.54 (03/14/2002): * Compiles without GdkPixbuf again * GtkIMHtml will refresh when you set a new GTK+ theme Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- NEWS 15 Mar 2002 03:13:54 -0000 1.119 +++ NEWS 15 Mar 2002 04:47:58 -0000 1.120 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.55: + 0.54 (03/14/2002): Rob: Well, here we are. 0.54. We got a lot of fun things in this release. Better working SSI, Image sending, protocol specific Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- configure.ac 14 Mar 2002 02:49:18 -0000 1.48 +++ configure.ac 15 Mar 2002 04:47:58 -0000 1.49 @@ -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.54]) +AM_INIT_AUTOMAKE([gaim], [0.55]) AC_PATH_PROG(sedpath, sed) |