From 91492edfd7d94fd0b53360e0b9ee70c660c5ab23 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 17 Nov 2014 13:22:35 +0000 Subject: [PATCH] Release 0.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 --- ChangeLog | 21 +++++++++++++++++++++ centos/rspamd.spec | 5 ++++- debian/changelog | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62d9b96a2..232628cf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +0.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 + 0.7.4: * Fix build under *BSD * Detect HAN unicode script diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 32da8a40b..3b9c4b205 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -14,7 +14,7 @@ %endif Name: rspamd -Version: 0.7.4 +Version: 0.7.5 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -217,6 +217,9 @@ fi %{rspamd_wwwdir}/* %changelog +* Mon Nov 17 2014 Vsevolod Stakhov 0.7.5-1 +- Update to 0.7.5 + * Mon Nov 08 2014 Vsevolod Stakhov 0.7.4-1 - Update to 0.7.4 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 Sat, 8 Nov 2014 15:27:00 +0000 + -- Mikhail Gusarov Mon, 17 Nov 2014 13:10:00 +0000 rspamd (0.6.9) unstable; urgency=low -- 2.39.5