]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.7.6 0.7.6
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 24 Nov 2014 14:05:08 +0000 (14:05 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 24 Nov 2014 14:05:08 +0000 (14:05 +0000)
* Apply boundary fix for dkim simple canonization
* Fix ping command
* Return nil if header was not found in lua_task
* Fix hang in upstreams revive logic
* Decode entitles when normalizing HTML parts
* Fix logic of finding URLs in HTML parts
* Do not include \0 into length of text when performing conversion to utf8
* Fix raw vs parsed reperesentations
Raw parts are now:
- decoded b64/qp, but *NOT* converted to utf-8
Processed parts are now:
- converted to UTF-8
- normalized if needed (e.g. HTML tags are stripped)
* Rework DKIM canonization to line based
* Fix fuzzy hashes addding
* Use more specific hash function for fuzzy
* Fix leaking of iconv descriptors
* Fix PTR resolving in lua resolver
* Rework spf module.
- Copy data to memory pool as cached record might be destroyed causing
    freed memory being passed to the protocol output (use after free)
- Allow SPF_NEUTRAL policy to be handled separately
- Add R_SPF_NEUTRAL to the default config
* Rework `register_symbols` function
* Allow to disable components of hfilter

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog
centos/rspamd.spec
debian/changelog

index 232628cf128e1afd9f571e2036c64d04c5099b6b..b6406b81d5bc10c0da42f9f169f6864b3ebc0671 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+0.7.6:
+       * Apply boundary fix for dkim simple canonization
+       * Fix ping command
+       * Return nil if header was not found in lua_task
+       * Fix hang in upstreams revive logic
+       * Decode entitles when normalizing HTML parts
+       * Fix logic of finding URLs in HTML parts
+       * Do not include \0 into length of text when performing conversion to utf8
+       * Fix raw vs parsed reperesentations
+               Raw parts are now:
+                       - decoded b64/qp, but *NOT* converted to utf-8
+               Processed parts are now:
+                       - converted to UTF-8
+                       - normalized if needed (e.g. HTML tags are stripped)
+       * Rework DKIM canonization to line based
+       * Fix fuzzy hashes addding
+       * Use more specific hash function for fuzzy
+       * Fix leaking of iconv descriptors
+       * Fix PTR resolving in lua resolver
+       * Rework spf module.
+               - Copy data to memory pool as cached record might be destroyed causing
+                 freed memory being passed to the protocol output (use after free)
+               - Allow SPF_NEUTRAL policy to be handled separately
+               - Add R_SPF_NEUTRAL to the default config
+       * Rework `register_symbols` function
+       * Allow to disable components of hfilter
+
 0.7.5:
        * Fix owner when creating folder /run/rspamd (by @sfirmery)
        * Fix IP validity checks
index 3b9c4b205e1823174bca3cac2bca9d6fc3a360e4..e528cb633d6f4b6730d4dbe5f2e3f4cfb82e79d0 100644 (file)
@@ -14,7 +14,7 @@
 %endif
 
 Name:           rspamd
-Version:        0.7.5
+Version:        0.7.6
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons   
@@ -217,6 +217,9 @@ fi
 %{rspamd_wwwdir}/*
 
 %changelog
+* Mon Nov 24 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.6-1
+- Update to 0.7.6
+
 * Mon Nov 17 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.5-1
 - Update to 0.7.5
 
index 4eba444e2a3c8a0f6d77e62f605049ea7f49487f..a3b2a235f4d9633177ddab8008e4eb927c7071c2 100644 (file)
@@ -1,8 +1,8 @@
-rspamd (0.7.5) UNRELEASED; urgency=low
+rspamd (0.7.6) UNRELEASED; urgency=low
 
   * New release.
 
- -- Mikhail Gusarov <dottedmag@debian.org>  Mon, 17 Nov 2014 13:10:00 +0000
+ -- Mikhail Gusarov <dottedmag@debian.org>  Mon, 24 Nov 2014 14:01:00 +0000
 
 rspamd (0.6.9) unstable; urgency=low