From: Simon McVittie Date: Thu, 11 Oct 2007 09:20:09 +0000 (+0100) Subject: Update ChangeLog X-Git-Tag: dbus-1.1.3~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559de12aac424aa726007abb5cf6a7ac12d39db4;p=platform%2Fupstream%2Fdbus.git Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 934e873..1e12c90 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