From: Simon McVittie Date: Mon, 22 Oct 2018 11:59:05 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.13.8~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ec1359d4c9cfa4e3215d919c6866bb25fe03c39;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 4f35836ca..bb522d5a4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,17 @@ dbus 1.13.8 (UNRELEASED) ======================== +dbus version control is now hosted on freedesktop.org's Gitlab +installation, and bug reports and feature requests have switched from +Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues ("dbus#nnn") +and merge requests ("dbus!nnn"). See README and CONTRIBUTING.md for +more details. + Enhancements: +• Rewrite CONTRIBUTING.md to reflect the current setup + (dbus!8, Simon McVittie) + • Tarball releases no longer contain pre-2007 changelogs and are now compressed with xz, so they should be somewhat smaller (fd.o #107630; Francesco Turco, Simon McVittie) @@ -15,14 +24,27 @@ Enhancements: • Allow --enable-relocation in combination with absolute paths for --exec-prefix, --libdir (fd.o #107662, Simon McVittie) +• Improve CMake build system parity with Autotools + (dbus#57, dbus#117, dbus#193, dbus#227; Ralf Habacker, Simon McVittie) + Fixes: • Remove __attribute__((__malloc__)) attribute on dbus_realloc(), which does not meet the criteria for that attribute in gcc 4.7+, potentially leading to miscompilation (fd.o #107741, Simon McVittie) +• Parse section/group names in .service files according to the syntax + from the Desktop Entry Specification: + · reject control characters and non-ASCII in section/group names + · backslash escapes are not interpreted in section/group names + (dbus#208; David King, Simon McVittie) + • Fix some small O(1) memory leaks (fd.o #107320, Simon McVittie) +• Fix build warnings with recent gcc (dbus#208, dbus#225; David King) + +• Fix build warnings without libX11 (dbus#228, Simon McVittie) + Tests and CI: • Add Travis-CI builds for 64-bit Windows using mingw-w64