From 6164a2e5f4ce528d902c8b55d4779204e91269ab Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Apr 2003 20:03:58 +0000 Subject: [PATCH] 2003-04-05 Havoc Pennington * test/Makefile.am (dist-hook): also dist *.in files * NEWS: update * configure.in: 0.7 --- ChangeLog | 8 ++++++++ NEWS | 12 ++++++++++++ configure.in | 2 +- test/Makefile.am | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a4bcafa..4ac2af9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-04-05 Havoc Pennington + * test/Makefile.am (dist-hook): also dist *.in files + + * NEWS: update + + * configure.in: 0.7 + +2003-04-05 Havoc Pennington + * dbus/dbus-string.c: docs warning * dbus/dbus-spawn.c: missing docs diff --git a/NEWS b/NEWS index 36e5d6f..d5cd46f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +D-BUS 0.7 +=== + +- implement configuration file used to control bus characteristics +- implement daemon mode, changing user ID, and other system + bus features +- add init scripts for systemwide bus +- add "make check-coverage" target to check test coverage +- more test suite additions +- many, many bugfixes +- many API changes/fixes + D-BUS 0.6 === - Vastly improved bus daemon test suite diff --git a/configure.in b/configure.in index 3bc177b..04c4731 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(dbus/dbus.h) -AM_INIT_AUTOMAKE(dbus, 0.6) +AM_INIT_AUTOMAKE(dbus, 0.7) AM_CONFIG_HEADER(config.h) diff --git a/test/Makefile.am b/test/Makefile.am index ddbe69c..95d8730 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -89,7 +89,7 @@ dist-hook: for D in $(TESTDIRS); do \ test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ; \ done ; \ - FILES=`$(FIND_TESTS)` ; \ + FILES=`$(FIND_TESTS) -o -name "*.in"` ; \ for F in $$FILES; do \ echo '-- Disting file '$$F ; \ cp $$F $(distdir)/$$F || exit 1 ; \ -- 2.7.4