2005-05-08 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Sun, 08 May 2005 21:34:56 +0000
changeset 119 52273c5d05b6
parent 118 3bb6f6410dd4
child 120 9a8a42f15db1
2005-05-08 Mikael Hallendal <micke@imendio.com> * Release 0.90 * NEWS: * configure.in: - Updated for 0.90
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Thu May 05 19:12:31 2005 +0000
+++ b/ChangeLog	Sun May 08 21:34:56 2005 +0000
@@ -1,3 +1,11 @@
+2005-05-08  Mikael Hallendal  <micke@imendio.com>
+
+	* Release 0.90
+
+	* NEWS:
+	* configure.in:
+	- Updated for 0.90
+
 2005-05-05  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: 
--- a/NEWS	Thu May 05 19:12:31 2005 +0000
+++ b/NEWS	Sun May 08 21:34:56 2005 +0000
@@ -1,3 +1,11 @@
+Changes in 0.90:
+----------------
+* Two crashers for ssl read fixed (Micke, Daniel Lavalliere)
+* Fixed a couple of leaks when freeing the connection (Daniel Lavalliere)
+* A couple of thread related issues solved (Micke, Daniel Lavalliere)
+* Work with latest GnuTLS (foser)
+* Improved the example tools some (Micke)
+
 Changes in 0.17.2:
 ------------------
 * Unset proxy by setting it to NULL.
--- a/configure.in	Thu May 05 19:12:31 2005 +0000
+++ b/configure.in	Sun May 08 21:34:56 2005 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.17.2)
+AM_INIT_AUTOMAKE(loudmouth, 0.90)
 
 AM_MAINTAINER_MODE