summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-22 03:36:05 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-22 03:36:05 +0000
commitd6d50a29945ded04a17b3f42a3a1074449250ec0 (patch)
tree7a7df9b568a6e7f7b6a184f525d60bd77e527bb2 /ChangeLog
parent9e1199fed2c96fe305a27e5d3d4e1950ed2f0d0f (diff)
2003-01-21 Havoc Pennington <hp@pobox.com>
(patch untested because can't compile) * bus/driver.c (create_unique_client_name): make this function never recycle client names. Also, caller should initialize the DBusString. * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54168e9d..adbd7bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-21 Havoc Pennington <hp@pobox.com>
+
+ (patch untested because can't compile)
+
+ * bus/driver.c (create_unique_client_name): make this function
+ never recycle client names. Also, caller should initialize
+ the DBusString.
+
+ * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
+
2003-01-21 Anders Carlsson <andersca@codefactory.se>
* dbus/dbus-marshal.c: (_dbus_marshal_double),