2003-04-13 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / NEWS
1 D-BUS 0.9
2 ===
3
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 
10   dispatch status
11 - add a pidfile feature to daemon
12 - some build fixes
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
17
18 D-BUS 0.8
19 ===
20
21 - fix dumb bug in 0.7
22
23 D-BUS 0.7
24 ===
25
26 - implement configuration file used to control bus characteristics
27 - implement daemon mode, changing user ID, and other system
28   bus features
29 - add init scripts for systemwide bus
30 - add "make check-coverage" target to check test coverage
31 - more test suite additions
32 - many, many bugfixes
33 - many API changes/fixes
34
35 D-BUS 0.6
36 ===
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.
41
42 D-BUS 0.5
43 ===
44
45 - Specification updates
46 - port to OS X and other BSD variants
47 - port to Solaris
48 - Partial work on cookie-based authentication
49 - Thread safety fixes
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
55
56 D-BUS 0.4
57 ===
58
59 - Preliminary activation support.
60 - Better authentication test suite
61 - Bus test program
62 - Specification updates
63 - Thread safety
64 - Bug fixes
65
66 D-BUS 0.3
67 ===
68
69  - Preliminary limitations 
70  - Message sending works
71  - Bus client
72  - Array marshalling/demarshalling
73  - Services
74  - Better OOM handling in the bus
75  - In-proc debug transport
76  - Transport/server address support
77
78 D-BUS 0.2
79 ===
80
81  - Include test code in the tarball.
82
83 D-BUS 0.1
84 ===
85
86  - Initial release.