From: Vsevolod Stakhov Date: Fri, 23 Jan 2015 17:01:28 +0000 (+0000) Subject: Release 0.8.1 X-Git-Tag: 0.8.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05fd7e5c6eed789edf96fc9c261ddc5c8b1ac64e;p=thirdparty%2Frspamd.git Release 0.8.1 * Add sqlite and perl as dependencies for RPM/Debian packages (by @fatalbanana) * Remove whitelist.lua from RPM file list (by @fatalbanana) * Make Exim pass hostnames to rspamd (by @fatalbanana) * Fix building on Fedora (by @fatalbanana) * Add toggle for disabling installation of systemd units on Linux (by @fatalbanana) * Fix double format rounding that caused output corruption (reported by @fatalbanana) * Revert broken change for destructors ordering that led to memory corruption * Do not reset symbols case of settings if parsed from lua (reported by @andrejzverev) * Fix build on SunOS (by @wiedi) * Fix multiple crashes on broken DKIM DNS records * Fix critical issue with composites weights removing * Fix memory corruption in composites processing code * Ignore non-SPF TXT records when parsing SPF includes Signed-off-by: Vsevolod Stakhov --- diff --git a/ChangeLog b/ChangeLog index 64962c0764..0b39c838a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +0.8.1: + * Add sqlite and perl as dependencies for RPM/Debian packages (by @fatalbanana) + * Remove whitelist.lua from RPM file list (by @fatalbanana) + * Make Exim pass hostnames to rspamd (by @fatalbanana) + * Fix building on Fedora (by @fatalbanana) + * Add toggle for disabling installation of systemd units on Linux (by @fatalbanana) + * Fix double format rounding that caused output corruption (reported by @fatalbanana) + * Revert broken change for destructors ordering that led to memory corruption + * Do not reset symbols case of settings if parsed from lua (reported by @andrejzverev) + * Fix build on SunOS (by @wiedi) + * Fix multiple crashes on broken DKIM DNS records + * Fix critical issue with composites weights removing + * Fix memory corruption in composites processing code + * Ignore non-SPF TXT records when parsing SPF includes + 0.8.0: * New fuzzy check logic: - use shingles algorithm for fuzzy matching diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 6694957fdd..474c1eba0f 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -16,7 +16,7 @@ %endif Name: rspamd -Version: 0.8.0 +Version: 0.8.1 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -240,6 +240,9 @@ fi %{rspamd_wwwdir}/* %changelog +* Fri Jan 23 2015 Vsevolod Stakhov 0.8.1-1 +- Update to 0.8.1 + * Fri Jan 02 2015 Vsevolod Stakhov 0.8.0-1 - Update to 0.8.0 diff --git a/debian/changelog b/debian/changelog index bba276007e..da06cf89f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -rspamd (0.8.0) UNRELEASED; urgency=low +rspamd (0.8.1) UNRELEASED; urgency=low * New release. - -- Mikhail Gusarov Mon, 24 Nov 2014 14:01:00 +0000 + -- Mikhail Gusarov Fri, 23 Jan 2015 16:55:00 +0000 rspamd (0.6.9) unstable; urgency=low