2006-04-05 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Wed, 05 Apr 2006 09:30:53 +0000
changeset 134 3df25ef89435
parent 133 f7522d7ed6dc
child 135 6bb0aad132e0
2006-04-05 Mikael Hallendal <micke@imendio.com> * NEWS: Updated for 1.0.2 * configure.in: Bumped version to 1.0.2
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Mon Apr 03 16:14:31 2006 +0000
+++ b/ChangeLog	Wed Apr 05 09:30:53 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-05  Mikael Hallendal  <micke@imendio.com>
+
+	* NEWS: Updated for 1.0.2
+	* configure.in: Bumped version to 1.0.2
+
 2006-04-03  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: (connection_free),
--- a/NEWS	Mon Apr 03 16:14:31 2006 +0000
+++ b/NEWS	Wed Apr 05 09:30:53 2006 +0000
@@ -1,3 +1,9 @@
+Changes in 1.0.2:
+-----------------
+* Fixed issue when opening in blocking mode failed, LM-15
+* Unregister sources when connection fails to avoid later segfault, LM-16
+* Fixed an issue where large messages would get trunkated, LM-17
+
 Changes in 1.0.1:
 -----------------
 * Unref contexts when freeing the connection          (Mikael Hallendal)
--- a/configure.in	Mon Apr 03 16:14:31 2006 +0000
+++ b/configure.in	Wed Apr 05 09:30:53 2006 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 1.0.1)
+AM_INIT_AUTOMAKE(loudmouth, 1.0.2)
 
 AM_MAINTAINER_MODE