# HG changeset patch # User Eric Warmenhoven # Date 985993730 0 # Node ID 86c71ca7c90f25ec46c54182b9335b24789539e3 # Parent cce40a648f7afbe150c25aac26d34d816e53b232 [gaim-migrate @ 1681] if you want to destroy my sweater pull this thread as i walk away watch me unravel i'll soon be naked lying on the floor i've come undone committer: Tailor Script diff -r cce40a648f7a -r 86c71ca7c90f ChangeLog --- a/ChangeLog Fri Mar 30 22:55:51 2001 +0000 +++ b/ChangeLog Fri Mar 30 23:08:50 2001 +0000 @@ -1,5 +1,10 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.11.0-pre10: + * Many, many bug fixes + * Can choose to not send away auto-response (thanks phzzzt) + * Uh... Oscar works? For now? + version 0.11.0-pre9 (03/26/2001): * Can register Jabber accounts (load the Jabber plugin and click Register on the login window) diff -r cce40a648f7a -r 86c71ca7c90f README --- a/README Fri Mar 30 22:55:51 2001 +0000 +++ b/README Fri Mar 30 23:08:50 2001 +0000 @@ -10,6 +10,7 @@ ./configure ; make for the stock version. ./configure --help to see what option you can get. +You need to use gmake, BSD make will not work. You need GTK 1.2.3. I don't wanna hear about it, if you can't get it to work under a lower version. diff -r cce40a648f7a -r 86c71ca7c90f configure.in --- a/configure.in Fri Mar 30 22:55:51 2001 +0000 +++ b/configure.in Fri Mar 30 23:08:50 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.0pre9]) +AM_INIT_AUTOMAKE([gaim], [0.11.0pre10]) dnl Checks for programs. AC_ENABLE_STATIC(no)