diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -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 @@ -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 === diff --git a/configure.in b/configure.in index 78db7baf..920c7708 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.5) +AM_INIT_AUTOMAKE(dbus, 0.6) AM_CONFIG_HEADER(config.h) |