]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.4.2
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Jan 2017 13:29:47 +0000 (13:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Jan 2017 13:32:56 +0000 (13:32 +0000)
* [CritFix] Deal with absent headers in DKIM
* [CritFix] Do not trust remote shingles count
* [CritFix] Fix headers selection in DKIM verification
* [Feature] Add EXT_CSS rule
* [Feature] Add toggle for disabling SURBLs
* [Feature] Extend redis lock when learning spawned
* [Feature] Parse <link> HTML tags
* [Fix] Avoid reusing g_error (Fixes #1262)
* [Fix] Do not reset loaded ANN when learning is requested
* [Fix] Fix another issue with external deps in SA
* [Fix] Fix body trie matching
* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
* [Fix] Fix fuzzy hashes count
* [Fix] Fix keys names
* [Fix] Fix length calculations for url encoded urls
* [Fix] Fix matching of the same patterns from different tries
* [Fix] Fix name of var
* [Fix] Fix parsing of URLs with spaces and other bad chars
* [Fix] Fix probability calculations for fuzzy redis backend
* [Fix] Fix signing headers creation in DKIM
* [Fix] Plug memory leak
* [Fix] Really fix chained SA dependencies
* [Fix] Really increase lock lifetime
* [Fix] Use checksum to avoid intersection between different ANNs
* [Fix] Use rspamd hashes in embedded ucl
* [Fix] Yet another change for testing external deps

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog

index 22b2867f365c8af8f3b13da43bb05eab33e36022..8c2f92819412c3a9cc42fb09e97a9674ef3b4a73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+1.4.2:
+       * [CritFix] Deal with absent headers in DKIM
+       * [CritFix] Do not trust remote shingles count
+       * [CritFix] Fix headers selection in DKIM verification
+       * [Feature] Add EXT_CSS rule
+       * [Feature] Add toggle for disabling SURBLs
+       * [Feature] Extend redis lock when learning spawned
+       * [Feature] Parse <link> HTML tags
+       * [Fix] Avoid reusing g_error (Fixes #1262)
+       * [Fix] Do not reset loaded ANN when learning is requested
+       * [Fix] Fix another issue with external deps in SA
+       * [Fix] Fix body trie matching
+       * [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
+       * [Fix] Fix fuzzy hashes count
+       * [Fix] Fix keys names
+       * [Fix] Fix length calculations for url encoded urls
+       * [Fix] Fix matching of the same patterns from different tries
+       * [Fix] Fix name of var
+       * [Fix] Fix parsing of URLs with spaces and other bad chars
+       * [Fix] Fix probability calculations for fuzzy redis backend
+       * [Fix] Fix signing headers creation in DKIM
+       * [Fix] Plug memory leak
+       * [Fix] Really fix chained SA dependencies
+       * [Fix] Really increase lock lifetime
+       * [Fix] Use checksum to avoid intersection between different ANNs
+       * [Fix] Use rspamd hashes in embedded ucl
+       * [Fix] Yet another change for testing external deps
+
 1.4.1:
        * [Feature] ASN support in Clickhouse module
        * [Feature] Add clickhouse plugin