From 4645c7f93f0c66e51cf53a9334f4558945d57ef5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 1 Feb 2017 11:07:41 +0000 Subject: [PATCH] Add more bug references --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ef9ca365..6ee89071 100644 --- a/NEWS +++ b/NEWS @@ -11,9 +11,9 @@ Enhancements: • Do the Travis-CI build in Docker containers for Ubuntu LTS, Debian stable and Debian testing in addition to the older Ubuntu that is - the default (Simon McVittie) + the default (fd.o #98889, Simon McVittie) -• Avoid some deprecated CMake functions (Ralf Habacker) +• Avoid some deprecated CMake functions (fd.o #99586, Ralf Habacker) • Silence many -Wswitch-enum and -Wswitch-default warnings (fd.o #98191; Thomas Zimmermann, Simon McVittie) @@ -34,12 +34,13 @@ Fixes: (fd.o #95263, LP#1591411; Simon McVittie) • Do not require TMPDIR, TEMP or TMP to be set when cross-compiling - for Windows with CMake (Ralf Habacker) + for Windows with CMake (fd.o #99586, Ralf Habacker) • Do not set Unix-specific variables when targeting Windows - (Ralf Habacker) + (fd.o #99586, Ralf Habacker) -• Install dbus-arch-deps.h correctly when using CMake (Ralf Habacker) +• Install dbus-arch-deps.h correctly when using CMake + (fd.o #99586, Ralf Habacker) D-Bus 1.11.8 (2016-11-28) ==