File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,29 @@ differ slightly from third-party binary packages.
5
5
6
6
## 1.2.3
7
7
8
- ClamAV 1.2.3 is a critical patch release with the following fix:
8
+ ClamAV 1.2.3 is a critical patch release with the following fixes:
9
+
10
+ - Updated select Rust dependencies to the latest versions.
11
+ This resolved Cargo audit complaints and included PNG parser bug fixes.
12
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1226 )
13
+
14
+ - Fixed a bug causing some text to be truncated when converting from UTF-16.
15
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1231 )
16
+
17
+ - Fixed assorted complaints identified by Coverity static analysis.
18
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1236 )
19
+
20
+ - Fixed a bug causing CVDs downloaded by the ` DatabaseCustomURL ` Freshclam
21
+ config option to be pruned and then re-downloaded with every update.
22
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1239 )
23
+
24
+ - Added the new 'valhalla' database name to the list of optional databases in
25
+ preparation for future work.
26
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1239 )
27
+
28
+ - Silenced a warning "Unexpected early end-of-file" that occured when
29
+ scanning some PNG files.
30
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1215 )
9
31
10
32
## 1.2.2
11
33
You can’t perform that action at this time.
0 commit comments