summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-07 14:37:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-07 14:37:30 +0100
commita09de5c004b8943456ea686e5e9d38fabade5834 (patch)
tree37376451da6d89695ef98e306cf5da3d2ca3d82e /NEWS
parentcb90bd5eb334fdcd705c0ecde96ee34b54c59768 (diff)
parentf0d4e0fc974e642f54aaf58907db8d5284d9013d (diff)
downloaddbus-a09de5c004b8943456ea686e5e9d38fabade5834.tar.gz
Merge branch 'dbus-1.4'
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2200725e..3a743782 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+D-Bus 1.5.4 (UNRELEASED)
+==
+
+Changes:
+
+• Don't use -Wl,--gc-sections by default: in practice the size decrease is
+ small (300KiB on x86-64) and it frequently doesn't work in unusual
+ toolchains. To optimize for minimum installed size, you should benchmark
+ various possibilities for CFLAGS and LDFLAGS, and set the best flags for
+ your particular toolchain at configure time. (fd.o #33466, Simon McVittie)
+
+• Use #!/bin/sh for run-with-tmp-session-bus.sh, making it work on *BSD
+ (fd.o #35880, Timothy Redaelli)
+
+• Windows-specific changes:
+ · don't try to build dbus-daemon-launch-helper (fd.o #37838, Mark Brand)
+
D-Bus 1.5.2 (2011-06-01)
==