]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 0.8.1 0.8.1
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Jan 2015 17:01:28 +0000 (17:01 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Jan 2015 17:01:28 +0000 (17:01 +0000)
* 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 <vsevolod@highsecure.ru>
ChangeLog
centos/rspamd.spec
debian/changelog

index 64962c0764762a9e0b9137fcc2a994377d910f52..0b39c838a467537e319f658d032f3ad014900c2d 100644 (file)
--- 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
index 6694957fdd66f870478fa0f1d13dec2aa6993761..474c1eba0f7de011392d7f353c18267a76f287ea 100644 (file)
@@ -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 <vsevolod-at-highsecure.ru> 0.8.1-1
+- Update to 0.8.1
+
 * Fri Jan 02 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.8.0-1
 - Update to 0.8.0
 
index bba276007ecfd56e5e4b10c326a82ba6b56cb13e..da06cf89f130d2342188d5c00263bc851cdb1121 100644 (file)
@@ -1,8 +1,8 @@
-rspamd (0.8.0) UNRELEASED; urgency=low
+rspamd (0.8.1) UNRELEASED; urgency=low
 
   * New release.
 
- -- Mikhail Gusarov <dottedmag@debian.org>  Mon, 24 Nov 2014 14:01:00 +0000
+ -- Mikhail Gusarov <dottedmag@debian.org>  Fri, 23 Jan 2015 16:55:00 +0000
 
 rspamd (0.6.9) unstable; urgency=low