2003-07-17 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Thu, 17 Jul 2003 19:58:45 +0000
changeset 22 855fb414667f
parent 21 091f3e5ec468
child 23 b8a56b77da30
2003-07-17 Mikael Hallendal <micke@imendio.com> * Release 0.12 * NEWS: Updated for 0.12 * configure.in: Bumped to 0.12
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Thu Jul 17 19:37:20 2003 +0000
+++ b/ChangeLog	Thu Jul 17 19:58:45 2003 +0000
@@ -1,3 +1,10 @@
+2003-07-17  Mikael Hallendal  <micke@imendio.com>
+
+        * Release 0.12
+
+	* NEWS: Updated for 0.12
+	* configure.in: Bumped to 0.12
+
 2003-07-17  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c:
--- a/NEWS	Thu Jul 17 19:37:20 2003 +0000
+++ b/NEWS	Thu Jul 17 19:58:45 2003 +0000
@@ -1,6 +1,11 @@
+Changes in 0.12:
+----------------
+* Added support for cancelling messages waiting for reply
+* Now checks for supported auth methods.
+* Fixed RPM's to require GnuTLS.
+
 Changes in 0.11:
 ----------------
-
 * SSL-support, patch by Bartosz Zapalowski
 
 Changes in 0.10.1:
--- a/configure.in	Thu Jul 17 19:37:20 2003 +0000
+++ b/configure.in	Thu Jul 17 19:58:45 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.11)
+AM_INIT_AUTOMAKE(loudmouth, 0.12)
 
 AM_MAINTAINER_MODE