[glib/glib-2-52] 2.52.3
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-52] 2.52.3
- Date: Thu, 22 Jun 2017 15:40:17 +0000 (UTC)
commit 90bb8778f2eabf00bee5bff1259c48f1e7b791b8
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jun 22 09:15:23 2017 -0400
2.52.3
NEWS | 11 +++++++++++
configure.ac | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e0a5835..0d62585 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in GLib 2.52.3
+==================================
+
+* Bug fixes:
+ 781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
+ 781601 Race in g_dbus_server_stop causing spurious GDBus test failures
+ 781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate...
+ 783130 Make dbus activation sandbox-aware
+ 783193 Adapt to OpenURI api change
+ 783201 gdbus-codegen: Apply --output-directory to generated docs as well
+
Overview of changes in GLib 2.52.2
==================================
diff --git a/configure.ac b/configure.ac
index cfaea6c..58cd3f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [52])
-m4_define([glib_micro_version], [2])
-m4_define([glib_interface_age], [2])
+m4_define([glib_micro_version], [3])
+m4_define([glib_interface_age], [3])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
m4_define([glib_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]