4 - implemented a test case for service activation,
5 and fixed many bugs exposed by that
6 - implemented recursive argument marshaling/demarshaling
7 for messages, allowing multidimensional arrays
8 - fixed up integration of message dispatch with
9 main loop by adding a callback on change of
11 - add a pidfile feature to daemon
13 - clean up unix domain sockets on exit
14 - add --print-address and the ability
15 to create a random server address
16 in a temporary directory
26 - implement configuration file used to control bus characteristics
27 - implement daemon mode, changing user ID, and other system
29 - add init scripts for systemwide bus
30 - add "make check-coverage" target to check test coverage
31 - more test suite additions
33 - many API changes/fixes
37 - Vastly improved bus daemon test suite
38 - Lots of misc. bugfixes and memory leak fixes
39 - Support for marshalling key/value data
40 - Activation improvements.
45 - Specification updates
46 - port to OS X and other BSD variants
48 - Partial work on cookie-based authentication
50 - Lots of misc. bugfixes
51 - Support for more array types
52 - Add data slots to DBusServer
53 - DBusString security audit fixes
54 - Fix for systems (or valgrind) with unaligned malloc blocks
59 - Preliminary activation support.
60 - Better authentication test suite
62 - Specification updates
69 - Preliminary limitations
70 - Message sending works
72 - Array marshalling/demarshalling
74 - Better OOM handling in the bus
75 - In-proc debug transport
76 - Transport/server address support
81 - Include test code in the tarball.