]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS for 1.13.x
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Nov 2017 13:14:16 +0000 (13:14 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 24 Nov 2017 13:14:16 +0000 (13:14 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 0e80521ad93eeaa4b2c8c24eb1d127ad12756cf1..f28527d621ff2dd7047f92e7e591e02190e6e624 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,24 @@ Enhancements:
 
 Fixes:
 
+• Report the correct error if OOM is reached while trying to listen
+  on a TCP socket (fd.o #89104, Simon McVittie)
+
+• Fix a crash and an assertion failure in the server side of the
+  nonce-tcp: transport under error conditions
+  (fd.o #89104, Simon McVittie)
+
+• Fix assertion failures in recovery from OOM while setting up a
+  DBusServer (fd.o #89104, Simon McVittie)
+
+• Don't leak a file descriptor if setting up a launchd server fails
+  (fd.o #89104, Simon McVittie)
+
 • Add a missing space to a warning message (fd.o #103729, Thomas Zajic)
 
+• Fix some memory leaks in automated tests
+  (fd.o #103600, Simon McVittie)
+
 Internal changes:
 
 • Preparations for future support for restricted sockets used by
@@ -25,9 +41,20 @@ Internal changes:
 • Make _DBUS_STRING_DEFINE_STATIC more consistent with
   _dbus_string_init_const() (fd.o #89104, Simon McVittie)
 
+• Add _DBUS_STRING_INIT_INVALID, analogous to NULL, and use it to
+  simplify error unwinding code paths (fd.o #89104, Simon McVittie)
+
+• Make the behaviour of _dbus_string_init_const()/_dbus_string_free()
+  consistent with _dbus_string_init()/_dbus_string_free(): it now clears
+  the string to _DBUS_STRING_INIT_INVALID, whereas previously it left
+  the string untouched (fd.o #89104, Simon McVittie)
+
 • Remove automated test data for wire protocol version 0, which has not
   been supported since 2005 (fd.o #103758, Simon McVittie)
 
+• Simplify method calls in automated tests
+  (fd.o #103600, Simon McVittie)
+
 dbus 1.12.2 (2017-11-13)
 ========================