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-02-23 19:38:17 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-02-23 19:38:17 +0300
commit60987797af1eade01ffe6e06a6cd19d0c880ebe9 (patch)
tree6e464913a1057a8477d6c6991b9c0f02f25ed059
parentaf1f2a3e1f1dbca15d7d51212bbc37a4c28eeabb (diff)
bump version and add changelog infosv0.4.3
-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 73bfca4..78898c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.4.3
+
+## Fixed
+
+- Fix undefined index: pathinfo(...)['extension']
+
## 0.4.2
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cd027a0..cc7c825 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.4.2</version>
+ <version>0.4.3</version>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
<namespace>RansomwareDetection</namespace>