summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-12-12 13:28:24 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-12 13:36:40 -0500
commit2f9ab64ac9dc4aeba4a6a297888986d26515d6f8 (patch)
treef56f5063b0cc960b1fd506c1a1b69bdbe2e29045
parent93f17967e4c6c5194d3c0cc4512169b6bd394bf7 (diff)
glib 2.31.42.31.4
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2dc2d17ce..67bc3e46c 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 ca4474714..4011d8196 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)])