[gtkmm-documentation] 3.4.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] 3.4.0
- Date: Wed, 11 Apr 2012 10:39:46 +0000 (UTC)
commit 8d99ec954ed6827dc9fcd0dd133d40605247331c
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 11 12:39:39 2012 +0200
3.4.0
ChangeLog | 2 ++
NEWS | 11 +++++++++++
configure.ac | 6 +++---
3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f5d0c2d..f2c0729 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.4.0:
+
2012-04-02 Kjell Ahlstedt <kjell ahlstedt bredband net>
Install all screenshots used in the tutorial.
diff --git a/NEWS b/NEWS
index 5934c01..b4d1217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.4.0:
+
+* Application examples: Add an AppMenu example.
+ (Murray Cumming)
+* Improve the Entry and ComboBox with Entry sections.
+ (Kjell Ahlstedt) Bug #655489
+* Replace the deprecated Gtk::Entry::signal_activate() by signal_key_press_event().
+ (Kjell Ahlstedt) Bug #655489.
+* Install all screenshots used in the tutorial.
+ (Kjell Ahlstedt) Bug #655489.
+
3.3.18:
* Remove Table and other deprecated classes.
diff --git a/configure.ac b/configure.ac
index 98bfbc7..bb7b306 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], [3.3.18],
+AC_INIT([gtkmm-documentation], [3.4.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm-documentation], [http://www.gtkmm.org/])
@@ -18,8 +18,8 @@ AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
AC_PROG_CXX
AC_PATH_PROG([PERL], [perl], [perl])
-PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.3.18])
+PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.32.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.4.0])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
AC_LANG([C++])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]