summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2022-07-26 04:31:13 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2022-07-26 04:31:13 +0000
commit697aae005a8b507cdf5cb762e95e2ffed0a1b0c4 (patch)
tree9e0541d7b07381a22011612f4d4fdd5e9503d75f /NEWS
parent8e0290fcc8908c89788c3fe254708c4b3cc02186 (diff)
parent625366dd0efaa103e9d9abdf2fdbeae024f345b3 (diff)
downloaddbus-697aae005a8b507cdf5cb762e95e2ffed0a1b0c4.tar.gz
Merge branch 'cmake-current-source-dir' into 'master'
cmake: Fix top-level directory references when vendored into a larger project See merge request dbus/dbus!332
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: