summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-11 11:53:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-11 11:53:45 +0100
commit0b9e2b8b490161236c4b16afbd17fdb7243dcb9b (patch)
tree2691a68bec127f292871240b44eabd2d39ccf6fc
parent6327adafe20603fce3c7507e20f300e07398b517 (diff)
NEWS for 1.4.x
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47d2159f..26d8eb78 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)
==