Browse code

News: Add force-to-disk performance fix detail

Also changed 'security patch' to 'patch' since there are no CVE fixes.

Micah Snyder authored on 2021/06/19 04:30:24
Showing 1 changed files
... ...
@@ -5,7 +5,11 @@ Note: This file refers to the source tarball. Things described here may differ
5 5
 
6 6
 ## 0.103.3
7 7
 
8
-ClamAV 0.103.3 is a security patch release with the following fixes:
8
+ClamAV 0.103.3 is a patch release with the following fixes:
9
+
10
+- Fixed a scan performance issue when ENGINE_OPTIONS_FORCE_TO_DISK is enabled.
11
+  This issue did not impacted most users but for those affected it caused every
12
+  scanned file to be copied to the temp directory before the scan.
9 13
 
10 14
 - Fix ClamDScan crashes when using the `--fdpass --multiscan` command-line
11 15
   options in combination with the ClamD `ExcludePath` config file options.