Release 1.2.0
authorMikael Hallendal <micke@imendio.com>
Fri, 2 Feb 2007 14:04:37 +0000 (15:04 +0100)
committerMikael Hallendal <micke@imendio.com>
Fri, 2 Feb 2007 14:04:37 +0000 (15:04 +0100)
ChangeLog
NEWS
configure.ac

index ce9fcb7df85a635c21525bec63cdd40132b9140b..0e1babba0bad84324764218cfe1899fc298fed4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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!
diff --git a/NEWS b/NEWS
index 693f82424606afc2f6df8df180fc6b288ab7b1f2..e404f52c1f2a1e35e2e764a0d78d30715a8eaf40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 6877c8d37c950e919d495e90d69eb0bd667fbfa0..378d03c72615dccb0f9e1fee80cc0f99b1a9181d 100644 (file)
@@ -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)