From 71377c30b83dfa6f2fc736b709babdb95af1d150 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 5 Apr 2011 16:34:13 +0200 Subject: 2.28.0 --- ChangeLog | 2 ++ NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0abea311..c6fb8fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2.28.0: + 2011-04-05 Murray Cumming DBusServer: Add overview documentation. 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: diff --git a/configure.ac b/configure.ac index 12bd338b..9863c8cb 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([glibmm], [2.27.99.2], +AC_INIT([glibmm], [2.28.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1