From e240ddabb31f817c14a09f90394007d3ae07cb3d Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Fri, 2 Feb 2007 15:04:37 +0100 Subject: [PATCH] Release 1.2.0 --- ChangeLog | 8 ++++++++ NEWS | 5 +++++ configure.ac | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce9fcb7..0e1babb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-02-02 Mikael Hallendal + + * Release 1.2.0 + + * NEWS: + * configure.ac: + - Updated for 1.2.0 + 2007-01-05 Mikael Hallendal * python/*: Removed. Yay SVN! diff --git a/NEWS b/NEWS index 693f824..e404f52 100644 --- 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 diff --git a/configure.ac b/configure.ac index 6877c8d..378d03c 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.34.1