Merge branch 'dbus-1.10'
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Nov 2016 20:08:22 +0000 (20:08 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Nov 2016 20:08:22 +0000 (20:08 +0000)
1  2 
NEWS
configure.ac
test/Makefile.am

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,49 -1,16 +1,53 @@@
 -D-Bus 1.10.14 (UNRELEASED)
 +D-Bus 1.11.8 (UNRELEASED)
  ==
  
 +Build-time configuration:
 +
 +• The new --enable-debug configure option provides an easy way to
 +  enable debug symbols, disable optimization and/or enable profiling.
 +
 +• The --enable-compile-warnings configure option can be used to control
 +  compiler warnings.
 +
 +• The --disable-compiler-optimisations configure option is no longer
 +  supported. Use --enable-debug=yes or CFLAGS=-O0 instead.
 +
 +Enhancements:
 +
 +• D-Bus Specification version 0.30
 +  · Define the jargon term "activation" more clearly
 +  · Define the jargon term "auto-starting", which is one form of activation
 +  · Document the optional SystemdService key in service files
 +  · Use versioned interface and bus names in most examples
 +  · Clarify intended behaviour of Properties.GetAll
 +  (fd.o #36190, fd.o #98671; Philip Withnall, Simon McVittie)
 +
 +• Fix and enable a lot of compiler warnings to improve future code
 +  quality. This might incidentally also fix some environment variable
 +  accesses on OS X.
 +  (fd.o #97357, fd.o #98192, fd.o #98195, fd.o #98658;
 +  Thomas Zimmermann, Simon McVittie)
 +
  Fixes:
  
 -D-Bus 1.10.12 (2016-10-10)
 +• Work around an undesired effect of the fix for CVE-2014-3637
 +  (fd.o #80559), in which processes that frequently send fds, such as
 +  logind during a flood of new PAM sessions, can get disconnected for
 +  continuously having at least one fd "in flight" for too long;
 +  dbus-daemon interprets that as a potential denial of service attack.
 +  The workaround is to disable that check for uid 0 process such as
 +  logind, with a message in the system log. The bug remains open while
 +  we look for a more general solution.
 +  (fd.o #95263, LP#1591411; Simon McVittie)
 +
+ • Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
+   was disabled at compile time. That test is not expected to work
+   in that configuration. (fd.o #98665, Simon McVittie)
 +D-Bus 1.11.6 (2016-10-10)
  ==
  
 -The “not excessively inhospitable” release.
 +The “darkly whimsical” release.
  
  Security fixes:
  
diff --cc configure.ac
Simple merge
Simple merge