summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Warmenhoven <warmenhoven@yahoo.com>2001-03-30 23:08:50 +0000
committerEric Warmenhoven <warmenhoven@yahoo.com>2001-03-30 23:08:50 +0000
commit4085f50ffc1982ca503a0c638d2d93c4ce10ec22 (patch)
treead4bd4a62fc738785fbe28cc72a5a3b03fd684e7
parent01139d9eba1c3e132dd5b2fd2eb745ae4bb42f0f (diff)
downloadpidgin-4085f50ffc1982ca503a0c638d2d93c4ce10ec22.tar.gz
[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
-rw-r--r--ChangeLog5
-rw-r--r--README1
-rw-r--r--configure.in2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 44cd43b4d5..d6b79d29ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 --git a/README b/README
index ea14e5270a..66ebd8ef9d 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Build:
./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 --git a/configure.in b/configure.in
index b30b8529e6..3e71270d77 100644
--- a/configure.in
+++ b/configure.in
@@ -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)