From: Sean E. <sea...@us...> - 2003-10-31 00:23:29
|
Update of /cvsroot/gaim/gaim In directory sc8-pr-cvs1:/tmp/cvs-serv27313 Modified Files: ChangeLog NEWS configure.ac Log Message: ci some NEWS, boys. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.844 retrieving revision 1.845 diff -u -d -p -r1.844 -r1.845 --- ChangeLog 30 Oct 2003 13:26:46 -0000 1.844 +++ ChangeLog 31 Oct 2003 00:23:26 -0000 1.845 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.72 +version 0.72 (10/31/2003): * Added a search feature to conversations. * Added an option to remove the formatting toolbar, both globally and on a per-window basis (Nathan Fredrickson) Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.218 retrieving revision 1.219 diff -u -d -p -r1.218 -r1.219 --- NEWS 10 Oct 2003 00:10:24 -0000 1.218 +++ NEWS 31 Oct 2003 00:23:26 -0000 1.219 @@ -1,4 +1,8 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.72 (10/30/2003): + Sean: I think I'll go as the Gaim logo guy for Halloween. That + would be a cool costume. + 0.71 (10/09/2003): Rob: It's been a while since I've commited some news. I've had a very hectic few weeks/months. Thing are finally coming together Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -p -r1.201 -r1.202 --- configure.ac 30 Oct 2003 15:00:26 -0000 1.201 +++ configure.ac 31 Oct 2003 00:23:26 -0000 1.202 @@ -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.72cvs]) +AM_INIT_AUTOMAKE([gaim], [0.72]) AC_PREREQ([2.50]) |