summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-22 12:17:27 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-22 12:17:27 +0100
commit628e97d62d7b08c01d5d01e3d7bd8fb1d1667ee8 (patch)
tree7c2db68c127e49a9d1c831aeb66f34687210b706 /NEWS
parent28e0a572623e5d168ecdffa5b78b6c4a56a3fc85 (diff)
downloaddbus-628e97d62d7b08c01d5d01e3d7bd8fb1d1667ee8.tar.gz
Prepare v1.15.0 (development-branch release)
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 03e5db6e..25f4a03c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus 1.15.0 (UNRELEASED)
+dbus 1.15.0 (2022-09-22)
========================
Dependencies:
@@ -47,6 +47,7 @@ Enhancements:
• D-Bus Specification 0.39:
· Document how to represent internationalized domain names in D-Bus
names (dbus!324, Simon McVittie)
+ · Improve documentation of AF_UNIX sockets (Marc-André Lureau)
• On Unix, speed up closing file descriptors for subprocesses by using
closefrom() or close_range() where available