]> git.ipfire.org Git - thirdparty/rspamd.git/commit
Release 1.2.6
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 29 Apr 2016 15:30:22 +0000 (16:30 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 29 Apr 2016 15:35:10 +0000 (16:35 +0100)
commitbb58ea6af4f6820e7d534eaf858d4933a72790ae
tree266629de94eceba61e19cd6b562357cb4eeae520
parent206ec754dc7b8ae23a53b473e385d266252aca74
Release 1.2.6

* Fix parsing of URLs in texts
* Fix creating of URLs from LUA
* Fix some more URL detector issues
* Fix unit tests
* Fix JIT compilation for PCRE2 expressions
* Fix JIT usage for PCRE2
* Fix UTF8 mode in PCRE2
* Add workaround for pre-historic compilers (#605)
* Fix and rescore R_PARTS_DIFFER logic
* Properly set lua paths for tests
* Fix SA rawbody processing - exclude top part
* Store text parts content with newlines stripped
* Properly support SA body regexps
* Fix body rules in SA plugin
* Fix setting of score for parts differ
* More fixes to parts distance calculations
    - Use hashed words instead of full words for speed
    - Improve levenstein distance calculations and penalise replaces
    - Always return number from 0 to 1
    - Use g_malloc instead of alloca
* Fix percents output in R_PARTS_DIFFER
* Plug memory leak in dkim module
* Plug minor memory leak in regexps creation

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