summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJordan Williams <jordan@jwillikers.com>2022-07-22 15:40:49 -0500
committerJordan Williams <jordan@jwillikers.com>2022-07-25 14:14:57 -0500
commit625366dd0efaa103e9d9abdf2fdbeae024f345b3 (patch)
tree9e0541d7b07381a22011612f4d4fdd5e9503d75f /NEWS
parente62e42f84cfaccf6c5f7975d9ebd98fc619c0920 (diff)
downloaddbus-625366dd0efaa103e9d9abdf2fdbeae024f345b3.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa98354f..3aa7c3ad 100644
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,9 @@ Fixes:
· Fix detection of atomic operations (dbus!306, Alex Richardson)
· Use DWARF 2 instead of STABS for debug symbols on Windows, for
compatibility with newer gcc versions (dbus!323, Marc-André Lureau)
+ · Fix use of paths relative to the dbus project directory when dbus is
+ vendored into a larger CMake project (dbus!332, Jordan Williams)
+
Tests and CI enhancements: