summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-24 13:14:16 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-24 13:14:16 +0000
commit67d0bf6f3e3893d1b5c1450112d2e28ba4d79ec5 (patch)
tree44438a620bc6213b111bedbffca3c42c1a60360c
parente36873d98162e5f8a1fcb57766749937925a15c2 (diff)
NEWS for 1.13.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0e80521ad..f28527d62 100644
--- 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)
========================