2003-04-05 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / NEWS
1 D-BUS 0.7
2 ===
3
4 - implement configuration file used to control bus characteristics
5 - implement daemon mode, changing user ID, and other system
6   bus features
7 - add init scripts for systemwide bus
8 - add "make check-coverage" target to check test coverage
9 - more test suite additions
10 - many, many bugfixes
11 - many API changes/fixes
12
13 D-BUS 0.6
14 ===
15 - Vastly improved bus daemon test suite
16 - Lots of misc. bugfixes and memory leak fixes
17 - Support for marshalling key/value data
18 - Activation improvements.
19
20 D-BUS 0.5
21 ===
22
23 - Specification updates
24 - port to OS X and other BSD variants
25 - port to Solaris
26 - Partial work on cookie-based authentication
27 - Thread safety fixes
28 - Lots of misc. bugfixes
29 - Support for more array types
30 - Add data slots to DBusServer
31 - DBusString security audit fixes
32 - Fix for systems (or valgrind) with unaligned malloc blocks
33
34 D-BUS 0.4
35 ===
36
37 - Preliminary activation support.
38 - Better authentication test suite
39 - Bus test program
40 - Specification updates
41 - Thread safety
42 - Bug fixes
43
44 D-BUS 0.3
45 ===
46
47  - Preliminary limitations 
48  - Message sending works
49  - Bus client
50  - Array marshalling/demarshalling
51  - Services
52  - Better OOM handling in the bus
53  - In-proc debug transport
54  - Transport/server address support
55
56 D-BUS 0.2
57 ===
58
59  - Include test code in the tarball.
60
61 D-BUS 0.1
62 ===
63
64  - Initial release.