From: Simon McVittie Date: Wed, 5 Dec 2018 15:02:42 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.13.10~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a688cee856f25de98abd4d774ecdeff57c820722;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index cfc544aed..112d196c0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,24 @@ dbus 1.13.10 (UNRELEASED) ========================= -... +Fixes: + +• Avoid possible memory corruption in certain DBusHashTableIter use + patterns, which in practice were never used (dbus!44, Simon McVittie) + +• Avoid a test failure on Linux when built in a container as uid 0, but + without the necessary privileges to increase resource limits + (dbus!58, Debian #908092; Simon McVittie) + +• Fix test failures in test-syslog and test-sysdeps under Windows + (dbus#238, dbus#243, dbus!61, dbus!62; Simon McVittie) + +Tests and CI: + +• Rewrite Python tests into C to reduce circular dependencies and + facilitate use of AddressSanitizer (dbus!37, Simon McVittie) + +• Do CI builds in a more minimal environment (dbus!63, Simon McVittie) dbus 1.13.8 (2018-12-04) ========================