Mercurial > pidgin
changeset 2185:65d76d629d1b
[gaim-migrate @ 2195]
pre15... we weren't supposed to have this. sigh.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 28 Aug 2001 18:57:09 +0000 |
parents | 3bd61577ab8b |
children | 08781af8e3a9 |
files | ChangeLog NEWS configure.ac |
diffstat | 3 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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,
--- 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)