Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-05-25 15:47:40 +0300
committerRobin Appelman <robin@icewind.nl>2022-05-25 15:47:40 +0300
commit6429f89bcd293e2da0144578d612e93f349e4c33 (patch)
treecb0e791a0eaeafc716a4dac74f5a1b5c79e0f874
parent96f92a9a8c07d654fb3da80083b1e79576a4a1f4 (diff)
3.3.0 changelog
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc74d4b..309d466 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ 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.3.0] - 2022-05-14
+## Fixed
+- Nextcloud 24 support
+- Use v3 of the Kaspersky API
+- Fix Kaspersky handing of un-scannable files
+
## [3.2.2] - 2021-09-14
## Fixed
- Background scan detecting file scanned after an infected file as also infected.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f93600..1a7efe7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.2</version>
+ <version>3.3.0</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>