diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-18 14:19:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-18 14:19:04 +0000 |
commit | 8c00cdbaf23f16ebf60d8ad9c1695e7ffb83df8a (patch) | |
tree | c6b998f84eb6c3417c9fcbef124d07aaae296f70 | |
parent | a0f85f3b67edd8362c8058e29af6f3695c27d31a (diff) | |
download | rspamd-8c00cdbaf23f16ebf60d8ad9c1695e7ffb83df8a.tar.gz rspamd-8c00cdbaf23f16ebf60d8ad9c1695e7ffb83df8a.zip |
Release 1.4.31.4.3
* [CritFix] Backport PTR_ARRAY_FOREACH fix
* [CritFix] Fix descriptors leak on reload
* [Feature] Add `caseless_hash` method to `lua_util`
* [Feature] Use t1ha for hashes, allow inlining
* [Feature] Use t1ha instead of metrohash and xxhash32
* [Fix] Another try to fix descriptors leak
* [Fix] Another try to fix reload and logger
* [Fix] Avoid extensive reallocs
* [Fix] Avoid race condition on saving cache and reload
* [Fix] Backport redis pool fixes from master
* [Fix] Break pool connection on fatal redis errors
* [Fix] Fix argument returned on redis backend errors
* [Fix] Fix errors handling in fuzzy backend initialization
* [Fix] Fix race condition in SIGUSR2 handler
* [Fix] Fix reload and hyperscan ready event
* [Fix] More fixes to logger initialization
* [Fix] Plug memory leak in learning fuzzy storage
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +1.4.3: + * [CritFix] Backport PTR_ARRAY_FOREACH fix + * [CritFix] Fix descriptors leak on reload + * [Feature] Add `caseless_hash` method to `lua_util` + * [Feature] Use t1ha for hashes, allow inlining + * [Feature] Use t1ha instead of metrohash and xxhash32 + * [Fix] Another try to fix descriptors leak + * [Fix] Another try to fix reload and logger + * [Fix] Avoid extensive reallocs + * [Fix] Avoid race condition on saving cache and reload + * [Fix] Backport redis pool fixes from master + * [Fix] Break pool connection on fatal redis errors + * [Fix] Fix argument returned on redis backend errors + * [Fix] Fix errors handling in fuzzy backend initialization + * [Fix] Fix race condition in SIGUSR2 handler + * [Fix] Fix reload and hyperscan ready event + * [Fix] More fixes to logger initialization + * [Fix] Plug memory leak in learning fuzzy storage + 1.4.2: * [CritFix] Deal with absent headers in DKIM * [CritFix] Do not trust remote shingles count |