summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-06-27 11:39:08 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-06-27 11:39:08 +0100
commitde33a575aa58867642bcfd8bb8cb2efc631d9f1d (patch)
tree7ccaa5ab74769585cce8d79951667763921fb4ae /NEWS
parenta732cbc211b562660c5a17c898ad032fb8c041fd (diff)
downloaddbus-glib-de33a575aa58867642bcfd8bb8cb2efc631d9f1d.tar.gz
Update NEWS
Update NEWS from git history.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 14 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index f41dc8d..7cc92ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
D-Bus GLib Bindings 0.74 (27 Jun 2007)
==
- - Support peer-to-peer proxies (#10233)
- - Add dbus_connection_get_g_connection ()
+ - Init threading first to stop a warning from new GLib.
+ - Remove the XML documentation support in configure
+ - Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt)
+ - Update GLib requirement (Closes #10889).
+ - Document dbus-gtype-specialized
+ - Add simple test suite for peer objects.
+ - Support peer-to-peer proxies. (Closes #10233).
+ - Add dbus_connection_get_g_connection.
+ - Stop compiler warnings (Closes #10374).
+ - Handle dbus errors which are not name has no owner
- Update abstract socket test from DBus, which now cross-compiles
- - Correctly handle DBus errors
- - Fix compile warnings (#10374)
- - Fix typo in error handling (#10837)
- - Update GLib requirements (#10889)
+ - Rename the error quark to be unique
- Update AUTHORS
D-Bus GLib Bindings 0.73 (13 Feb 2007)
@@ -106,3 +111,6 @@ D-Bus GLib Bindings 0.70 (17 July 2006)
- New methodbus_g_connection_open provides a way to open connections to an
arbitrary address
- Various bugs and memory leaks fixed
+Sleep after starting the peer server, before starting the peer client.
+This fixes random failures due to the race.
+