From 47e10489c5601feac370465767ce03c4a6dd5942 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Aug 2017 11:13:16 -0400 Subject: [PATCH] 2.53.5 --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8db2c80e9..303bf04b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Overview of changes in GLib 2.53.5 +================================== + +* Bugs fixed: + 695573 Untranslatable strings in glib-compile-schemas + 725950 GApplication: call dbus_unregister only once, and before destruction + 731703 giomodule test misbuilds its test modules as libraries + 769135 External control for g_test_add/g_test_run + 779332 Rewrite mkenums in Python + 779607 Race between mounts-changed signal and g_unix_mounts_get() function + 784000 Improve strerror_r() detection + 784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL + 784965 Use the glib preset for i18n in Meson + 784995 meson: some Windows improvements + 785113 glib-mkenums Python port fixes + 785130 G_LOG_DOMAIN shouldn't be left undefined for applications + 785438 Spurious -Wmaybe-uninitialized in gdatetime.c + 785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function + 785520 Replace advice to use removed gdk_spawn functions + 785577 clobbers errno while setting GError + +* Translation updates: + Slovenian + Spanish + + Overview of changes in GLib 2.53.4 ================================== diff --git a/configure.ac b/configure.ac index 5c2bf8e6b..09fa3b4d1 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_define(glib_configure_ac) m4_define([glib_major_version], [2]) m4_define([glib_minor_version], [53]) -m4_define([glib_micro_version], [4]) +m4_define([glib_micro_version], [5]) m4_define([glib_interface_age], [0]) m4_define([glib_binary_age], [m4_eval(100 * glib_minor_version + glib_micro_version)]) diff --git a/meson.build b/meson.build index 93641021e..35baaaae5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', 'cpp', - version : '2.53.3', + version : '2.53.5', meson_version : '>= 0.38.1', default_options : [ 'warning_level=1',