From 94d6497711c93da44048ef42dc72e0ebccc19337 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 10 Nov 2022 07:24:10 -0800 Subject: [PATCH] News: Add detail for clamd all-match stickiness bug fix --- NEWS.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0684329c62..0358adf9c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -174,17 +174,21 @@ ClamAV 1.0.0 includes the following improvements and changes. specify a wildcard (`*`) for the size field. The fix is part of the all-match feature overhaul. -- Fix the default bytecode timeout value listed in the manpages and in the +- Fixed the default bytecode timeout value listed in the manpages and in the sample config files. Patches courtesy of Liam Jarvis and Ben Bodenmiller. - GitHub pull requests: - https://github.com/Cisco-Talos/clamav/pull/631 - https://github.com/Cisco-Talos/clamav/pull/661 -- Fix issue building the libclamav_rust test program when running `ctest` if - building with `BYTECODE_RUNTIME=llvm` and when the `FindLLVM.cmake` module is - used to find the LLVM libraries. Patch courtesy of GitHub user teoberi. +- Fixed an issue building the libclamav_rust test program when running `ctest` + if building with `BYTECODE_RUNTIME=llvm` and when the `FindLLVM.cmake` module + is used to find the LLVM libraries. Patch courtesy of GitHub user teoberi. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/572 +- Fixed an issue where scans sent to `clamd` with the all-match mode enabled + caused all subsequent scans to also use all-match mode. + - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/741 + ### Acknowledgments Special thanks to the following people for code contributions and bug reports: