]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.2.7 1.2.7
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 May 2016 15:48:20 +0000 (16:48 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 May 2016 15:48:20 +0000 (16:48 +0100)
* Slightly reduce weights of rules with high FP rate
* Add workround for rspamd-1.3
* Fix possible FP in TRACKER_ID rule
* Simplify MISSING_MIMEOLE rule
* Add workaround for gmime CTE stupidity
* Fix mime headers processing
* Fix false positive URL detections in text parts
* Fix Exim shutdown patch
* Enable workaround for exim mailbox format
* Backport shingles static test
* Fix levenshtein distance calculations
* Fix max_train setup in ANN module
* Fix redis structure by adding {NULL, NULL} member
* Fix build with unmodified LibreSSL opensslv.h
* Repair optional dependencies
* Really skip filters in case of pre-result set
* Restore the intended pre-filters behaviour
* Fix ipv6 mask application

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

index 37423c5f1a8b5d6e1f0f169102b10368ccec5bf8..2e2467e9d4bf0a0d4aeb237ecab77f309b534fbd 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 2)
-SET(RSPAMD_VERSION_PATCH 6)
+SET(RSPAMD_VERSION_PATCH 7)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
index fae8b4af6f35e973b2df96ae1b45343597d30125..013a6a67ffa26ecc3c479d6f04e03916aa7a912c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+1.2.7:
+       * Slightly reduce weights of rules with high FP rate
+       * Add workround for rspamd-1.3
+       * Fix possible FP in TRACKER_ID rule
+       * Simplify MISSING_MIMEOLE rule
+       * Add workaround for gmime CTE stupidity
+       * Fix mime headers processing
+       * Fix false positive URL detections in text parts
+       * Fix Exim shutdown patch
+       * Enable workaround for exim mailbox format
+       * Backport shingles static test
+       * Fix levenshtein distance calculations
+       * Fix max_train setup in ANN module
+       * Fix redis structure by adding {NULL, NULL} member
+       * Fix build with unmodified LibreSSL opensslv.h
+       * Repair optional dependencies
+       * Really skip filters in case of pre-result set
+       * Restore the intended pre-filters behaviour
+       * Fix ipv6 mask application
+
 1.2.6:
        * Fix parsing of URLs in texts
        * Fix creating of URLs from LUA