From: Simon McVittie Date: Thu, 14 May 2015 14:04:36 +0000 (+0100) Subject: more NEWS, also more release name X-Git-Tag: dbus-1.9.16^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2381b81d05fbd19a37b21e133433d450b3724c80;p=thirdparty%2Fdbus.git more NEWS, also more release name --- diff --git a/NEWS b/NEWS index fe38ec855..243f4bc7c 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 + (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) ==