Mercurial > pidgin
changeset 7209:43b76be7796a
[gaim-migrate @ 7778]
Gettin' ready for 0.71.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 09 Oct 2003 19:50:34 +0000 |
parents | e5a03ffc6c26 |
children | 234178fd9787 |
files | ChangeLog NEWS configure.ac src/protocols/yahoo/yahoo.c |
diffstat | 4 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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])