]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Tue, 20 Nov 2018 11:32:54 +0000 (11:32 +0000)
committerSimon McVittie <smcv@collabora.com>
Tue, 20 Nov 2018 11:32:54 +0000 (11:32 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 19667cc5f876432ad7bf7acca9f9f68235e6a3f2..6ae836f745ba1708e0f9f71f7e7fa03e611d1a19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -49,10 +49,15 @@ Enhancements:
 • Allow --enable-relocation in combination with absolute paths for
   --exec-prefix, --libdir (fd.o #107662, Simon McVittie)
 
+• Don't run a test program to check how to copy a va_list, which is
+  awkward for cross-compiling; instead require that va_copy() or
+  __va_copy() exists, except in older MSVC versions where we already
+  know that simple assignment is enough (dbus!35, Simon McVittie)
+
 • Improve CMake build system parity with Autotools
   · In particular, detect inotify, prctl() and getpwnam_r() correctly
     on Linux
-  (dbus#57, dbus#117, dbus#193, dbus#227, dbus!18;
+  (dbus#57, dbus#117, dbus#193, dbus#227, dbus!18, dbus!39;
   Ralf Habacker, Simon McVittie)
 
 Fixes:
@@ -71,7 +76,11 @@ Fixes:
   (macOS, etc.) and on Interix, similar to what libcurl does
   (dbus#232, dbus!19; Simon McVittie)
 
-• Fix some small O(1) memory leaks (fd.o #107320, Simon McVittie)
+• Avoid undefined integer shifts when generating random tokens for
+  the DBUS_COOKIE_SHA1 mechanism (dbus!45, Simon McVittie)
+
+• Fix some minor memory leaks
+  (fd.o #107320, dbus!41, dbus!42; Simon McVittie)
 
 • Extend a test timeout to avoid spurious failures in CI
   (dbus!26, Simon McVittie)
@@ -83,6 +92,9 @@ Fixes:
 • Fix whitespace and error behaviour for _dbus_command_from_pid()
   (dbus#222, dbus!28; Simon McVittie)
 
+• Fix a race condition in the containers test
+  (dbus!47, Simon McVittie)
+
 • When built with CMake, install dbus-daemon-launch-helper to
   ${CMAKE_INSTALL_LIBEXECDIR}, analogous to ${libexecdir} in
   Autotools (dbus!9, Simon McVittie)