summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 14:59:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 14:59:01 +0100
commita61cfccf3111b6753673be172b43792a68f1a044 (patch)
treed154b820e8371b49b34134b179f001da3e972922 /NEWS
parent52b6106a3336ba092b5be837b3499b2a60bc8d5f (diff)
parent3b85dfcf77dc8fe40c8ab98163725d29e1d63706 (diff)
downloaddbus-a61cfccf3111b6753673be172b43792a68f1a044.tar.gz
Merge branch 'dbus-1.6'
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 72f392c8..7dae9f94 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,21 @@ Build-time configuration changes:
assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent
with the Autotools build system. (fd.o #66142, Chengwei Yang)
+• Fix a NULL pointer dereference on an unlikely error path
+ (fd.o #69327, Sviatoslav Chagaev)
+
+• Unix-specific:
+ · If accept4() fails with EINVAL, as it can on older Linux kernels
+ with newer glibc, try accept() instead of going into a busy-loop.
+ (fd.o #69026, Chengwei Yang)
+ · If socket() or socketpair() fails with EINVAL or EPROTOTYPE,
+ for instance on Hurd or older Linux with a new glibc, try without
+ SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang)
+ · Fix a file descriptor leak on an error code path.
+ (fd.o #69182, Sviatoslav Chagaev)
+ · Fix compilation if writev() is unavailable (fd.o #69409,
+ Vasiliy Balyasnyy)
+
Dependencies:
• GNU make is now (documented to be) required. (fd.o #48277, Simon McVittie)