]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #4560]
authorTom Krizek <tkrizek@isc.org>
Tue, 6 Feb 2024 09:34:41 +0000 (10:34 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 8 Feb 2024 13:15:41 +0000 (14:15 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 59dca5fe8e58f60bc72851c3300db98e869beec5..5455544899761ad7d30691357bb52397fe254d94 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6340.  [test]          Fix incorrectly reported errors when running tests
+                       with `make test` on platforms with older pytest.
+                       [GL #4560]
+
 6339.  [bug]           The alignas() can't be used on types larger than
                        max_align_t; instead add padding into the structures
                        where we want avoid false memory sharing. [GL #4187]