From 7a83d76dc12389438bbe3b0b29cc82b7740a3796 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 30 Sep 2014 12:52:31 +0100 Subject: Release 0.7.1. * Fix typo in stat output. * Fix issues with includes crossing with the system includes * Restore testing framework * Add radix trie test suite * Implement new path-compressed radix trie. - The performance benefit over the old algorithm is about 1.5 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values * Various improvements to the memory pools code * Fix writing reply to a client when no filters are defined * Write base32 encoded fuzzy * Fix 'soft reject' action * Fix rspamd reload and modules reconfiguration * Fix subject rewriting for the default subject * Fix states for processing task and pre-filters * Fix issues with connection closing * Fix crashes in rdns * Fix ratelimit pre-filter * Update exim patch. - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim * Improve documentation Signed-off-by: Vsevolod Stakhov --- centos/rspamd.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'centos') diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 13f316ce5..267ec3884 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -217,6 +217,9 @@ fi %{rspamd_wwwdir}/* %changelog +* Mon Sep 30 2014 Vsevolod Stakhov 0.7.1-1 +- Update to 0.7.1 + * Mon Sep 1 2014 Vsevolod Stakhov 0.7.0-1 - Update to 0.7.0 -- cgit v1.2.3