summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f90be20..198afa26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.27.5.1: (unstable):
+
+Glib:
+* RefPtr: Make it work with sorted containers.
+ (David Kozub) Bug #626858
+* Variant:
+ - Make all he get_iter() methods const.
+ - Added dictionary entry and dictionary specializations.
+ - VariantContainerBase: Add a create() method from an array of variants.
+ - Added tests.
+ (José Alburquerque)
+* gmmproc cleanup
+ (José Alburquerque)
+
+Gio:
+* Application: Added the open signal.
+ (Yannick Guesnet)
+* DBusConnection: Add register/unregister_object() methods.
+ (José Alburquerque) Bug #637587 (Yannick Guesnet)
+
+
2.27.5: (unstable):
Glib: