]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.1.4 rspamd-1.1 1.1.4
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Feb 2016 15:05:56 +0000 (15:05 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Feb 2016 15:05:56 +0000 (15:05 +0000)
* Print traceback on lua errors in lua config
* Fix leaks in lua error paths
* Improve 'R_EMPTY_IMAGE' rule
* Fix metas memoization in SA plugin
* Properly set `flag` in fuzzy replies
* Fix arguments order
* Fix issue with out-of-boundary reading
* Fix issues found by coverity
* Same result checking error found by coverity
* Fix varargs processing (found by coverity)
* Fix error in printing hex
* Reduce weights for some hfilter patterns
* Add aliases for task:get_from_ip:
- task:get_addr
- task:get_from_addr
- task:get_ip
*  Rework once_received module
- Fix priority for `good_hosts`
- If a good host has been found do not add once_received symbols
- Fix priorities for strict once_received
- Add ability to whitelist IP addresses
* Fix `MISSING_MIMEOLE` rule for modern OE
* Treat meta tags as embedded tags (#501)

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
CMakeLists.txt
ChangeLog

index 2f3a01660831d1c2e849774bd2b381e587a97dac..bebeeaa60a60ede9b57da3df78a491879fce6b52 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 1)
-SET(RSPAMD_VERSION_PATCH 3)
+SET(RSPAMD_VERSION_PATCH 4)
 
 IF(GIT_ID)
        SET(GIT_VERSION 1)
index c23412b2479cea16951f02a5f7d1593e61e3dfa3..fdfb747043d53ddfa5cf4cda88ef180987ac70d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1.1.4:
+       * Print traceback on lua errors in lua config
+       * Fix leaks in lua error paths
+       * Improve 'R_EMPTY_IMAGE' rule
+       * Fix metas memoization in SA plugin
+       * Properly set `flag` in fuzzy replies
+       * Fix arguments order
+       * Fix issue with out-of-boundary reading
+       * Fix issues found by coverity
+       * Same result checking error found by coverity
+       * Fix varargs processing (found by coverity)
+       * Fix error in printing hex
+       * Reduce weights for some hfilter patterns
+       * Add aliases for task:get_from_ip:
+               - task:get_addr
+               - task:get_from_addr
+               - task:get_ip
+       *  Rework once_received module
+               - Fix priority for `good_hosts`
+               - If a good host has been found do not add once_received symbols
+               - Fix priorities for strict once_received
+               - Add ability to whitelist IP addresses
+       * Fix `MISSING_MIMEOLE` rule for modern OE
+       * Treat meta tags as embedded tags (#501)
+
 1.1.3:
        * Fix DSN rules when SMTP from is unavailable
        * Fix statconvert routine to avoid lua module usage