[gtkmm-documentation] Bump version to 2.17.0 and update news
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Bump version to 2.17.0 and update news
- Date: Mon, 7 Sep 2009 13:59:07 +0000 (UTC)
commit e862037033a24578651d769b936d1beccbe4f179
Author: Daniel Elstner <danielk openismus com>
Date: Mon Sep 7 15:56:17 2009 +0200
Bump version to 2.17.0 and update news
* configure.ac (AC_INIT): Increment version number to 2.17.0.
(AM_INIT_AUTOMAKE): Add check-news option.
* NEWS: Write news entry for gtkmm-documentation 2.17.0.
ChangeLog | 8 ++++++++
NEWS | 9 +++++++++
configure.ac | 4 ++--
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bd2e40b..ae1b4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-09-07 Daniel Elstner <danielk openismus com>
+ Bump version to 2.17.0 and update news
+
+ * configure.ac (AC_INIT): Increment version number to 2.17.0.
+ (AM_INIT_AUTOMAKE): Add check-news option.
+ * NEWS: Write news entry for gtkmm-documentation 2.17.0.
+
+2009-09-07 Daniel Elstner <danielk openismus com>
+
Update changed author email addresses
* AUTHORS: Correct the email addresses of Murray Cumming and
diff --git a/NEWS b/NEWS
index fc15aac..3500191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.17.0:
+
+* A number of example programs have been corrected.
+* All libglademm examples have been removed in favor of Gtk::Builder.
+* The build system is now largely based on non-recursive make.
+* The source archive now ships with the generated HTML files of the tutorial.
+* The appendix in the tutorial on the creation of new C++ binding modules
+ has been updated for the new mm-common build infrastructure.
+
2.16.0:
* Added entry/progress and entry/icon examples, just to test that API.
diff --git a/configure.ac b/configure.ac
index bc4b14f..a4f7a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
## This file is part of gtkmm-documentation.
AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.16.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
+AC_INIT([gtkmm-documentation], [2.17.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm-documentation], [http://www.gtkmm.org/])
AC_CONFIG_SRCDIR([examples/book/box/packbox.cc])
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([build/config.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]