Update news for 1.2.0 release

pull/1007/head
Micah Snyder 2 years ago committed by GitHub
parent 952da65cca
commit 38324947a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      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:

Loading…
Cancel
Save