diff options
author | Simon McVittie <smcv@collabora.com> | 2020-04-20 20:05:28 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2020-04-20 20:05:28 +0100 |
commit | 3e40637b10a6f83bdffc987a7b13f6b5b4ff3695 (patch) | |
tree | 01284057dcccd4a2589ed87e6a016a90a96f221e | |
parent | 3e0ea34966752dc8f762783fd46faa96d6528b1d (diff) | |
download | dbus-3e40637b10a6f83bdffc987a7b13f6b5b4ff3695.tar.gz dbus-3e40637b10a6f83bdffc987a7b13f6b5b4ff3695.tar.bz2 dbus-3e40637b10a6f83bdffc987a7b13f6b5b4ff3695.zip |
Update NEWS
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ Fixes: • Fix a crash when the dbus-daemon is terminated while one or more monitors are active (dbus#291, dbus!140; Simon McVittie) +• The dbus-send(1) man page now documents --bus and --peer instead of + the old --address synonym for --peer, which has been deprecated since + the introduction of --bus and --peer in 1.7.6 + (fd.o #48816, dbus!115; Chris Morin) + +• Fix a wrong environment variable name in dbus-daemon(1) + (dbus#275, dbus!122; Mubin, Philip Withnall) + +• When building with CMake, cope with libX11 in a non-standard location + (dbus!129, Tuomo Rinne) + dbus 1.12.16 (2019-06-11) ========================= |