[gtkmm-documentation] 3.3.18



commit a9568851b87da314985cb13b3ecb4d8cad539148
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 13 10:17:17 2012 +0100

    3.3.18

 ChangeLog    |    2 ++
 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 03822c5..df636da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.3.18:
+
 2012-03-03  Murray Cumming  <murrayc murrayc com>
 
 	Tutorial: Mention Gtk::Application instead of Gtk::Main.
diff --git a/NEWS b/NEWS
index 13e3bd6..5934c01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.3.18:
+
+* Remove Table and other deprecated classes.
+  (Kjell Ahlstedt)
+* Use and mention Gtk::Application instead of Gtk::Main.
+* Use Gtk::ApplicationWindow.
+* Use ColorChooserDialog instead of deprecated ColorSelectionDialog.
+  (Murray Cumming)
+* Keyboard Events chapter: Clarify keyboard event propagation.
+  (Pedro Ferreira) Bug #661857
+* New example programs in the DrawingArea chapter.
+  (Pedro Ferreira) Bug #666885
+
 3.2.1 (stable):
 
 * Corrected the list of authors.
diff --git a/configure.ac b/configure.ac
index 8bc513b..98bfbc7 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.2.1],
+AC_INIT([gtkmm-documentation], [3.3.18],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,7 +19,7 @@ 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.2.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.3.18])
 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]