[glib] glib 2.31.4
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] glib 2.31.4
- Date: Mon, 12 Dec 2011 19:01:17 +0000 (UTC)
commit 2f9ab64ac9dc4aeba4a6a297888986d26515d6f8
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Dec 12 13:28:24 2011 -0500
glib 2.31.4
NEWS | 17 ++++++++++++++---
configure.ac | 2 +-
2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2dc2d17..67bc3e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
Overview of changes from GLib 2.31.2 to 2.31.4
==============================================
-* Menu support has been added to GApplication. Menus
- are exported on the bus, alongside the actions that are
- already there.
+* EXPERIMENTAL: Menu support has been added to GApplication. Menus
+ are exported on the bus, alongside the actions that are already there.
+ There have also been many related improvements to action group
+ functionality.
+
+ These new APIs are subject to changes in the coming releases. In
+ particular, it seems somewhat likely that the APIs for registering
+ menubars may change in order to accommodate windows with different
+ types of menubars.
+
+* GDBusConnection previously directly dispatched destroy notifies when
+ unregistering objects if the current main context was the same context
+ the object was exported on. It now unconditionally dispatches these
+ through an idle on the context.
* Clean up Requires in pc files. Linking against GIO no
longer drags in gmodule. This may require dependency
diff --git a/configure.ac b/configure.ac
index ca44747..4011d81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [31])
-m4_define([glib_micro_version], [3])
+m4_define([glib_micro_version], [4])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]