Release 1.2.0
authorMikael Hallendal <micke@imendio.com>
Fri, 02 Feb 2007 15:04:37 +0100
changeset 195 c6ae0ebc7733
parent 194 89d481905356
child 196 209bfa124066
child 198 6c7c4034896b
child 199 59fdf7188340
Release 1.2.0
ChangeLog
NEWS
configure.ac
--- a/ChangeLog	Fri Jan 05 11:03:27 2007 +0000
+++ b/ChangeLog	Fri Feb 02 15:04:37 2007 +0100
@@ -1,3 +1,11 @@
+2007-02-02  Mikael Hallendal  <micke@imendio.com>
+
+	* Release 1.2.0
+
+	* NEWS:
+	* configure.ac:
+	- Updated for 1.2.0
+
 2007-01-05  Mikael Hallendal  <micke@imendio.com>
 
 	* python/*: Removed. Yay SVN!
--- a/NEWS	Fri Jan 05 11:03:27 2007 +0000
+++ b/NEWS	Fri Feb 02 15:04:37 2007 +0100
@@ -1,3 +1,8 @@
+Changes in 1.2.0:
+---------------
+* This is the same as 1.1.5 but marked as stable and released as 1.2.0.
+* For a complete list of changes since 1.0.5 look at the changes in 1.1.1-1.1.5
+
 Changes in 1.1.5:
 -----------------
 * Fixed leak when closing a connection, LM-59
--- a/configure.ac	Fri Jan 05 11:03:27 2007 +0000
+++ b/configure.ac	Fri Feb 02 15:04:37 2007 +0100
@@ -1,6 +1,6 @@
-AC_INIT(Loudmouth, 1.1.5, loudmouth)
+AC_INIT(Loudmouth, 1.2.0, loudmouth)
 AC_PREREQ(2.59)
-AC_COPYRIGHT([Copyright (C) 2003-2006 Imendio AB])
+AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB])
 
 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
 AM_CONFIG_HEADER(config.h)