Add return_if_fail watch != NULL in public DBusWatch API
[platform/upstream/dbus.git] / NEWS
diff --git a/NEWS b/NEWS
index daefed4..c4b46de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,19 @@
-D-Bus 1.1.0 (25 May 2007)
+D-Bus 1.4.0 (6 Sep 2010)
 ==
-- first release in the development series, unless you need specific 
-  functionality please use the stable releases as API's may change
-  (though we will try hard not to)
-- now works on windows thanks to the hard work of the windows porting team
-- better eavesdropping support now picks up reply messages for debugging
-- .pc file now lists the directory the daemon is installed into (daemondir)
-- GetAll call added to the properties interface
-- support for message serialization added for use with external transports like
-  TUBES!!!
-- many bugs fixed
+ - 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