From: John (J5) Palmieri Date: Wed, 8 Nov 2006 23:17:20 +0000 (+0000) Subject: * README: remove some of the out of date flags X-Git-Tag: dbus-1.0.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7491d9258bed4a827fb05d3f027e7f63ca88ddb;p=thirdparty%2Fdbus.git * README: remove some of the out of date flags * doc/TODO: Remove todo items which are done --- diff --git a/ChangeLog b/ChangeLog index 2576dcad8..410005de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2006-11-08 John (J5) Palmieri + + * README: remove some of the out of date flags + + * doc/TODO: Remove todo items which are done + 2006-11-08 John (J5) Palmieri * tools/dbus-monitor.c: Handle sigint so we flush stdout (Patch from Olli Salli ) - 2006-11-08 John (J5) Palmieri * tools/dbus-monitor.1: update the manpage for dbus-monitor diff --git a/README b/README index 028489046..ec63a98a9 100644 --- a/README +++ b/README @@ -67,7 +67,6 @@ These are the dbus-specific configuration flags that can be given to the ./configure program. --enable-tests enable unit test code - --enable-ansi enable -ansi -pedantic gcc flags --enable-verbose-mode support verbose debug mode --enable-asserts include assertion checks --enable-checks include sanity checks on public API diff --git a/doc/TODO b/doc/TODO index 7b6e11913..0009d912c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,15 +1,8 @@ Important for 1.0 === - - update AUTHORS - - - the README, FAQ, and probably other places talk about 1.0 and ABI guarantees, - all these places need updating - - the spec should say "the protocol will not be changed incompatibly after Month DD, YYYY" - - the README documents the configure flags, should check this for being in sync with reality - Important for 1.0 GLib Bindings ===