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