2006-06-27 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Tue, 27 Jun 2006 13:28:40 +0000
changeset 159 ef009a5c6c1d
parent 156 8c054d9e98b8
child 161 05ddf1d0440f
2006-06-27 Mikael Hallendal <micke@imendio.com> * Release 1.1.2 * configure.ac: - Bumped to 1.1.2 * NEWS: - Added news about 1.1.2
ChangeLog
NEWS
configure.ac
--- a/ChangeLog	Sun Jun 25 10:28:28 2006 +0000
+++ b/ChangeLog	Tue Jun 27 13:28:40 2006 +0000
@@ -1,3 +1,12 @@
+2006-06-27  Mikael Hallendal  <micke@imendio.com>
+
+	* Release 1.1.2
+
+	* configure.ac: 
+	- Bumped to 1.1.2
+	* NEWS:
+	- Added news about 1.1.2
+
 2006-06-25  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: (lm_connection_close):
--- a/NEWS	Sun Jun 25 10:28:28 2006 +0000
+++ b/NEWS	Tue Jun 27 13:28:40 2006 +0000
@@ -1,3 +1,12 @@
+Changes in 1.1.2:
+-----------------
+* Support for internationalised domain names, LM-42
+* Fixed issue where no disconnect signal was emitted when connection closed 
+  during opening, LM-43
+* Plugged a memory leak in LmConnection, LM-39
+* Fixed warnings due to uninitialized value, LM-35
+* Fixed a reentrancy-related issue with LmConnection, LM-37
+
 Changes in 1.0.3:
 -----------------
 * Quick build fix release when building without SSL, LM-25.
--- a/configure.ac	Sun Jun 25 10:28:28 2006 +0000
+++ b/configure.ac	Tue Jun 27 13:28:40 2006 +0000
@@ -1,4 +1,4 @@
-AC_INIT(Loudmouth, 1.1.1, loudmouth)
+AC_INIT(Loudmouth, 1.1.2, loudmouth)
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (C) 2003-2006 Imendio AB])