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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2019-05-17 21:03:30 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 21:03:30 +0300
commit594ad958004fc2e5e6e26f778e3c8e97b8468efa (patch)
tree7c60ccf3380c67198cca1aedcba7aab264ece933
parentfcb7f68147cf70cfc87c15276141fd8583b58991 (diff)
bump version to 0.5.1
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f08e10b..0debe21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.5.1
+
+### Fixed
+
+- Fix out of memory error calculating standard deviation for large files.
+
## 0.5.0
-## Added
+### Added
- Nextcloud version 16 support.
## 0.4.3
-## Fixed
+### Fixed
- Fix undefined index: pathinfo(...)['extension']
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bc0dabf..57a48cd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Ransomware recovery</name>
<summary><![CDATA[This app offers synchronization monitoring and a file storage scanner for a guided user-controlled one-step ransomare recovery.]]></summary>
<description><![CDATA[This app monitors file operations during the synchronization to detect ransomware attacks and also offers a post infection file storage scanner, which works even if it happend that you didn't have this app installed during an attack. This is done by using generic indicators for a guided user-controlled one-step recovery utilizing the integrated file versioning methods.]]></description>
- <version>0.5.0</version>
+ <version>0.5.1</version>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
<namespace>RansomwareDetection</namespace>