[gtkmm-documentation/gtkmm-3-22] 3.22.0



commit b4b4c85d8f5e66933499193e86ee7692f302edcf
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Mon Nov 14 15:29:29 2016 +0100

    3.22.0

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index e56cdb4..c8ca71d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+3.22.0: (stable)
+
+* Add the "Building applications" chapter with example code.
+  (Kjell Ahlstedt) Bug #772391
+* Document that Gtk::Action and some other classes are deprecated.
+  (Kjell Ahlstedt)
+* Add the ListModel example.
+  (Kjell Ahlstedt) Bug #755149
+* gmmproc section: Document new options in _CLASS_GTKOBJECT.
+  (Kjell Ahlstedt) Bug #767951
+* Printing examples: Add missing menu items and toolbar.
+  (Kjell Ahlstedt)
+* Printing advanced example: Don't use deprecated methods.
+  (Kjell Ahlstedt)
+* gmmproc section: Describe the err_return_value argument in _WRAP_VFUNC.
+  (Kjell Ahlstedt)
+* Calendar example: Don't use deprecated font: CSS syntax.
+  (Murray Cumming)
+* Custom widget and calendar examples: Don't crash when showing errors.
+  (Murray Cumming)
+* gmmproc section: Document all options in _WRAP_ENUM and _WRAP_GERROR.
+  (Kjell Ahlstedt)
+* gmmproc section: Add description of _CUSTOM_MOVE_OPERATIONS macro.
+  (Marcin Kolny)
+
 3.20.0:
 
 * Builder chapter and example: Describe additional parameters to get_widget_derived()
diff --git a/configure.ac b/configure.ac
index 2bbd6c1..f8426aa 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.20.0],
+AC_INIT([gtkmm-documentation], [3.22.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -25,8 +25,8 @@ MM_AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
 AC_PATH_PROG([PERL], [perl], [perl])
 AC_PROG_SED
 
-PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.48.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.20.0])
+PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.50.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.22.0])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 # glib-compile-resources and C compiler are needed to generate and compile


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