2003-10-03 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Thu, 02 Oct 2003 23:52:23 +0000
changeset 44 988ac692303a
parent 43 66ff4339e06e
child 45 08e981735eee
2003-10-03 Mikael Hallendal <micke@imendio.com> * Release 0.14 * NEWS: Updated for 0.14 * configure.in: Bumped to 0.14
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Thu Oct 02 08:42:57 2003 +0000
+++ b/ChangeLog	Thu Oct 02 23:52:23 2003 +0000
@@ -1,3 +1,11 @@
+2003-10-03  Mikael Hallendal  <micke@imendio.com>
+
+        * Release 0.14
+	
+	* NEWS: Updated for 0.14
+	
+	* configure.in: Bumped to 0.14
+	
 2003-10-02  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: (connection_free):
--- a/NEWS	Thu Oct 02 08:42:57 2003 +0000
+++ b/NEWS	Thu Oct 02 23:52:23 2003 +0000
@@ -1,3 +1,13 @@
+Changes in 0.14:
+----------------
+* Added information about building on Windows
+* Bug when using GnuTLS fixed.
+* Fixed a bug that could cause replies to be overlooked when using 
+  blocking mode.
+* Added IPv6-support, patch from Sjoerd Simons.
+* Made it easier to build RPMs without SSL-support.
+* Fixed a memleak when destroying a connection.
+
 Changes in 0.13.2:
 ------------------
 * Don't crash when we receive </stream:stream>
--- a/configure.in	Thu Oct 02 08:42:57 2003 +0000
+++ b/configure.in	Thu Oct 02 23:52:23 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.13.2)
+AM_INIT_AUTOMAKE(loudmouth, 0.14)
 
 AM_MAINTAINER_MODE