diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-17 13:22:35 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-17 13:22:35 +0000 |
commit | 91492edfd7d94fd0b53360e0b9ee70c660c5ab23 (patch) | |
tree | 5391389e77df8d1adafc9f647c4fadca9aff279f /debian | |
parent | 0a1d39237381a10ccbbf0f3aa5658645d3196081 (diff) | |
download | rspamd-91492edfd7d94fd0b53360e0b9ee70c660c5ab23.tar.gz rspamd-91492edfd7d94fd0b53360e0b9ee70c660c5ab23.zip |
Release 0.7.50.7.5
* Fix owner when creating folder /run/rspamd (by @sfirmery)
* Fix IP validity checks
* Decode URLs obtained from HTML tags
* Fix crash with unweighted upstreams
* Stop processing headers in parts
* Set sockaddr.sa_family properly when connectig to upstreams
* Fix reload issues in surbl and fuzzy_check (reported by @citrin)
* Fix timeouts in redirector
* Improve lua errors reporting
* Fix lua closures processing in libucl
* Rework calling of lua functions from regexp module
* Choose raw regexp for raw headers
* Rework conversion to utf since glib one is broken
* Ignore SGML style tags in html
* Fix old bug with non-capturing https urls
* Fix memory corruption on fuzzy reload (reported by @citrin)
* Fix percents display in rspamc
* Fix buffer update for DKIM
* Do not validate utf for raw headers
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ac5a92f3f..4eba444e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -rspamd (0.7.4) UNRELEASED; urgency=low +rspamd (0.7.5) UNRELEASED; urgency=low * New release. - -- Mikhail Gusarov <dottedmag@debian.org> Sat, 8 Nov 2014 15:27:00 +0000 + -- Mikhail Gusarov <dottedmag@debian.org> Mon, 17 Nov 2014 13:10:00 +0000 rspamd (0.6.9) unstable; urgency=low |