2003-03-18 Anders Carlsson <andersca@codefactory.se>

* configure.in: 0.6

	* NEWS: Update.
This commit is contained in:
Anders Carlsson 2003-03-18 09:41:54 +00:00
parent 615fa679e1
commit d04cc0dc29
3 changed files with 14 additions and 1 deletions

View file

@ -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

7
NEWS
View file

@ -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
===

View 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)