summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-10-03 11:42:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-10-03 11:42:19 +0100
commit8824f297126b2c75a58dba89ef2a13fb5eb78d08 (patch)
tree90d2ba1c0b8dfb10dfa2f5f165ff3eed1b2aa2cb /NEWS
parentf3549401113b151633779b1a3df8aaaa6186e6c8 (diff)
downloaddbus-8824f297126b2c75a58dba89ef2a13fb5eb78d08.tar.gz
NEWS for 1.11.x
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c24332c..88950e77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
D-Bus 1.11.6 (UNRELEASED)
==
-...
+Enhancements:
+
+• D-Bus Specification version 0.29
+ · Recommend not using '/' for object paths (fd.o #37095, Philip Withnall)
+ · Allow <annotation> in <arg> elements (fd.o #86162, Philip Withnall)
+
+• Log to syslog when we exceed various anti-DoS limits, and add test
+ coverage for them (fd.o #86442, Simon McVittie)
+
+• Improve syslog handling so that _dbus_warn() and similar warnings
+ go to syslog, add dbus-daemon --syslog|--nosyslog|--syslog-only options,
+ and log to syslog (instead of /dev/null) when dbus-daemon is started by
+ dbus-launch. (fd.o #97009, Simon McVittie)
+
+Fixes:
+
+• Fix CMake build for Unix platforms that do not have -lrt, such as Android,
+ or that do need -lsocket, such as QNX (fd.o #94096, Ralf Habacker)
+
+• autogen.sh: fail cleanly if autoconf fails (Simon McVittie)
D-Bus 1.11.4 (2016-08-15)
==