Add return_if_fail watch != NULL in public DBusWatch API
[platform/upstream/dbus.git] / NEWS
diff --git a/NEWS b/NEWS
index 38cd493..c4b46de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,31 +1,19 @@
-D-BUS 0.4
-===
+D-Bus 1.4.0 (6 Sep 2010)
+==
+ - systemd hookup
 
-- Preliminary activation support.
-- Better authentication test suite
-- Bus test program
-- Specification updates
-- Thread safety
-- Bug fixes
+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 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.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