Fri, 31 Oct 2003 00:23:26 +0000
[gaim-migrate @ 7985]
ci some NEWS, boys.
| ChangeLog | file | annotate | diff | comparison | revisions | |
| NEWS | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Fri Oct 31 00:06:16 2003 +0000 +++ b/ChangeLog Fri Oct 31 00:23:26 2003 +0000 @@ -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)
--- a/NEWS Fri Oct 31 00:06:16 2003 +0000 +++ b/NEWS Fri Oct 31 00:23:26 2003 +0000 @@ -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
--- a/configure.ac Fri Oct 31 00:06:16 2003 +0000 +++ b/configure.ac Fri Oct 31 00:23:26 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.72cvs]) +AM_INIT_AUTOMAKE([gaim], [0.72]) AC_PREREQ([2.50])