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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-03 20:29:30 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-03 20:29:30 +0300
commitce0d6abe959cd74af228ef7bde621c672adb700b (patch)
tree66f6538ece6bff7462bba6ecd60488951f53df7d
parentb5504ef2b3a2e238c40ee190538822624aa638a7 (diff)
Bump versionv2.2.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b0690e..a4c6c06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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).
+## [2.2.0] - 2019-10-03
+### Added
+- Support for Nextcloud 18
+
+### Changed
+- Translations updated
+
+### Fixed
+- Scanning of files without owner throws an error
+
## [2.1.1] - 2019-05-23
### Fixed
- Scanning of outdated files
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ac934a..00829ef 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,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.
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>2.1.1</version>
+ <version>2.2.0</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>