[glibmm/glibmm-2-52] 2.51.7



commit 9f3e0a8fba8ebab66698652c764ab208783c5d93
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 8 14:26:47 2017 +0200

    2.51.7

 NEWS         |   28 +++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbf2711..107d7b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
-2.51.6:
+2.51.7 (unstable):
+
+Glib:
+* SettingsSchemaKey: Add missing value/range methods.
+  (Daniel Boles) Bug #774903
+* Variant: Replace throw(std::bad_cast) with noexcept(false),
+  to fix the build with C++17.
+  See https://bugzilla.redhat.com/show_bug.cgi?id=1438766
+  (Murray Cumming)
+* VariantType: Deprecate first() and next(). Add get_item_types()
+  (Kjell Ahlstedt) Bug #775741
+
+Gio:
+* ActionMap: Add add_action_with_parameter() that takes a parameter type,
+  and deprecated the existing method, because it cannot work.
+  (Daniel Boles) Bug #774444
+* SimpleAction: Make set_state() public.
+  (Daniel Boles) Bug #777953
+
+Build:
+* MacOS: Correct build without gdesktopinfo.
+  (John Ralls) Bug #781947
+* Glib::Object: Suppress deprecation warning for g_object_newv() with glib 2.54.
+  (Kjell Ahlstedt)
+
+
+2.51.6 (unstable):
 
 This is version 2.51.6 of glibmm-2.24. Ignore versions 2.51.1 to 2.51.5 of
 unstable glibmm-2.52. Unstable glibmm-2.52 is now unstable glibmm-2.54,
diff --git a/configure.ac b/configure.ac
index c9cb0a6..f6963c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.51.6],
+AC_INIT([glibmm], [2.51.7],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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