summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:50:23 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:50:23 +0000
commit2c17f3dc1fb2de4be6199a069622c31438bcbfb8 (patch)
tree0dca14952820d8f603d04ede29e9d4f54374515f /ChangeLog
parent47ec532cf258ad5bc53aaa1e433aa302d75a18ac (diff)
* dbus/dbus-signature.c:
Fix the unit tests so that they work if assertions are not enabled. (patch from Julio M. Merino Vidal <jmmv at NetBSD dot org>)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c157a9b..2e47bf8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-08-10 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/dbus-signature.c:
+ Fix the unit tests so that they work if assertions are not enabled.
+ (patch from Julio M. Merino Vidal <jmmv at NetBSD dot org>)
+
+2006-08-10 John (J5) Palmieri <johnp@redhat.com>
+
* tools/run-with-tmp-session-bus.sh:
* test/name-test/run-test.sh:
Remove bashisms (patch from Julio M. Merino Vidal