summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-12-02 20:54:37 +0000
committerSimon McVittie <smcv@debian.org>2015-12-02 20:54:37 +0000
commitf6e25fc6b6c2a146c93ce935bb649237c6eee93f (patch)
tree48abd32528136708976927a3507ed554b53f03e9
parent5b0953fd5b165c6bb7aa3d12b79aded63aec8982 (diff)
downloaddbus-f6e25fc6b6c2a146c93ce935bb649237c6eee93f.tar.gz
Update NEWS
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec31aa0f..cab69472 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
D-Bus 1.11.0 (UNRELEASED)
==
+The “peppermint deer” release.
+
Dependencies:
-• On non-Windows platforms, D-Bus requires an <inttypes.h> that defines
+• On non-Windows platforms, dbus now requires an <inttypes.h> that defines
C99 constants such as PRId64 and PRIu64.
Enhancements:
@@ -12,8 +14,20 @@ Enhancements:
· Specify that services should not reply if NO_REPLY_EXPECTED was used
(fd.o #75749, Lars Uebernickel)
+• Add a script to do continuous-integration builds, and metadata to run it
+ on travis-ci.org. To use this, clone the dbus git repository on GitHub
+ and set it up with travis-ci.org; the only special setting needed is
+ "only build branches with a .travis.yml". (fd.o #93194, Simon McVittie)
+
+• If dbus-daemon is run with --systemd-activation, do not require
+ org.freedesktop.systemd1.service to exist (fd.o #93194, Simon McVittie)
+
Fixes:
+• Re-order dbus-daemon startup so that on SELinux systems, the thread
+ that reads AVC notifications retains the ability to write to the
+ audit log (fd.o #92832, Laurent Bigonville)
+
• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
• When using the Monitoring interface, match messages' destinations
@@ -27,6 +41,8 @@ Fixes:
<includedir>, apply the same relocation as for the Exec paths
in .service files (fd.o #92028, Simon McVittie)
+• Add support for backtraces on Windows (fd.o #92721, Ralf Habacker)
+
• Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker)
D-Bus 1.10.6 (2015-12-01)