summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-04-05 16:34:13 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-04-05 16:34:13 +0200
commit71377c30b83dfa6f2fc736b709babdb95af1d150 (patch)
tree533744dc8da2c1b5899c6e5ec0a980e028c6912e /NEWS
parent008e18afb7ada12c1a914aea5036360e52a21fd0 (diff)
downloadglibmm-71377c30b83dfa6f2fc736b709babdb95af1d150.tar.gz
2.28.02.28.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a15654e7..297d8321 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.28.0 (unstable):
+
+Gio:
+* DBus::Connection:
+ - Added a register_method() overload with no vtable.
+ - register_object(), register_subtree(): Take the VTable by reference,
+ not pointer.
+ (Murray Cumming)
+* DBus::MethodInvocation:
+ - get_parameters(): Return a VariantContainerBase instead of taking a
+ VariantBase.
+ - return_gerror(), return_error_literal(): Rename them both to return_error().
+ (Murray Cumming)
+* DBus::NodeInfo::lookup_interface(): Add a method overload with no name.
+ (Murray Cumming)
+* DBus::Proxy: Rename type_map_changed_properties to MapChangeProperties.
+ (Murray Cumming)
+* DBus::VariantContainerBase::create_tuple(): Add a method overload that takes
+ a single VariantBase,
+* Settings: Really add list_schemas().
+ (Murray Cumming)
+
2.27.99.2 (unstable):
Glib: