summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 21:23:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 21:23:12 +0000
commite5118f163d2f6eb70375e6394156b23eb1835d2d (patch)
tree85e7ba422087e6a157a1a773d9759baa4220ba42 /ChangeLog
parent263d1dfdd40b87f62648c4c5c50e8a6472fd5322 (diff)
* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9c39e92..a5c6ef2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-11-30 John (J5) Palmieri <johnp@redhat.com>
+ * Released 0.60
+
+2005-11-30 John (J5) Palmieri <johnp@redhat.com>
+
+ * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
+ remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
+
+2005-11-30 John (J5) Palmieri <johnp@redhat.com>
+
* dbus/dbus-connection.c (dbus_connection_read_write): Add new
method for getting messages off the bus in the absence of a
mainloop. This method is much like