2003-04-05 Havoc Pennington <hp@pobox.com> dbus-0.7
authorHavoc Pennington <hp@redhat.com>
Sat, 5 Apr 2003 20:03:58 +0000 (20:03 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 5 Apr 2003 20:03:58 +0000 (20:03 +0000)
* test/Makefile.am (dist-hook): also dist *.in files

* NEWS: update

* configure.in: 0.7

ChangeLog
NEWS
configure.in
test/Makefile.am

index a4bcafa..4ac2af9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2003-04-05  Havoc Pennington  <hp@pobox.com>
 
+       * test/Makefile.am (dist-hook): also dist *.in files
+
+       * NEWS: update
+
+       * configure.in: 0.7
+       
+2003-04-05  Havoc Pennington  <hp@pobox.com>
+
        * dbus/dbus-string.c: docs warning
        
        * dbus/dbus-spawn.c: missing docs
diff --git a/NEWS b/NEWS
index 36e5d6f..d5cd46f 100644 (file)
--- 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
index 3bc177b..04c4731 100644 (file)
@@ -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)
 
index ddbe69c..95d8730 100644 (file)
@@ -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 ;                               \