summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-09-13 23:30:12 +0000
committerMichael Biebl <biebl@debian.org>2010-09-13 23:30:12 +0000
commitbd4a6bc520353542c5c3d48a4a347dd484e03ad2 (patch)
treed29eaa444d820194f139b76324d4796111faed76 /debian
parentbd2c8b15c19b60b5f58944858c35500b4843e328 (diff)
downloaddbus-bd4a6bc520353542c5c3d48a4a347dd484e03ad2.tar.gz
- Feature negotiation in the bus daemon.
- File descriptor passing on Unix socket transports. - Various portability fixes, in particular to Windows platforms. - Support forking bus services, for compatibility. - New standardized PropertiesChanged signal in the properties interface. - Use of GCC atomic intrinsics for better processor support. - Ability for dbus-send to send to any bus (--address). - Fixes reentrancy issue with multi-threaded apps, which affects especially Qt and KDE apps. (Closes: #584522) git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/dbus@3727 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 28a64348..3f870aa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
dbus (1.4.0-1) UNRELEASED; urgency=low
* New upstream release.
+ - Feature negotiation in the bus daemon.
+ - File descriptor passing on Unix socket transports.
+ - Various portability fixes, in particular to Windows platforms.
+ - Support forking bus services, for compatibility.
+ - New standardized PropertiesChanged signal in the properties interface.
+ - Use of GCC atomic intrinsics for better processor support.
+ - Ability for dbus-send to send to any bus (--address).
+ - Fixes reentrancy issue with multi-threaded apps, which affects
+ especially Qt and KDE apps. (Closes: #584522)
* Bump Standards-Version to 3.9.1. No further changes.
-- Michael Biebl <biebl@debian.org> Tue, 14 Sep 2010 01:12:41 +0200