mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-26 20:10:35 +01:00
2003-02-06 Anders Carlsson <andersca@codefactory.se>
Release 0.3 * NEWS: Update
This commit is contained in:
parent
e5631cfe85
commit
3d27cbff91
3 changed files with 20 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2003-02-06 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
Release 0.3
|
||||
|
||||
* NEWS: Update
|
||||
|
||||
2003-02-06 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* dbus/Makefile.am:
|
||||
|
|
|
|||
14
NEWS
14
NEWS
|
|
@ -1,3 +1,15 @@
|
|||
D-BUS 0.3
|
||||
===
|
||||
|
||||
- Preliminary limitations
|
||||
- Message sending works
|
||||
- Bus client
|
||||
- Array marshalling/demarshalling
|
||||
- Services
|
||||
- Better OOM handling in the bus
|
||||
- In-proc debug transport
|
||||
- Transport/server address support
|
||||
|
||||
D-BUS 0.2
|
||||
===
|
||||
|
||||
|
|
@ -6,4 +18,4 @@ D-BUS 0.2
|
|||
D-BUS 0.1
|
||||
===
|
||||
|
||||
- Initial release.
|
||||
- Initial release.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
|
||||
AC_INIT(dbus/dbus.h)
|
||||
|
||||
AM_INIT_AUTOMAKE(dbus, 0.2)
|
||||
AM_INIT_AUTOMAKE(dbus, 0.3)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue