mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-02 22:40:20 +01:00
NEWS for 1.13.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
e36873d981
commit
67d0bf6f3e
1 changed files with 27 additions and 0 deletions
27
NEWS
27
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)
|
||||
========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue