diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-25 15:49:55 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-25 15:49:55 +0000 |
commit | 07d2ca2b52570db6591b61b5ca24913d8f936e55 (patch) | |
tree | e86928861ef0107d7be6c1beb1748217158c02a1 /NEWS | |
parent | 31a1b24c933c16f026e9e842f80273b484b44e36 (diff) | |
parent | f1ba52066cadb90edb192ea93d55ba775bdb73d7 (diff) | |
download | dbus-07d2ca2b52570db6591b61b5ca24913d8f936e55.tar.gz |
Merge branch 'dbus-1.4'
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,8 +5,19 @@ D-Bus 1.5.0 (UNRELEASED) Simon McVittie) • Optimize _dbus_string_replace_len to reduce waste (fd.o #21261, Roberto Guido) + +D-Bus 1.4.8 (UNRELEASED) +== + • Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation (fd.o #32805, Mark Brand) + • Rename configure.in to configure.ac, and update it to modern conventions + (fd.o #32245; Javier Jardón, Simon McVittie) + • Correctly give XDG_DATA_HOME priority over XDG_DATA_DIRS (fd.o #34496, + Anders Kaseorg) + • Prevent X11 autolaunching if $DISPLAY is unset or empty, and add + --disable-x11-autolaunch configure option to prevent it altogether + in embedded environments (fd.o #19997, NB#219964; Simon McVittie) D-Bus 1.4.6 (2010-02-17) == |