changeset 1671:86c71ca7c90f

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Mar 2001 23:08:50 +0000
parents cce40a648f7a
children 7cb0cebd6d87
files ChangeLog README configure.in
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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.
--- 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)