Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update news for 1.2.0 release #1012

Merged
merged 4 commits into from
Aug 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading