summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2009-07-29 13:46:23 +0200
committerThiago Macieira <thiago@kde.org>2009-07-29 14:14:32 +0200
commitacf0eb52ad7ca4d1af9a54c67973f142e96d2764 (patch)
treebd96c5c5f16ff66b399e969cc9a7f35b284022ab /NEWS
parent3c99e692c92d7eb91b06aedbd8add8fabff57a44 (diff)
Getting ready for D-Bus 1.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29b..107b8b17 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,9 @@
+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