[gtkmm-documentation] 3.19.3



commit 45ee2b50de220e3115520b2ec0489d35c55d8f7f
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 30 10:08:36 2015 +0100

    3.19.3

 NEWS         |   27 ++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 99b55fb..96e21bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,31 @@
-
-* Replace deprecated std::auto_ptr by std::unique_ptr.
+3.19.3:
+
+* Require the latest gtkmm and glibmm.
+* Multi-threaded chapter: Remove warnings about sigc::slots and Glib::Threads::Thread.
+  Because people would use regular lambdas or std::function functors with
+  std::thread in C++11.
+  (Murray Cumming) Bug #755091
+* multithread example: Use std::thread, etc, instead of Glib::Threads::*.
+  Because C++11 now has this concurrency API and we should use standard
+  C++ where possible.
+  (Murray Cumming) Bug #755091
+* 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 1249809..a0b42fa 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.19.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 


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