summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 20:22:14 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 20:22:14 +0000
commit759fa115c95051eb32f6ed41b3cda1b219fc1aed (patch)
treec88c1cfa698ad3b60492361b96ecd5803138d28f /ChangeLog
parent2c8baa07088ab00731274bd151135208e3a92779 (diff)
* dbus/dbus-internals.c: unistd.h is not used
(_dbus_verbose_real): only enable verbose printing if DBUS_VERBOSE environment var is set to '1' (patch from Peter Kümmel <syntheticpp at gmx dot net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 387d3579..76f206e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
- * confifure.in: add a GCC flag check for -Wdeclaration-after-statement
+ * dbus/dbus-internals.c: unistd.h is not used
+ (_dbus_verbose_real): only enable verbose printing
+ if DBUS_VERBOSE environment var is set to '1'
+ (patch from Peter Kümmel <syntheticpp at gmx dot net>
+
+2006-08-08 John (J5) Palmieri <johnp@redhat.com>
+
+ * configure.in: add a GCC flag check for -Wdeclaration-after-statement
so we still compile on older gcc (patch from Frederic Peters
<fpeters at 0d dot be>