[gtkmm-documentation/gtkmm-3-18] 3.18.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-18] 3.18.0
- Date: Mon, 30 Nov 2015 11:33:53 +0000 (UTC)
commit 6a10d588863b6d8138cf7ce21d0ddfb73e97c5fe
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Nov 30 12:33:29 2015 +0100
3.18.0
NEWS | 18 +++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 99b55fb..1608c8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
+3.18.0:
-* Replace deprecated std::auto_ptr by std::unique_ptr.
+* Input example: Fix high CPU load, by opening the fifo in read/write mode.
(Kjell Ahlstedt)
+* command_line_handling example: handle_local_options(): Correct the return
+ values, now that glib bug #750796 was fixed.
+ (Murray Cumming) Bug #754763
+* combobox/complex example: Show use of a cell_data_func().
+ (Murray Cumming)
+* examples: Remove unnecessary virtual keywords.
+ (Murray Cumming)
+* C++11: examples: Replace deprecated std::auto_ptr by std::unique_ptr.
+ (Kjell Ahlstedt)
+* C++11: examples: Use the override keyword.
+ (Murray Cumming)
+* gmmproc chapter:
+ Document _CUSTOM_* gmmproc macros
+ (Kjell Ahlstedt)
+
3.17.50 (unstable):
diff --git a/configure.ac b/configure.ac
index 358862b..bf9d29f 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.17.50],
+AC_INIT([gtkmm-documentation], [3.18.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm-documentation], [http://www.gtkmm.org/])
@@ -24,7 +24,7 @@ AC_PATH_PROG([PERL], [perl], [perl])
AC_PROG_SED
PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.45.40])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.17.50])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.18.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]