summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-04-23 09:24:16 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-04-23 09:37:43 +0000
commit598f094df1c744abda59224ad79d7c9f4595e35a (patch)
tree3b39878b29105305ed9ca5fc4b67be5b593723f5 /CHANGELOG.md
parent352a43d6b3582609f978d8f428658551954af32d (diff)
Add a change log
Add a log of user-visible changes to alert them to changes that might need looking into on update or might warrant an update in the first place. Update for 1.7 release.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..94b65f2
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,35 @@
+# Notable changes between releases
+
+See documentation for details.
+
+## 1.7
+
+- give threads names for easier identification
+- add configuration for rule `cuckoo_analysis_failed` to override what
+ constitutes failure and what reliably indicates success
+- localise client communication, i.e. have the system report findings in
+ English by default but provide gettext-compatible translation templates for
+ other languages
+- add German translation (which was hard-coded in the source before)
+- add configuration option to force language of client communication beyond
+ `$LANG` and friends
+- massively speed up shutdown
+- make the `malware_reports` directory configurable
+- add reporting of an overall analysis result (not just per sample-results) to
+ correctly convey failures in addition to good/bad decisions to the client
+- usage of separate python virtualenvs for peekaboo and cuckoo is now
+ recommended because we use newer module versions than cuckoo
+- make internal configuration defaults work so that `peekaboo.conf` can be
+ mostly empty in standard setups
+- log multiple analysis jobs per sample in `analysis_jobs` to get an actual job
+ log
+- multi-node concurrency coordinated via DB, see section `[cluster]` in
+ `peekaboo.conf.sample`
+- remove `analysis_results` table from DB schema for simplicity and
+ performance, bump version to 6
+- many bug fixes, internal cleanups and improviments
+
+## 1.6.2
+
+- bug fix release
+- no individual change log before this