summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-05 22:05:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-05 22:05:12 +0000
commit57657889128dc54069525cce47bce51365dbde0f (patch)
tree5e92b05c59a0cab56887e2f3efb392fe7bf5e337 /ChangeLog
parent0553d5cd9485004c7bcbbf72fa7572f4500ce024 (diff)
* dbus/dbus-pending-call.c: Add some checks so we don't crash on
NULL in the public API (Patch from Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb4317b..d6fa6e0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-09-05 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/dbus-pending-call.c: Add some checks so we don't crash on
+ NULL in the public API (Patch from Kimmo Hämäläinen
+ <kimmo dot hamalainen at nokia dot com>)
+
+2006-09-05 John (J5) Palmieri <johnp@redhat.com>
+
* configure.in: Fix for OS-X compile time endian issues (patch from
Benjamin Reed <ranger at befunk dot com>)