]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 22 Oct 2018 11:59:05 +0000 (12:59 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 22 Oct 2018 11:59:05 +0000 (12:59 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 4f35836ca9acf2b0cf755bf7452a071b648eabb2..bb522d5a441a0c59cdbdc6a62c6a3e6458d20463 100644 (file)
--- 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