diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:56:16 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:56:16 +0100 |
commit | 78ba729412be297aa69dd0a99363b4ae5444eccc (patch) | |
tree | 7e4ba7a689632a953f380c785c888e5a3696d8be /NEWS | |
parent | 88c6b7ac7385480b943af8f23b800f2c20ba4aad (diff) | |
download | dbus-78ba729412be297aa69dd0a99363b4ae5444eccc.tar.gz |
prepare 1.4.12
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -D-Bus 1.4.12 (UNRELEASED) +D-Bus 1.4.12 (2011-06-10) == Security (local denial of service): @@ -15,14 +15,14 @@ New things: which can be used for source compatibility with older versions of libdbus. • If GLib and DBus-GLib are already installed, more tests will be built, - providing better coverage. They can be installed via + providing better coverage. The new tests can also be installed via ./configure --enable-installed-tests for system integration testing, if required. (fd.o #34570, Simon McVittie) Changes: -• Consistently use atomic operations for the DBusConnection's refcount - (fd.o #38005, Simon McVittie) +• Consistently use atomic operations for the DBusConnection's refcount, + fixing potential threading problems (fd.o #38005, Simon McVittie) • Don't use -Wl,--gc-sections by default: in practice the size decrease is small (300KiB on x86-64) and it frequently doesn't work in unusual |