2003-02-17 Anders Carlsson <andersca@codefactory.se.>

Release 0.4

	* NEWS: Update
This commit is contained in:
Anders Carlsson 2003-02-17 11:38:02 +00:00
parent 108fdc542a
commit 94a718b2af
4 changed files with 19 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2003-02-17 Anders Carlsson <andersca@codefactory.se.>
Release 0.4
* NEWS: Update
2003-02-17 Anders Carlsson <andersca@codefactory.se>
* doc/dbus-specification.sgml:

10
NEWS
View file

@ -1,3 +1,13 @@
D-BUS 0.4
===
- Preliminary activation support.
- Better authentication test suite
- Bus test program
- Specification updates
- Thread safety
- Bug fixes
D-BUS 0.3
===

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
AM_INIT_AUTOMAKE(dbus, 0.3)
AM_INIT_AUTOMAKE(dbus, 0.4)
AM_CONFIG_HEADER(config.h)

View file

@ -3,8 +3,8 @@
<article id="index">
<artheader>
<title>D-BUS Protocol Specification</title>
<releaseinfo>Version 0.1</releaseinfo>
<date>22 January 2003</date>
<releaseinfo>Version 0.4</releaseinfo>
<date>17 February 2003</date>
<authorgroup>
<author>
<firstname>Havoc</firstname>