summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-01-17 09:13:25 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-01-17 09:13:25 +0100
commitd1467d716dd5b446950356c357831c1441671500 (patch)
treeeddff46ed94a7d0a0973015f696ebba36f5f6857 /NEWS
parent8dcd15ab4531758cbb48e85c15bbad9704d1e1e2 (diff)
downloadglibmm-d1467d716dd5b446950356c357831c1441671500.tar.gz
2.27.91.12.27.91.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 126fe1d6..9a9627b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.27.91.1 (unstable):
+
+* gmmproc:
+ - _WRAP_CTOR(): Restore the optional extra parameter, because it
+ is still needed by gtkmm-2.4.
+ (Murray Cumming)
+ - Added conversion from bool& to gboolean*.
+ (Chris Kühl)
+
+* DBus::[watch|own]_name(): Add default values for parameters.
+* DBusConnection:
+ - Add a send_message() without an "out_serial" parameter.
+ - Avoid errors/exceptions in callbacks due to NULL C strings.
+ - Wrap properties and signals.
+* DBusMessage: Wrap properties and signals.
+* DBusServer: Comment out constructors because of bug #639478.
+* InetAddress: Wrap properties.
+* Variant: Make the variant_type() functions return actual types.
+* Documentation: Started a client/server example that uses the user's bus.
+
+ DBus: Add initial implementation of a bus server/client example.
+
+ * examples/Makefile.am:
+ * examples/dbus/busserver.cc: Add a partial implementation of the
+ server part of a server/client example that communicate through the
+ user's bus.
+ * examples/dbus/peer.cc: Typos.
+
2.27.91 (unstable):
Gio: