From: Vsevolod Stakhov Date: Fri, 5 Apr 2019 10:29:28 +0000 (+0100) Subject: Release 1.9.1 X-Git-Tag: 1.9.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ca7b5e107d324955e4ba4fc644a6d3ee9027c2;p=thirdparty%2Frspamd.git Release 1.9.1 * [Conf] Add vendor groups for symbols * [Feature] Add `rspamadm template` command * [Feature] Allow to add messages from settings * [Feature] Allow unconnected DNS servers operations * [Feature] Check limits after being set, migrate to uint64 * [Feature] Greylist: Allow to disable greylisting depending on symbols * [Feature] Improve lua binary strings output * [Feature] Mime_types: Implement user configurable extension filters * [Feature] Mime_types: When no extension defined, detect it by content * [Feature] Preprocess config files using jinja templates * [Feature] Replies: Filter replies sender to limit whitelisting to direct messages * [Feature] Treat all tags with HREF as a potential hyperlinks * [Feature] Validate BTC addresses in LEAKED_PASSWORD_SCAM * [Fix] Add crash safety for HTTP async routines * [Fix] Another fix for Redis sentinel * [Fix] Clickhouse: Fix table schema upload * [Fix] Core: Fix squeezed dependencies handling for virtual symbols * [Fix] Finally fix default parameters parsing in actions section * [Fix] Fix ES sending logic (restore from coroutines mess) * [Fix] Fix finishing script for clickhouse collection * [Fix] Fix priority for regexp symbols registriation * [Fix] Fix various issues found by PVS Studio * [Fix] Initialize lua debugging earlier * [Fix] Neural: Fix training * [Fix] Rework cached Redis logic to avoid sentinels breaking * [Fix] SURBL: Fix regression in surbl module * [Fix] Fix double signing in the milter * [Project] Add support of HTTP proxy in requests * [Rework] Change lua global variables registration * [Rework] Rework HTML content urls extraction * [Rework] Start rework of aliasing in Rspamd * [WebUI] Combine Scan and Learning into one tab * [WebUI] Fix symbol score input type * [WebUI] Show grayed out pie * [WebUI] Update Throughput summary values dynamically Signed-off-by: Vsevolod Stakhov --- diff --git a/ChangeLog b/ChangeLog index 0c4e38aca6..7ac92a41a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +1.9.1: 5 Apr 2019 + * [Conf] Add vendor groups for symbols + * [Feature] Add `rspamadm template` command + * [Feature] Allow to add messages from settings + * [Feature] Allow unconnected DNS servers operations + * [Feature] Check limits after being set, migrate to uint64 + * [Feature] Greylist: Allow to disable greylisting depending on symbols + * [Feature] Improve lua binary strings output + * [Feature] Mime_types: Implement user configurable extension filters + * [Feature] Mime_types: When no extension defined, detect it by content + * [Feature] Preprocess config files using jinja templates + * [Feature] Replies: Filter replies sender to limit whitelisting to direct messages + * [Feature] Treat all tags with HREF as a potential hyperlinks + * [Feature] Validate BTC addresses in LEAKED_PASSWORD_SCAM + * [Fix] Add crash safety for HTTP async routines + * [Fix] Another fix for Redis sentinel + * [Fix] Clickhouse: Fix table schema upload + * [Fix] Core: Fix squeezed dependencies handling for virtual symbols + * [Fix] Finally fix default parameters parsing in actions section + * [Fix] Fix ES sending logic (restore from coroutines mess) + * [Fix] Fix finishing script for clickhouse collection + * [Fix] Fix priority for regexp symbols registriation + * [Fix] Fix various issues found by PVS Studio + * [Fix] Initialize lua debugging earlier + * [Fix] Neural: Fix training + * [Fix] Rework cached Redis logic to avoid sentinels breaking + * [Fix] SURBL: Fix regression in surbl module + * [Fix] Fix double signing in the milter + * [Project] Add support of HTTP proxy in requests + * [Rework] Change lua global variables registration + * [Rework] Rework HTML content urls extraction + * [Rework] Start rework of aliasing in Rspamd + * [WebUI] Combine Scan and Learning into one tab + * [WebUI] Fix symbol score input type + * [WebUI] Show grayed out pie + * [WebUI] Update Throughput summary values dynamically + 1.9.0: 12 Mar 2019 * [Conf] Add missing includes * [Conf] Move to options