From 38324947a11fd185a46d71e4870ca0a9f79519ee Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Fri, 25 Aug 2023 18:18:02 -0700 Subject: [PATCH] Update news for 1.2.0 release --- NEWS.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1ef76c5131..6c181d5490 100644 --- a/NEWS.md +++ b/NEWS.md @@ -118,10 +118,30 @@ ClamAV 1.2.0 includes the following improvements and changes: message and manpages. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/936 -- ClamOnAcc: Fix error message when using `--wait` without `--ping` option. +- ClamOnAcc: Fixed error message when using `--wait` without `--ping` option. Patch courtesy of Răzvan Cojocaru. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/984 +- Fixed an assortment of code quality issues identified by Coverity: + - GitHub pull requests: + - https://github.com/Cisco-Talos/clamav/pull/989 + - https://github.com/Cisco-Talos/clamav/pull/998 + +- Windows: Fixed a build issue with the CMake-Rust integration regarding + detecting native static libraries that caused builds to fail with Rust + version 1.70 and newer. + - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/992 + +- Fixed a bounds check issue in the PDF parser that may result in a 1-byte + buffer over read but does not cause a crash. + - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/988 + +- Upgraded the bundled UnRAR library (libclamunrar) to version 6.2.10. + - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/1008 + +- Fixed a compatibility issue with libjson-c version 0.17. + - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/1002 + ### Acknowledgments Special thanks to the following people for code contributions and bug reports: