Thu, 09 Oct 2003 19:50:34 +0000
[gaim-migrate @ 7778]
Gettin' ready for 0.71.
| ChangeLog | file | annotate | diff | comparison | revisions | |
| NEWS | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions | |
| src/protocols/yahoo/yahoo.c | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Thu Oct 09 17:28:38 2003 +0000 +++ b/ChangeLog Thu Oct 09 19:50:34 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.71 +version 0.71 (10/09/2003): * The right-click menu for e-mail links now presents a "Copy E-Mail Address" item * Fix sort by idle to behave as it did pre-contact support (David
--- a/NEWS Thu Oct 09 17:28:38 2003 +0000 +++ b/NEWS Thu Oct 09 19:50:34 2003 +0000 @@ -1,4 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.71 (10/09/2003): + Sean: I can't wait for everything to be core/ui split! + 0.70 (9/28/2003): Sean: Yahoo! works (for now). That's good NEWS if I've ever heard it. Huge thanks to our dear friends over at Cerulean Studios, creators of
--- a/configure.ac Thu Oct 09 17:28:38 2003 +0000 +++ b/configure.ac Thu Oct 09 19:50:34 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.71cvs]) +AM_INIT_AUTOMAKE([gaim], [0.71]) AC_PREREQ([2.50])