Mercurial > pidgin.yaz
changeset 972:4989c959f5b1
[gaim-migrate @ 982]
0.11.0 :)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 11 Oct 2000 01:08:30 +0000 |
parents | 26354cf6a362 |
children | 2e905413b17f |
files | ChangeLog NEWS configure.in doc/gaim.1 |
diffstat | 4 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 11 01:05:14 2000 +0000 +++ b/ChangeLog Wed Oct 11 01:08:30 2000 +0000 @@ -1,5 +1,9 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.11.0: + * multiple connections + * logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/ + version 0.10.3 (10/09/2000): * Segfault when viewing user info fixed * libdb problem fixed
--- a/NEWS Wed Oct 11 01:05:14 2000 +0000 +++ b/NEWS Wed Oct 11 01:08:30 2000 +0000 @@ -1,5 +1,7 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.11.0: + 0.10.3 (10/09/2000): Rob: I am dumb. Eric: I am not dumb.
--- a/configure.in Wed Oct 11 01:05:14 2000 +0000 +++ b/configure.in Wed Oct 11 01:08:30 2000 +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.10.3]) +AM_INIT_AUTOMAKE([gaim], [0.11.0]) dnl Checks for programs. AM_PROG_LIBTOOL