[glibmm/glibmm-2-20: 1/3] Increment version to 2.20.2 and update news



commit dceb8a38369fc14336165cebb84fb5ecb585010e
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Sep 16 14:36:21 2009 +0200

    Increment version to 2.20.2 and update news
    
    * configure.ac (AC_INIT): Bump version number to 2.20.2.
    (AM_INIT_AUTOMAKE): Add check-news option.
    * NEWS: Write news entry for the glibmm 2.20.2 release.

 ChangeLog    |    8 ++++++++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15f7f15..51175a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-16  Daniel Elstner  <danielk openismus com>
+
+	Increment version to 2.20.2 and update news
+
+	* configure.ac (AC_INIT): Bump version number to 2.20.2.
+	(AM_INIT_AUTOMAKE): Add check-news option.
+	* NEWS: Write news entry for the glibmm 2.20.2 release.
+
 2009-09-13  Daniel Elstner  <daniel kitta gmail com>
 
 	Enable verbose output of autoreconf
diff --git a/NEWS b/NEWS
index 02a294b..02e317b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.20.2 (stable):
+
+* Backport the conversion to the new mm-common build infrastructure
+  from the unstable branch.  This includes the installation of the
+  shared mm-common documentation utilities, to ease the transition.
+* Merged bugfixes from the unstable branch: #583657, #562810, #585027,
+  #586785, #587766 (bugzilla.gnome.org)
+* The recent gmmproc improvements from the development branch have
+  also been merged, as well as a number of other minor corrections.
+
 2.20.1 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 566a4e3..1780b35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.20.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
+AC_INIT([glibmm], [2.20.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -24,7 +24,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h glib/glibmmconfig.h gio/giommconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]