]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.7.5 0.7.5
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 17 Nov 2014 13:22:35 +0000 (13:22 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 17 Nov 2014 13:22:35 +0000 (13:22 +0000)
* 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>
ChangeLog
centos/rspamd.spec
debian/changelog

index 62d9b96a20cf04be7e2142c388964c9cff7d339a..232628cf128e1afd9f571e2036c64d04c5099b6b 100644 (file)
--- 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
index 32da8a40b464c68ff8095a44b6e859a74d0ec557..3b9c4b205e1823174bca3cac2bca9d6fc3a360e4 100644 (file)
@@ -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 <vsevolod-at-highsecure.ru> 0.7.5-1
+- Update to 0.7.5
+
 * Mon Nov 08 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.4-1
 - Update to 0.7.4
 
index ac5a92f3f81cbc87c2a54d7c772f25346c111a40..4eba444e2a3c8a0f6d77e62f605049ea7f49487f 100644 (file)
@@ -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