summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-09-20 11:30:57 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-09-20 11:30:57 +0200
commitd0ed67478c3c7562446e0c2214deadfc2397f3ec (patch)
treed4f14b3d1320f806c1ccf520dbc748731a20b5ce /NEWS
parent2b342c9fde9f521d30d2fc5f98866d4c5698a3c5 (diff)
downloadglibmm-d0ed67478c3c7562446e0c2214deadfc2397f3ec.tar.gz
2.37.932.37.93
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52a9ae7f..ee51fc2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.37.93 (unstable):
+
+Gio
+* ActionMap: lookup_action(): Fix the reference counting.
+ (Murray Cumming)
+* File: Add measure_disk_usage() and measure_disk_usage_async().
+ (Murray Cumming)
+* Settings: Add get/set_uint().
+ (Murray Cumming)
+* Add VariantParseError.
+ Because it is thrown by GtkBuilder, at least for now.
+ (Murray Cumming
+
+Build:
+* Port tools/defs_gen to Python 3.
+ (Kjell Ahlstedt) Bug #690969
+* tools/h2def.py: Handle functions with Handle *_DEPRECATED_IN_*_FOR (*).
+ (Murray Cumming)
+
2.37.7 (unstable):
Gio: