]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3605] Add changelog entry
authorAndrei Pavel <andrei@isc.org>
Fri, 25 Oct 2024 06:18:43 +0000 (09:18 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 25 Oct 2024 06:18:43 +0000 (09:18 +0300)
changelog_unreleased/3590-required-precedence
changelog_unreleased/3605-integrate-clusterfuzzlite-libfuzzer-oss-fuzz-in-the-main-core-kea-repo [new file with mode: 0644]

index c9c09dbb3d1ebc6da1291d457edfdf1f35ecd577..c8a478256dbef132318906f3e1a7d4b5c9dbe320 100644 (file)
@@ -1,5 +1,5 @@
 [func]*                fdupont
-       Required classes are now evaluated in the same  order as
+       Required classes are now evaluated in the same order as
        for option data, i.e. (pd-)pool, subnet and shared network.
        Before the order was reversed but this feature was not
        used.
diff --git a/changelog_unreleased/3605-integrate-clusterfuzzlite-libfuzzer-oss-fuzz-in-the-main-core-kea-repo b/changelog_unreleased/3605-integrate-clusterfuzzlite-libfuzzer-oss-fuzz-in-the-main-core-kea-repo
new file mode 100644 (file)
index 0000000..f4073f5
--- /dev/null
@@ -0,0 +1,4 @@
+[build, func]          andrei
+       Standalone fuzz target binaries used in fuzz testing were added
+       to the "fuzz" directory.
+       (Gitlab #3605)