Version 3.2.2
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Родитель
3b2de024a6
Коммит
ca7e75f447
|
@ -1,10 +1,9 @@
|
|||
.drone
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
.scrutinizer.yml
|
||||
.travis.yml
|
||||
.tx
|
||||
krankerl.toml
|
||||
screenshots
|
||||
.nextcloudignore
|
||||
/.git
|
||||
/.github
|
||||
/.gitignore
|
||||
/.nextcloudignore
|
||||
/.scrutinizer.yml
|
||||
/.tx
|
||||
/krankerl.toml
|
||||
/screenshots
|
||||
/tests
|
||||
|
|
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.2.2] - 2021-09-14
|
||||
## Fixed
|
||||
- Background scan detecting file scanned after an infected file as also infected.
|
||||
- Don't scan chunks on upload.
|
||||
|
||||
## [3.2.1] - 2021-03-04
|
||||
## Added
|
||||
- Fix Kaspersky scan handling of some cases
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.
|
||||
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
|
||||
]]></description>
|
||||
<version>3.2.1</version>
|
||||
<version>3.2.2</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Manuel Delgado</author>
|
||||
|
|
Загрузка…
Ссылка в новой задаче