[gtkmm] Increment version to 2.17.9.1 and update news
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm] Increment version to 2.17.9.1 and update news
- Date: Fri, 28 Aug 2009 15:20:47 +0000 (UTC)
commit 89e3cf86c4ad4bc9f03d749e33e45a7fb9b81292
Author: Daniel Elstner <danielk openismus com>
Date: Fri Aug 28 17:07:48 2009 +0200
Increment version to 2.17.9.1 and update news
* configure.ac (AC_INIT): Bump version number to 2.17.9.1.
(AM_INIT_AUTOMAKE): Enable check-news option.
(MM_PREREQ): Require mm-common 0.7.1.
* NEWS: Write news entry for gtkmm 2.17.9.1.
ChangeLog | 9 +++++++++
NEWS | 7 +++++++
configure.ac | 6 +++---
3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 143a22b..f263982 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-28 Daniel Elstner <danielk openismus com>
+ Increment version to 2.17.9.1 and update news
+
+ * configure.ac (AC_INIT): Bump version number to 2.17.9.1.
+ (AM_INIT_AUTOMAKE): Enable check-news option.
+ (MM_PREREQ): Require mm-common 0.7.1.
+ * NEWS: Write news entry for gtkmm 2.17.9.1.
+
+2009-08-28 Daniel Elstner <danielk openismus com>
+
Use shared mm-common Doxygen style sheet
* configure.ac (MM_PREREQ): Require mm-common 0.7.
diff --git a/NEWS b/NEWS
index 504f7e6..6ea6abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.17.9.1 (unstable):
+
+* Reenable the per-class hierarchy graphs in the reference documentation.
+ (Daniel Elstner)
+* Drop the custom HTML header and footer, and use the shared doxygen.css
+ file from mm-common. (Daniel Elstner)
+
2.17.9 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index 63118c2..3f676a4 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([gtkmm], [2.17.9], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
+AC_INIT([gtkmm], [2.17.9.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [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 gdk/gdkmmconfig.h gtk/gtkmmconfig.h])
-MM_PREREQ([0.7])
+MM_PREREQ([0.7.1])
MM_INIT_MODULE([atkmm-1.6])
MM_INIT_MODULE([gdkmm-2.4])
MM_INIT_MODULE([gtkmm-2.4])
@@ -32,7 +32,7 @@ MM_INIT_MODULE([gtkmm-2.4])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([LIBGTKMM_SO_VERSION], [1:30:0])
-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]