]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
more NEWS, also more release name dbus-1.9.16
authorSimon McVittie <smcv@debian.org>
Thu, 14 May 2015 14:04:36 +0000 (15:04 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 14 May 2015 14:04:36 +0000 (15:04 +0100)
NEWS

diff --git a/NEWS b/NEWS
index fe38ec8550e1c6b091e4356c74f395d044b6b152..243f4bc7c773200fb36eabe35922aa7ebe88423a 100644 (file)
--- 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)
 ==