summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 22:58:05 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 22:58:05 +0000
commit42319b9d10bd17014de93dbd919bb6d01e545c80 (patch)
treef3d4a858c80913fbc6e49ad28a362ad61ad79a66 /ChangeLog
parent2c17f3dc1fb2de4be6199a069622c31438bcbfb8 (diff)
* dbus/dbus-macros.h: Revert the addition of stddef.h
as we should not be adding it to library headers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e47bf8b..1ba4c55b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-10 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/dbus-macros.h: Revert the addition of stddef.h
+ as we should not be adding it to library headers
+
+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>)