summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-02-20 13:14:06 +0000
committerSimon McVittie <smcv@collabora.com>2020-02-20 13:14:06 +0000
commit72911888b631f120b5ff5107928c774a6a51f307 (patch)
tree7feae315d435e96f17fcfa87bbed193ddabc3b6f /NEWS
parentb6fd40cef9aaebeff7f9653c0b7e18f43695d72f (diff)
downloaddbus-72911888b631f120b5ff5107928c774a6a51f307.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 158e4976..0be6fbf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
dbus 1.13.14 (UNRELEASED)
=========================
+Enhancements:
+
+• Add a --sender option to dbus-send, which requests a name and holds it
+ until the signal has been sent. (dbus!116, Christopher Morin)
+
Fixes:
• Fix several test failures if the build-time tests were run as uid 0.
@@ -13,11 +18,31 @@ Fixes:
message, and processing of the "OK" message is subsequently retried
when more memory is available (dbus!119, Simon McVittie)
+• On Linux with SELinux, don't assume that the system policy has the
+ "dbus" security class or the associated AV
+ (dbus#198, dbus!128; Laurent Bigonville)
+
+• Handle dbus_connection_set_change_sigpipe() in a thread-safe way
+ (dbus!132; Simon McVittie, Ralf Habacker)
+
+• When building with CMake, cope with libX11 in a non-standard location
+ (dbus!129, Tuomo Rinne)
+
+• On Windows with verbose mode enabled and outputting to the debug port,
+ use a dynamically-allocated buffer to avoid potential stack buffer
+ overflows in long messages (dbus#45, dbus!133; Ralf Habacker)
+
• 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)
+
+• Fix formatting of dbus_message_append_args example
+ (dbus!126, Felipe Franciosi)
+
Internal changes:
• Move more test-only code from dbus/ to tests/
@@ -26,6 +51,9 @@ Internal changes:
• Improve diagnostics if memory or fd leaks are detected
(dbus!118, dbus!120; Simon McVittie)
+• On Windows, improve embedded version information
+ (dbus!136, dbus!138, dbus!139; Ralf Habacker)
+
dbus 1.13.12 (2019-06-11)
=========================