aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-08-23 18:10:26 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-08-23 18:10:26 +0400
commit7fd1411a1f6b2d83a15d79f56be3c7a31048d9e2 (patch)
treed351d1cba4da16e09657a727be5305ceafe0ce8c /ChangeLog
parent75004bc6bacc1100b8e78b4daae8b74d9a5c83fc (diff)
downloadrspamd-7fd1411a1f6b2d83a15d79f56be3c7a31048d9e2.tar.gz
rspamd-7fd1411a1f6b2d83a15d79f56be3c7a31048d9e2.zip
Update to 0.5.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea18d575c..7025d26f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+0.5.2:
+ * Added lua bindings for:
+ - basic mime parts, that allows checkign attachements for example;
+ - DNS resolver;
+ * Existing lua bindings now works without task object allowing to use them
+ in custom code.
+ * Threads system was reworked to avoid global lua interpreter lock.
+ * DKIM module now converts all line endings to CRLF how opendkim does.
+ * URL detector is now more accurate for text parts.
+ * Several critical bugs and memory leaks were fixed.
+
0.5.1:
* Added lua worker type to handle network connections in lua.
* Added lua bindings for async_session, IO dispatcher, memory_pool, and