summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-12-17 13:00:49 +0000
committerSimon McVittie <smcv@collabora.com>2021-12-17 13:00:49 +0000
commitf6e894efd5efbf2b0ad540d67baa8bac1e6370a5 (patch)
tree095a0160d94c5bc898ca6b962bb7feb5fef2a34e
parentb44e0cc9f456449e1378e4b03bcb7ad3db094725 (diff)
downloaddbus-f6e894efd5efbf2b0ad540d67baa8bac1e6370a5.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15a6427a..ace83b5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+dbus 1.12.22 (UNRELEASED)
+=========================
+
+Fixes:
+
+• Avoid malloc() after fork on non-GNU libc (dbus!181, Jean-Louis Fuchs)
+
+• Fix build with clang 13 by using Standard C offsetof where available
+ (dbus!237, Simon McVittie)
+
+• Fix build of tests on FreeBSD (dbus!167, Simon McVittie)
+
+• Make documentation build more reproducible
+ (dbus!189, dbus!238; Arnout Engelen, Simon McVittie)
+
+• On Unix, make X11 autolaunch cope with slashes in DISPLAY
+ (dbus#8, dbus#311; William Earley)
+
+• Don't try to raise RLIMIT_NOFILE beyond OPEN_MAX on macOS
+ (dbus#309, William Earley)
+
dbus 1.12.20 (2020-07-02)
=========================