summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-06-11 11:45:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-06-11 11:45:42 +0100
commit8ab5793b177b8192336a738ae03d2e802630ec7e (patch)
treecbf485d23090d24116d20ed8d75850e1d9f64fe3
parentf75e5bdccd6e069a9b4d33e1cb3eff3059799e12 (diff)
NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 807c09ce..2ca9f30f 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ Enhancements:
• on Unix platforms, disable Nagle's algorithm on TCP connections to improve
initial latency (fd.o #75544, Matt Hoosier)
+• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD
+ (fd.o #69702, Patrick Welche)
+
Fixes:
• fix an incorrect error message if a Unix socket path is too long
@@ -35,6 +38,9 @@ Fixes:
• in Unix with X11, avoid giving dbus-launch a misleading argv[0]
in ps(1) (fd.o #69716, Chengwei Yang)
+• avoid calling poll() with timeout < -1, which is considered invalid
+ on FreeBSD and NetBSD (fd.o #78480, Jaap Boender)
+
D-Bus 1.8.4 (2014-06-10)
==