summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-03-06 10:53:06 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-03-06 10:53:06 +0100
commit5e70852f59797954327a01496e2d8b9d121f4689 (patch)
tree3c05920dd011775f793cdde2e8f5c1cff2a866af /NEWS
parent4bb628eb3e1b5f734dfd1a5cd0098326ccd925c6 (diff)
downloadglibmm-5e70852f59797954327a01496e2d8b9d121f4689.tar.gz
2.43.912.43.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 095e3e8a..5e58ae68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.43.91 (unstable):
+
+Glib:
+* OptionContext: Add get/set_strict_posix().
+ (Murray Cumming)
+
+Gio:
+* Application:
+ - Add get/set/unset_resource_base_path() and property.
+ - Add get_is_busy() and property.
+ (Murray Cumming)
+* File: Add replace_contents_bytes_aync().
+ (Murray Cumming)
+* InputStream: Add read_all_async() and read_all_finish().
+ (Murray Cumming)
+* MemoryInputStream: Add add_bytes().
+ (Murray Cumming)
+* OutputStream: Add write_all_async() and write_all_finish().
+ (Murray Cumming)
+
+Gio::DBus
+* InterfaceInfo: Add cache_build() and cache_release().
+ (Murray Cumming)
+
+
+
2.43.90 (unstable):
Glib: