From: Simon McVittie Date: Thu, 11 Aug 2011 10:53:45 +0000 (+0100) Subject: NEWS for 1.4.x X-Git-Tag: dbus-1.4.16~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b9e2b8b490161236c4b16afbd17fdb7243dcb9b;p=platform%2Fupstream%2Fdbus.git NEWS for 1.4.x --- diff --git a/NEWS b/NEWS index 47d2159..26d8eb7 100644 --- a/NEWS +++ b/NEWS @@ -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) ==