summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-04-04 14:58:07 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2008-04-04 14:58:07 -0400
commitd7446ac003f63aca29624b42b55f13b64e19a77f (patch)
tree9587186e868dd8d8c2b44a13398d96e01c49e756 /ChangeLog
parentca87b90981e88623589b7d1d42ce5bafcb644213 (diff)
Revert "fix dbus-send so it can correctly send dictionaries"
This reverts commit a689ef29f176110b0f74e47fd5dd1d2d6ad3dfd3. Conflicts: ChangeLog * Turns out I reversed a patch that was alread committed but the bug had not been closed. Since the patch was applied before I also reverted the mention of Jérémie in the AUTHORS list mainly for license book keeping sanity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f9f4df5..909fa510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,16 +14,6 @@
2008-04-03 John (J5) Palmieri <johnp@redhat.com>
- Patch from Jérémie Dimino <jeremie at dimino.org>
-
- * tools/dbus-send.c (append_dict): Send in signature when opening up
- a dict entry container
-
- * AUTHORS: Add Jérémie to AUTHORS file since it was a slightly above
- trivial fix
-
-2008-04-03 John (J5) Palmieri <johnp@redhat.com>
-
Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
* bus/expirelist.c
@@ -83,7 +73,6 @@
the bus, not before. This ensures that programs which wish to set
exit_on_disconnect to FALSE will not be terminated if the bus exits
during registration. (FDO Bug #15112)
->>>>>>> 68f69d38182ed5974984b0434086e6a288b477cb:ChangeLog
2008-03-04 John (J5) Palmieri <johnp@redhat.com>