]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 a4bcafa6a29278cff3d92d932ccce95713c3553e..4ac2af9632d331ff418d850b14ba3af299c753b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
diff --git a/NEWS b/NEWS
index 36e5d6f69ed37dfd21b4b5049013722ef10ad115..d5cd46fa0196e8815fc3e7085a03d14b994bf975 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 3bc177b3093778dc998f7669260e3e45db77780d..04c4731601342923b24cacdb7967b4d7a0f0a6f8 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 ddbe69c4bd46200a6ee51489dd5928ab1fa164df..95d873082de125d16f7f75a79d4ea63dc5f21198 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 ;                               \