diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-09 16:35:00 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-09 16:35:00 +0400 |
commit | 98495cb4ceff13cf0d22258d9499c8003e417eb9 (patch) | |
tree | 12205cbd413a1754bb66de003d34227aab487337 /debian/changelog | |
parent | 6062a9e4828ad0fdfad3d3ca5c0b7b658a135bf0 (diff) | |
download | rspamd-98495cb4ceff13cf0d22258d9499c8003e417eb9.tar.gz rspamd-98495cb4ceff13cf0d22258d9499c8003e417eb9.zip |
Update debian rules and changelog.0.5.0
Update sample config file.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bf11658e8..3bbdacd7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +rspamd (0.5.0-1) unstable; urgency=low + + * Upgrade to 0.5.0 + - Added SMTP lightweight balancing proxy with XCLIENT support. + - Added lua bindings for upstreams objects and API. + - New pre-filters are implemented to support initial checking for messages. + - Added ratelimit plugin that uses redis protocol to store data. + - Added ipv6 support to spf and some other modules. + - Unbreak spf plugin. + - Allow options with the same name be threated as list. + - DKIM plugin an parsing code was added. + - Separate build system to put logic in several shared libraries. + - Many bugfixes. + + -- Vsevolod Stakhov <vsevolod@highsecure.ru> Sat, 9 Jun 2012 15:59:00 +0400 + rspamd (0.4.7-1) unstable; urgency=low * Upgrade to 0.4.7 |