diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-08-11 11:53:45 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-08-11 11:53:45 +0100 |
commit | 0b9e2b8b490161236c4b16afbd17fdb7243dcb9b (patch) | |
tree | 2691a68bec127f292871240b44eabd2d39ccf6fc /NEWS | |
parent | 6327adafe20603fce3c7507e20f300e07398b517 (diff) |
NEWS for 1.4.x
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,12 +3,25 @@ D-Bus 1.4.16 (UNRELEASED) • Add a regression test for fd.o #38005 (fd.o #39836, Simon McVittie) +• Make "NOCONFIGURE=1 ./autogen.sh" not run configure (Colin Walters) + +• Add _DBUS_STATIC_ASSERT and use it to check invariants (fd.o #39636, + Simon McVittie) + +• Fix duplicates in authors list (Ralf Habacker) + • Unix-specific: · Clean up (non-abstract) Unix sockets on bus daemon exit (fd.o #38656; Brian Cameron, Simon McVittie) + · On systems that use libcap-ng but not systemd, drop supplemental groups + when switching to the daemon user (Red Hat #726953, Steve Grubb) · Make the cmake build work again on GNU platforms (fd.o #29228, Simon McVittie) +• Windows-specific: + · Fix compilation on MSVC, which doesn't understand "inline" with its + C99 meaning (Ralf Habacker) + D-Bus 1.4.14 (2011-07-29) == |