]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.0.4 1.0.4
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 Oct 2015 14:10:52 +0000 (15:10 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 Oct 2015 14:10:52 +0000 (15:10 +0100)
* Add configdump routine to rspamadm
* Implement retransmits for fuzzy_check plugin
* Fix events processing for learning anf checking fuzzy hashes
* Avoid dependency on unneeded and uncompatible glib include
* Add `historyreset` command to the controller
* Fix loading of tokenizer config from dump (#389)
* Add sorting hints for the history
* Allow custom lua scripts for users/languages extraction (#388)
* Do not add FORGED_RECIPIENTS when 'To' is missing (#387)
* Do not add R_UNDISC_RCPT when 'To' is missing (#387)
* Add encryption to fuzzy check plugin
* Add encryption for fuzzy storage
* Add new epoch for encrypted fuzzy request
* Add encryption for `rspamd.com` storage
* Remove gmime processing for LDA mode as it is deadly broken
* Add routine to find end of headers position in mime messages
* Fix LDA headers folding
* Init libraries in rspamc client as well to avoid locale issues
* Avoid collision with locally installed includes
* Allocate and free memory with the same allocator in rspamadm (#385)
* Preserve expired fuzzy hashes counter
* Improvements in webui:
- Add favicon.ico
- Rework history table
- Fix sorting for the history
- Migrate to bootstrap 3 and jquery 2
- Fix css bugs
- Add glyphicons
- Add reset history
- Improve history buttons
- Redraw graph to avoid display issues
- Webui is now MIT licensed to match licensing policy of rspamd

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog

index e4159d6e8716f157bca5c25f54e8b555707bb763..90a740192e6cfb298fcb1e0750bacf5db222995a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+1.0.4:
+       * Add configdump routine to rspamadm
+       * Implement retransmits for fuzzy_check plugin
+       * Fix events processing for learning anf checking fuzzy hashes
+       * Avoid dependency on unneeded and uncompatible glib include
+       * Add `historyreset` command to the controller
+       * Fix loading of tokenizer config from dump (#389)
+       * Add sorting hints for the history
+       * Allow custom lua scripts for users/languages extraction (#388)
+       * Do not add FORGED_RECIPIENTS when 'To' is missing (#387)
+       * Do not add R_UNDISC_RCPT when 'To' is missing (#387)
+       * Add encryption to fuzzy check plugin
+       * Add encryption for fuzzy storage
+       * Add new epoch for encrypted fuzzy request
+       * Add encryption for `rspamd.com` storage
+       * Remove gmime processing for LDA mode as it is deadly broken
+       * Add routine to find end of headers position in mime messages
+       * Fix LDA headers folding
+       * Init libraries in rspamc client as well to avoid locale issues
+       * Avoid collision with locally installed includes
+       * Allocate and free memory with the same allocator in rspamadm (#385)
+       * Preserve expired fuzzy hashes counter
+       * Improvements in webui:
+               - Add favicon.ico
+               - Rework history table
+               - Fix sorting for the history
+               - Migrate to bootstrap 3 and jquery 2
+               - Fix css bugs
+               - Add glyphicons
+               - Add reset history
+               - Improve history buttons
+               - Redraw graph to avoid display issues
+               - Webui is now MIT licensed to match licensing policy of rspamd
+
 1.0.3:
        * Fix piechart clean slice (#380)
        * Fix controller crashes when GString is reallocated (#381)