From: Simon McVittie Date: Wed, 10 Oct 2007 16:39:12 +0000 (+0100) Subject: Update ChangeLog X-Git-Tag: dbus-1.1.3~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cff9309bf0502ea9147f81cb12d0e067f9ba862;p=thirdparty%2Fdbus.git Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 4dd59e96f..e76969f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-10-10 Simon McVittie + + * dbus/dbus-errors.c, dbus/dbus-protocol.h: Add new error + org.freedesktop.DBus.Error.ObjectPathInUse + * dbus/dbus-object-tree.h, dbus/dbus-object-tree.c, + dbus/dbus-connection.c, dbus/dbus-connection.h: add new functions + dbus_connection_try_register_object_path and + dbus_connection_try_register_fallback, which raise ObjectPathInUse + rather than asserting, to make object path registration less painful + for bindings + * .gitignore: add various things that weren't in .cvsignore because + CVS implicitly ignored them; generally bring up to date + 2007-10-09 Simon McVittie * doc/dbus-specification.xml: Specifically forbid empty structs (#7969)