diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-15 17:30:22 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-15 17:30:22 +0100 |
commit | ff83906360dd6acd98f78e1846f8a61472f91226 (patch) | |
tree | ecd10383f03a1cb42981496076bfc9d34e4cea47 /ChangeLog | |
parent | 441422dddedb4677ec2f5d1887661fa2e7d8ef13 (diff) | |
download | rspamd-ff83906360dd6acd98f78e1846f8a61472f91226.tar.gz rspamd-ff83906360dd6acd98f78e1846f8a61472f91226.zip |
Release 0.7.2.0.7.2
* Convert all maps to the compressed radix trie
* Allow IPv6 addresses in IP maps
* Remove dynamic items support from symbols cache
* Allow hex encoded output of strings
* Fix bug with control connections count
* Process fuzzy weight correctly (reported by @fatalbanana)
* Remove extra reference retain of http connection on error
* Remove deprecated options from the default config
* Add `one_shot` attr to metric's symbols
* Doc: add documentation for metrics
* Add Upstart job to debian packaging (by @CameronNemo)
* Config: improve SURBL symbols descriptions (by @citrin)
* Config: reflect SURBL changes (by @citrin):
- Outblaze removed, malware moved to separate list:
http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
* Fix C modules initialization on restart
* Treat single IP as a single IP in radix lists (reported by @citrin)
* Do not touch file and core limits if not asked explicitly (reported by @citrin)
* Improve logging for fuzzy errors
* Block SIGPIPE for HTTP writing
* Doc: update manual pages
* Fix HTTP connection termination
* Reduce default number of parallel requests to 8
* Sync with libucl include features
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +0.7.2: + * Convert all maps to the compressed radix trie + * Allow IPv6 addresses in IP maps + * Remove dynamic items support from symbols cache + * Allow hex encoded output of strings + * Fix bug with control connections count + * Process fuzzy weight correctly (reported by @fatalbanana) + * Remove extra reference retain of http connection on error + * Remove deprecated options from the default config + * Add `one_shot` attr to metric's symbols + * Doc: add documentation for metrics + * Add Upstart job to debian packaging (by @CameronNemo) + * Config: improve SURBL symbols descriptions (by @citrin) + * Config: reflect SURBL changes (by @citrin): + - Outblaze removed, malware moved to separate list: + http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi + * Fix C modules initialization on restart + * Treat single IP as a single IP in radix lists (reported by @citrin) + * Do not touch file and core limits if not asked explicitly (reported by @citrin) + * Improve logging for fuzzy errors + * Block SIGPIPE for HTTP writing + * Doc: update manual pages + * Fix HTTP connection termination + * Reduce default number of parallel requests to 8 + * Sync with libucl include features + 0.7.1: * Fix typo in stat output. * Fix issues with includes crossing with the system includes |