summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-26 18:00:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-26 18:00:57 +0100
commit6ca26b7700b73087e00861440705577f7689b7a1 (patch)
treea67941047be590596116117180e8304afd32173f /NEWS
parent0a6e7cb982d6ed5e3d4b3ecb8be21588b93487cc (diff)
parent104dc9383cd17d8202430d85e49ece66be7960a5 (diff)
downloaddbus-6ca26b7700b73087e00861440705577f7689b7a1.tar.gz
Merge branch 'dbus-1.4'
Conflicts: dbus/dbus-message.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1678fede..05ddf059 100644
--- a/NEWS
+++ b/NEWS
@@ -16,10 +16,9 @@ Other changes:
or dbus_connection_try_register_fallback fails, not ...ADDRESS_IN_USE,
and simplify object-path registration (fd.o #38874, Jiří Klimeš)
-• Consistently use atomic operations on the refcounts of DBusPendingCall,
- DBusServer, DBusMessageFilter and DBusObjectTree, as was done for
- DBusConnection in 1.4.12, and make the use of atomic operations
- more thorough for DBusConnection (fd.o #38005, Simon McVittie)
+• Consistently use atomic operations on everything that is ever manipulated
+ via atomic ops, as was done for changes to DBusConnection's refcount in
+ 1.4.12 (fd.o #38005, Simon McVittie)
• Fix a file descriptor leak when connecting to a TCP socket (fd.o #37258,
Simon McVittie)