diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-21 18:26:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-21 18:26:52 +0000 |
commit | f704c3e6feb48046c38ae64e3bf209368a273c69 (patch) | |
tree | bec692c864d0278e32d192247911d3217013b299 | |
parent | c3f68b08e1e511a6a0dbb964064198e32aebc432 (diff) | |
download | rspamd-1.0.11.tar.gz rspamd-1.0.11.zip |
Release 1.0.111.0.11rspamd-1.0
* Fix spf redirects
* Fix domains when parsing mx/ptr/a records in includes/redirects
* Fix unfolded base64 encoding
* Fix GError use-after-free
* Do not rewrite the original url when using redirector
* Fix parsing of fragment in urls
* Fix processing of HTML tags
* Improve empty image rule
* Avoid long double type
* Fix tokens weights in OSB algorithm
* Improve debugging for bayes
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1.0.11: + * Fix spf redirects + * Fix domains when parsing mx/ptr/a records in includes/redirects + * Fix unfolded base64 encoding + * Fix GError use-after-free + * Do not rewrite the original url when using redirector + * Fix parsing of fragment in urls + * Fix processing of HTML tags + * Improve empty image rule + * Avoid long double type + * Fix tokens weights in OSB algorithm + * Improve debugging for bayes + 1.0.10: * Fix settings application (#416) * Fix another issue with fixed strings |