From 982de71850996f01c244429809ba23f715353ea3 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 6 Jun 2005 18:55:22 +0000 Subject: 2005-06-06 David Zeuthen * doc/TODO: Add item about need to remove deprecated functions. * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect * dbus/dbus-connection.c (dbus_connection_disconnect): New function to repair the ABI which was broken with the last commit. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48dffacc..bf71a3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-06 David Zeuthen + + * doc/TODO: Add item about need to remove deprecated functions. + + * dbus/dbus-connection.h: Add prototype for dbus_connection_disconnect + + * dbus/dbus-connection.c (dbus_connection_disconnect): New function + to repair the ABI which was broken with the last commit. + 2005-06-02 John (J5) Palmieri * dbus/dbus-connection.c, dbus/dbus-connection.h -- cgit