summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-03 15:42:43 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-03 15:42:43 +0000
commit473f097471d5702663adb850be727bdeabab55a4 (patch)
tree6e56bf7e5c52a2f009fa8cd25695ab6122aad656 /NEWS
parent017df70247e39636b2a7d15f05ce82daf64b5c35 (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 23 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6ae836f7..6cbd5d7b 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Enhancements:
• Rewrite CONTRIBUTING.md to reflect the current setup
(dbus!8, Simon McVittie)
+• D-Bus Specification v0.34:
+ · Fix an incorrect AddMatch() call in sample code
+ (dbus#221, dbus!56; Philip Withnall)
+
• Tarball releases no longer contain pre-2007 changelogs and are now
compressed with xz, so they should be somewhat smaller
(fd.o #107630; Francesco Turco, Simon McVittie)
@@ -54,9 +58,11 @@ Enhancements:
__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
+• Simplify configure checks (dbus!10, Simon McVittie)
+
+• Improve CMake build system parity with Autotools, including:
+ · Detect inotify, prctl() and getpwnam_r() correctly on Linux
+ · Use xsltproc instead of meinproc4 for documentation
(dbus#57, dbus#117, dbus#193, dbus#227, dbus!18, dbus!39;
Ralf Habacker, Simon McVittie)
@@ -79,12 +85,26 @@ Fixes:
• Avoid undefined integer shifts when generating random tokens for
the DBUS_COOKIE_SHA1 mechanism (dbus!45, Simon McVittie)
+• Document the max-connections-per-user limit as unimplemented on
+ Windows, and don't fail tests when it isn't enforced there
+ (dbus!54, Simon McVittie)
+
+• Avoid unnecessary file descriptors being inherited by dbus-daemon and
+ dbus-launch subprocesses (dbus!50, Simon McVittie)
+
• Fix some minor memory leaks
(fd.o #107320, dbus!41, dbus!42; Simon McVittie)
+• Don't fail tests if GetConnectionUnixProcessID() succeeds on Windows,
+ which it normally will since 1.7.x
+ (dbus#239, dbus!55; Simon McVittie)
+
• Extend a test timeout to avoid spurious failures in CI
(dbus!26, Simon McVittie)
+• Avoid undefined signed integer operations when generating random
+ message content during regression tests (dbus!46, Simon McVittie)
+
• Fix build warnings with recent gcc (dbus#208, dbus#225; David King)
• Fix build warnings without libX11 (dbus#228, Simon McVittie)