summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-29 15:06:45 +0100
committerSimon McVittie <smcv@collabora.com>2017-06-29 15:06:45 +0100
commitce8573f2493054818c58ac20430312117dbd1330 (patch)
treea7b645fd0dd3290fc19c9bb3dc308fdcc41b8991 /NEWS
parent3a6d144766f5c89dd17966a8c0eed57bf302d91d (diff)
downloaddbus-ce8573f2493054818c58ac20430312117dbd1330.tar.gz
NEWS: Document #101567
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d3b4180d..a9ab7e51 100644
--- a/NEWS
+++ b/NEWS
@@ -55,7 +55,9 @@ Enhancements:
Properties
· Add new Features and Interfaces properties for message bus
feature-discovery
- (fd.o #99825, #100686, #100795, #101256, #101257;
+ · Add unix:dir=..., which resembles unix:tmpdir=... but never uses
+ abstract sockets
+ (fd.o #99825, #100686, #100795, #101256, #101257, #101567;
Simon McVittie, Tom Gundersen)
• Implement the Properties and Peer interfaces in dbus-daemon
@@ -85,6 +87,10 @@ Enhancements:
implementations that do not necessarily read /etc/machine-id themselves.
(fd.o #101570, Simon McVittie)
+• Implement unix:dir=..., which resembles unix:tmpdir=... but never uses
+ abstract sockets. This is preferable when used with Linux containers.
+ (fd.o #101567, Simon McVittie)
+
Fixes:
• Fix a reference leak when blocking on a pending call on a connection