diff --git a/docs/setup-and-configuration.rst b/docs/setup-and-configuration.rst index e721f06c1..2dbf6489e 100644 --- a/docs/setup-and-configuration.rst +++ b/docs/setup-and-configuration.rst @@ -43,6 +43,7 @@ For production environments, you need to install: * **PostgreSQL database** (minimum supported version: 12, https://www.postgresql.org/download/linux/debian/) +* libfuzzy2 for ssdeep evaluation Optionally you can install: diff --git a/docs/whats-changed.rst b/docs/whats-changed.rst index e62c92de9..b6cdd3ae2 100644 --- a/docs/whats-changed.rst +++ b/docs/whats-changed.rst @@ -7,6 +7,16 @@ have compatibility problems after minor mwdb-core upgrade. For upgrade instructions, see :ref:`Upgrade mwdb-core to latest version`. +v2.10.1 +------- + +In v2.9.0 we switched from native ssdeep implementation to Python-based ppdeep library. Unfortunately, we have not taken +into account the large impact on performance. This bugfix release goes one step backwards and requires **libfuzzy2** +native library to be installed on server. + +Complete changelog can be found here: `v2.10.0 changelog `_. + + v2.10.0 -------