summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 17:24:16 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 17:24:16 +0100
commitd229e579a314c6b893e0a92730f0bf644b4eabcd (patch)
tree8af2e1f9f8104a12517ac8e079e79048e9f72cb2 /ChangeLog
parent48ad73fd5bbb77bbcbb6fa9dae50454784654374 (diff)
parent176738f0f0f57de3f4c8553a411b26b171fdd117 (diff)
Merge branch 'atomic'
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7f5983..2f52bc41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
* dbus/dbus-errors.h, dbus/dbus-errors.c: Add DBUS_ERROR_INIT macro
for the benefit of libdbus users whose coding style allows initialized
variables (although dbus core coding style doesn't)
+ * configure.in, dbus/dbus-sysdeps.h, dbus/dbus-sysdeps-unix.c: Fix
+ detection of i486 atomic ops. Previously, the attempts to determine
+ support at compile-time on Darwin were causing the i486 atomic ops to
+ be used on *all* i386 or x86-64 GCC builds (AH_VERBATIM can't be
+ conditionalized like we were trying to).
2007-10-10 Simon McVittie <simon.mcvittie@collabora.co.uk>