diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-20 11:15:09 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-20 11:16:09 +0100 |
commit | f39c98bff5e340fc70b49bde8de4fd1187b44e7c (patch) | |
tree | e95d3be5f1d3a605ff1f493231367720d275d3f1 /ChangeLog | |
parent | 0f62059808a701ea94f708bbf0ef8c93325d67ae (diff) | |
download | rspamd-f39c98bff5e340fc70b49bde8de4fd1187b44e7c.tar.gz rspamd-f39c98bff5e340fc70b49bde8de4fd1187b44e7c.zip |
Release 1.2.8
* Another fix for exim workaround (#637)
* Fix unencrypted passwords processing in the controller
* Fix setting path for lua (#652)
* Fix usage of rdns reply structure (#654)
* Use file lock in logger to avoid deadlocks
* Add `application/octet-stream` mime type for `pdf` extension (by @moisseev)
* Implement new automata to skip empty lines for dkim signing (#651)
* Fix parsing of missing classes
* Clarify some rspamc arguments (by @fatalbanana)
* Correct suppress spelling
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1.2.8: + * Another fix for exim workaround (#637) + * Fix unencrypted passwords processing in the controller + * Fix setting path for lua (#652) + * Fix usage of rdns reply structure (#654) + * Use file lock in logger to avoid deadlocks + * Add `application/octet-stream` mime type for `pdf` extension (by @moisseev) + * Implement new automata to skip empty lines for dkim signing (#651) + * Fix parsing of missing classes + * Clarify some rspamc arguments (by @fatalbanana) + * Correct suppress spelling + 1.2.7: * Slightly reduce weights of rules with high FP rate * Add workround for rspamd-1.3 |