summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-27 12:12:42 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-27 12:12:42 +0100
commitd5f78575284cbef87a235c1b9e148bb3567d719f (patch)
treefa95723924397b8dbb1656638724de2ddbc0c7e6 /NEWS
parent033644e1a05aae97ac3fd161f73eac8097204ee2 (diff)
downloadglibmm-d5f78575284cbef87a235c1b9e148bb3567d719f.tar.gz
2.31.18.12.31.18.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26d2e155..c36bc97a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.31.18.1:
+
+gmmproc:
+* h2def.py: Handle types such as 'const gchar* const *' for functions.
+ (José Alburquerque)
+* _WRAP_PROPERTY(): Allow properties to be deprecated.
+ (Murray Cumming)
+
+Gio:
+* Application: Derive from the ActionGroup interface.
+* Application: Add missing virtual functions and get/set_default() methods.
+* Add MenuModel, MenuAttribute, MenuLink and MenuIter.
+
+Gio::DBus:
+* ActionGroup, MenuModel: Have get() methods instead of create() methods.
+ (José Alburquerque) Bug #637445.
+* Add DBus::MenuModel.
+* Connection: Add the MenuModel export/unexport methods.
+* Add class documentation.
+
+
2.31.18: (unstable):
Gio: