summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ac3d8d1..e8354508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
2007-06-14 Ralf Habacker <ralf.habacker@freenet.de>
+
+ * reverted global rename of function _dbus_username_from_current_process.
+ It needs to much tests to verify that the change does not break anything.
+ I had overseen that the signatures are different and requires non
+ trivial changes.
+ This is one *major* disadvantage of elumating oop functionality with c.
+ You are responsible for cleaning every object on every function return point,
+ which could be a nightmare if you are not working with dbus all the days.
+
+2007-06-14 Ralf Habacker <ralf.habacker@freenet.de>
* dbus/dbus-auth.c (handle_client_initial_response_cookie_sha1_mech):
fixed usage of _dbus_append_desired_identity()