summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 10:20:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 10:20:09 +0100
commit559de12aac424aa726007abb5cf6a7ac12d39db4 (patch)
tree9752cecc6c7d5db3ce6cb462cab5777e1c1690a6
parentb6cd08a8970c9e0e1a30d4bc291e1e20d569c361 (diff)
Update ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 934e8734..1e12c909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
* dbus/dbus-macros.h, dbus/dbus-arch-deps.h.in: Use new macro
_DBUS_GNUC_EXTENSION (the same as G_GNUC_EXTENSION) to avoid -ansi
warnings about use of "long long".
+ * dbus/dbus-server-socket.c: remove unused variable when assertions
+ are disabled
+ * dbus/dbus-marshal-validate.c: avoid empty statements by removing
+ stray semicolons
+ * tools/dbus-launch.c: convert C++-style comment to C-style, add {}
+ for clarity
+ * .gitignore: ignore vi swapfiles
2007-10-10 Simon McVittie <simon.mcvittie@collabora.co.uk>