Add return_if_fail watch != NULL in public DBusWatch API
[platform/upstream/dbus.git] / NEWS
diff --git a/NEWS b/NEWS
index 36e5d6f..c4b46de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,52 +1,19 @@
-D-BUS 0.6
-===
-- Vastly improved bus daemon test suite
-- Lots of misc. bugfixes and memory leak fixes
-- Support for marshalling key/value data
-- Activation improvements.
-
-D-BUS 0.5
-===
-
-- Specification updates
-- port to OS X and other BSD variants
-- port to Solaris
-- Partial work on cookie-based authentication
-- Thread safety fixes
-- Lots of misc. bugfixes
-- Support for more array types
-- Add data slots to DBusServer
-- DBusString security audit fixes
-- Fix for systems (or valgrind) with unaligned malloc blocks
-
-D-BUS 0.4
-===
-
-- Preliminary activation support.
-- Better authentication test suite
-- Bus test program
-- Specification updates
-- Thread safety
-- Bug fixes
-
-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
-===
-
- - Include test code in the tarball.
-
-D-BUS 0.1
-===
-
- - Initial release.
+D-Bus 1.4.0 (6 Sep 2010)
+==
+ - systemd hookup
+
+D-Bus 1.3.1 (23 June 2010)
+==
+ - New standardized PropertiesChanged signal in the properties interface
+ - Various portability fixes, in particular to Windows platforms
+ - Support forking bus services, for compatibility
+
+D-Bus 1.3.0 (29 July 2009)
+==
+ - ability for dbus-send to send to any bus (--address)
+ - file descriptor passing on Unix socket transports
+ - use of GCC atomic intrinsics for better processor support
+   (requires -march=i486 or above for x86 compilation)
+ - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
+   and glibc (2.9 for pipe2 and 2.10 for accept4)
+ - feature negotiation in the bus daemon