summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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: