summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-05 15:02:42 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-05 15:02:42 +0000
commita688cee856f25de98abd4d774ecdeff57c820722 (patch)
tree112fe869e252c49fbca5df0d0689f5a1f5e5f7dc /NEWS
parent78efbb6c0d3bb052f7381f35a9d1d2c4bacc8c0c (diff)
downloaddbus-a688cee856f25de98abd4d774ecdeff57c820722.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cfc544ae..112d196c 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)
========================