summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-21 18:26:52 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-21 18:35:43 +0000
commitd2a2faa7c204b10a7b604712946ff7a40d88eeb1 (patch)
treefe20828290ea2f61a755fed66e0cd262a80d933b /ChangeLog
parent9a66359e75da95ccac88039d156776d90368641b (diff)
downloadrspamd-d2a2faa7c204b10a7b604712946ff7a40d88eeb1.tar.gz
rspamd-d2a2faa7c204b10a7b604712946ff7a40d88eeb1.zip
Release 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 Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac1572990..f1ad2220a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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