[glibmm] 2.28.0



commit 71377c30b83dfa6f2fc736b709babdb95af1d150
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 5 16:34:13 2011 +0200

    2.28.0

 ChangeLog    |    2 ++
 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0abea31..c6fb8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.28.0:
+
 2011-04-05  Murray Cumming  <murrayc murrayc com>
 
 	DBusServer: Add overview documentation.
diff --git a/NEWS b/NEWS
index a15654e..297d832 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 12bd338..9863c8c 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 <http://www.gnu.org/licenses/>.
 
-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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]