diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-18 15:32:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-18 15:32:29 +0000 |
commit | 661930318f397b9aa1bef9a23322d9ed0ce6a9fc (patch) | |
tree | 815ed23406fb5c38dc6cf92c22c96de309a50a2d | |
parent | 22c89c990d24dff899833195677eeb4c83bdc16a (diff) | |
download | rspamd-661930318f397b9aa1bef9a23322d9ed0ce6a9fc.tar.gz rspamd-661930318f397b9aa1bef9a23322d9ed0ce6a9fc.zip |
Forgot to commit.
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | centos/rspamd.spec | 5 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,15 @@ +0.6.4: + * Added io channels for DNS request to balance load and reduce id + collisions chance + * Fixed a bug in SPF filter that may cause core dump in specific + circumstances + * FIxed default config for rbl module + * It is possible to get a list of rspamc commands with their descriptions + * Added SORBS bl to the default config + * 2tld file for surbl module has been significantly extended + * Perl modules has been removed from the code. + * Fixed an issue in libucl when parsing macros + 0.6.3: * Fixed issues with DNS: - labels decompression algorithm was fixed; diff --git a/centos/rspamd.spec b/centos/rspamd.spec index d85dc8e3c..938dc9f9f 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -8,7 +8,7 @@ %define USE_JUDY 0 Name: rspamd -Version: 0.6.3 +Version: 0.6.4 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -137,6 +137,9 @@ fi %config(noreplace) %{rspamd_confdir}/lua/rspamd.classifiers.lua %changelog +* Wed Dec 18 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.4-1 +- Update to 0.6.4. + * Tue Dec 10 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.3-1 - Update to 0.6.3. diff --git a/debian/changelog b/debian/changelog index 156490700..5f3d82614 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rspamd (0.6.4-1) unstable; urgency=low + + * Upgrade to 0.6.4 + + -- Vsevolod Stakhov <vsevolod@highsecure.ru> Wed, 18 Dec 2013 15:24:00 +0000 + rspamd (0.6.3-1) unstable; urgency=low * Upgrade to 0.6.3 |