summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-19 10:49:27 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-19 10:52:56 +0100
commit210194b964a0446497d3a6534810c02edd0722b1 (patch)
treee9e43ee702a122c17529dd1d78c7d28a2e2620e0
parent58d44faa5734f7af197d446823c17bedfb7ddb8e (diff)
downloaddbus-210194b964a0446497d3a6534810c02edd0722b1.tar.gz
Update NEWS for 1.12.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d839d3b6..e323a848 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
dbus 1.12.24 (UNRELEASED)
=========================
-...
+Fixes:
+
+• Don't crash if dbus-daemon is asked to watch more than 128 directories
+ for changes (dbus!302, Jan Tojnar)
+
+• On Windows, consistently use msvcrt.dll-style printf formats, fixing
+ builds with mingw-w64 8.0.0 (dbus#380, Simon McVittie)
+
+Tests and CI enhancements:
+
+• Use the latest MSYS2 packages for CI, fixing failure to download older
+ packages
+ (Ralf Habacker, Simon McVittie)
dbus 1.12.22 (2022-02-25)
=========================