]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.1.3 1.1.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 4 Feb 2016 22:25:30 +0000 (22:25 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 4 Feb 2016 22:25:30 +0000 (22:25 +0000)
* 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>
ChangeLog

index 8df3f0816170ac58a17be9c7a85a87f2ec3dc62b..c23412b2479cea16951f02a5f7d1593e61e3dfa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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