summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-05-14 15:04:36 +0100
committerSimon McVittie <smcv@debian.org>2015-05-14 15:04:36 +0100
commit2381b81d05fbd19a37b21e133433d450b3724c80 (patch)
tree220ccf30801557caa5edad0b5b4c29d0c58be928
parent6986e22be176a981f40c075cbabba32b70daeb3f (diff)
more NEWS, also more release namedbus-1.9.16
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe38ec85..243f4bc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
D-Bus 1.9.16 (2015-05-14)
==
+The “titanium barns” release.
+
+Dependencies:
+
+• Automake 1.13 is now required when compiling from git or modifying
+ the build system.
+
Security hardening:
• On Unix platforms, change the default configuration for the session bus
@@ -35,6 +42,18 @@ Enhancements:
_dbus_poll() can act on, i.e. a fd on Unix or a SOCKET on Windows.
(fd.o #89444; Ralf Habacker, Simon McVittie)
+• All regression tests now output TAP <https://testanything.org/>
+ (fd.o #89846, Simon McVittie)
+
+• Internal APIs consistently use signed values for timestamps
+ (fd.o #18494, Peter McCurdy)
+
+• Improve diagnostics when UpdateActivationEnvironment calls are rejected
+ (fd.o #88812, Simon McVittie)
+
+• Clean up a lot of compiler warnings
+ (fd.o #17289, fd.o #89284; Ralf Habacker, Simon McVittie)
+
Fixes:
• Add locking to DBusCounter's reference count and notify function
@@ -59,6 +78,12 @@ Fixes:
• Clean up some memory and fd leaks in test code and tools
(fd.o #90021, Ralf Habacker)
+• Fix a NULL dereference if the dbus-daemon cannot read a configuration
+ directory for a reason that is not ENOENT (fd.o #90021, Ralf Habacker)
+
+• CMake generates a versioned shared library even if the revision is 0,
+ as it usually is on the development branch. (fd.o #89450, Ralf Habacker)
+
D-Bus 1.9.14 (2015-03-02)
==