2003-03-18 Anders Carlsson <andersca@codefactory.se> dbus-0.6
authorAnders Carlsson <andersca@codefactory.se>
Tue, 18 Mar 2003 09:41:54 +0000 (09:41 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Tue, 18 Mar 2003 09:41:54 +0000 (09:41 +0000)
* configure.in: 0.6

* NEWS: Update.

ChangeLog
NEWS
configure.in

index aaa2cd6..d4747dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-18  Anders Carlsson  <andersca@codefactory.se>
+
+       * configure.in: 0.6
+
+       * NEWS: Update.
+       
 2003-03-17  Havoc Pennington  <hp@redhat.com>
 
        * dbus/dbus-internals.h: add gcc attributes so that 
diff --git a/NEWS b/NEWS
index 621da7b..36e5d6f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+D-BUS 0.6
+===
+- Vastly improved bus daemon test suite
+- Lots of misc. bugfixes and memory leak fixes
+- Support for marshalling key/value data
+- Activation improvements.
+
 D-BUS 0.5
 ===
 
index 78db7ba..920c770 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.5)
+AM_INIT_AUTOMAKE(dbus, 0.6)
 
 AM_CONFIG_HEADER(config.h)