summaryrefslogtreecommitdiff
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
parent008e18afb7ada12c1a914aea5036360e52a21fd0 (diff)
downloadglibmm-71377c30b83dfa6f2fc736b709babdb95af1d150.tar.gz
2.28.02.28.0
-rw-r--r--ChangeLog2
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
3 files changed, 25 insertions, 1 deletions
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 <murrayc@murrayc.com>
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 <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])