# HG changeset patch # User Eric Warmenhoven # Date 999025029 0 # Node ID 65d76d629d1b86f440ca0c30462bc64864835c01 # Parent 3bd61577ab8b31ce9f65208a11ee86996c5694de [gaim-migrate @ 2195] pre15... we weren't supposed to have this. sigh. committer: Tailor Script diff -r 3bd61577ab8b -r 65d76d629d1b ChangeLog --- a/ChangeLog Tue Aug 28 18:44:13 2001 +0000 +++ b/ChangeLog Tue Aug 28 18:57:09 2001 +0000 @@ -1,6 +1,6 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! -version 0.11.0: +version 0.11.0-pre15 (08/28/2001): * MSN works again * Fixed a little segfault when images are links * Redid the about box again. @@ -13,6 +13,8 @@ event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) + * Updated French Translation (thanks sebfrance) + * Can use Arts for sound (thanks Tom Days) version 0.11.0-pre14 (06/17/2001): * Fixed a segfault with Oscar's account confirmation diff -r 3bd61577ab8b -r 65d76d629d1b NEWS --- a/NEWS Tue Aug 28 18:44:13 2001 +0000 +++ b/NEWS Tue Aug 28 18:57:09 2001 +0000 @@ -1,5 +1,13 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.11.0-pre15 (08/28/2001): + Eric: This isn't a real release. Really. It's just a quick thing + because pre14 doesn't cut it for some people. Also not counting + the month break that I took it's been a month since the last + release, so it's about time. You should all be using CVS anyway. + Instructions are at http://gaim.sourceforge.net/cvs.shmtl. And + don't forget to report bugs! http://gaim.sourceforge.net/bug.php3. + 0.11.0-pre14 (06/17/2001): Eric: Wee. Lots of fun things. BIG bug fix release. I did a lot of stupid things in the last one, hehe. You all forgive me though, diff -r 3bd61577ab8b -r 65d76d629d1b configure.ac --- a/configure.ac Tue Aug 28 18:44:13 2001 +0000 +++ b/configure.ac Tue Aug 28 18:57:09 2001 +0000 @@ -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.11.0]) +AM_INIT_AUTOMAKE([gaim], [0.11.0pre15]) AC_PATH_PROG(sedpath, sed)