diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 22:25:30 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 22:25:30 +0000 |
commit | 44e03907623dfbc142acd9e596008f89b7e0b80d (patch) | |
tree | f8294b6bea7e9c32d741cc8f8a6dcfe693f0f518 | |
parent | 140fab17778bae4096f80badc70fe6f897087056 (diff) | |
download | rspamd-44e03907623dfbc142acd9e596008f89b7e0b80d.tar.gz rspamd-44e03907623dfbc142acd9e596008f89b7e0b80d.zip |
Release 1.1.31.1.3
* Fix DSN rules when SMTP from is unavailable
* Fix statconvert routine to avoid lua module usage
* Set a sane quark for configtest to avoid NULL to be printed in logs
* Support c11 if available
* Fix parsing of ip:port strings
* Add more diagnostic for lua subr errors
* Fix task:set_from_ip lua method
* Add basic routines for digital signatures
* Add tool for digital signatures
* Add plain open file API method for atomic open
* Fix parsing nested braces inside logger vars
* Pre filters now actually skip processing
* Add pre-filter mode for multimap
* Switch to apache 2 license
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1.1.3: + * Fix DSN rules when SMTP from is unavailable + * Fix statconvert routine to avoid lua module usage + * Set a sane quark for configtest to avoid NULL to be printed in logs + * Support c11 if available + * Fix parsing of ip:port strings + * Add more diagnostic for lua subr errors + * Fix task:set_from_ip lua method + * Add basic routines for digital signatures + * Add tool for digital signatures + * Add plain open file API method for atomic open + * Fix parsing nested braces inside logger vars + * Pre filters now actually skip processing + * Add pre-filter mode for multimap + * Switch to apache 2 license + 1.1.2: * Fix stat_cache closing * Add checkpoints to sqlite3 learn cache |