diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-26 17:59:23 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-26 17:59:23 +0100 |
commit | 104dc9383cd17d8202430d85e49ece66be7960a5 (patch) | |
tree | 4eb1bee8b7b7a185897f3f1ee012c1e8b01bf81e /NEWS | |
parent | 438595294c544abd669d657bcc828e51f6868a39 (diff) | |
download | dbus-104dc9383cd17d8202430d85e49ece66be7960a5.tar.gz |
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -7,10 +7,9 @@ Changes: or dbus_connection_try_register_fallback fails, not ...ADDRESS_IN_USE (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) |