From 0e0d1a97f06dda33dc8066cb22c55074e88c30ee Mon Sep 17 00:00:00 2001 From: hallski Date: Tue, 27 Jun 2006 13:28:40 +0000 Subject: [PATCH] 2006-06-27 Mikael Hallendal * Release 1.1.2 * configure.ac: - Bumped to 1.1.2 * NEWS: - Added news about 1.1.2 --- ChangeLog | 9 +++++++++ NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3f601e..2a098c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-06-27 Mikael Hallendal + + * Release 1.1.2 + + * configure.ac: + - Bumped to 1.1.2 + * NEWS: + - Added news about 1.1.2 + 2006-06-25 Mikael Hallendal * loudmouth/lm-connection.c: (lm_connection_close): diff --git a/NEWS b/NEWS index 4ed8016..e44dee1 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/configure.ac b/configure.ac index 4d43712..9a05c67 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.34.1