From f4fd1c8a37b5c38a35c4c241f97990a42b71b4fe Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 5 Oct 2015 15:10:52 +0100 Subject: [PATCH] Release 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 Signed-off-by: Vsevolod Stakhov --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index e4159d6e8..90a740192 100644 --- 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) -- 2.39.5