Release notes for the -fPIE change
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 21 Feb 2011 16:34:13 +0000 (16:34 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 26 Apr 2011 17:50:13 +0000 (18:50 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 6451a76..5f6878b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
 D-Bus 1.4.10 (UNRELEASED)
 ==
 
-...
+Notes for distributors:
+
+  This version of D-Bus no longer uses -fPIE by default. Distributions wishing
+  to harden the dbus-daemon and dbus-launch-helper can re-enable this if their
+  toolchain supports it reliably, via something like:
+
+    ./configure CFLAGS=-fPIE LDFLAGS="-pie -Wl,-z,relro"
+
+  or by using distribution-specific wrappers such as Debian's hardening-wrapper.
+
+Changes:
+
+  • Don't force -fPIE: distributions and libtool know better than we do whether
+    it's desirable (fd.o #16621, fd.o #27215; Simon McVittie)
 
 D-Bus 1.4.8 (2011-04-08)
 ==