aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-23 17:26:52 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-23 17:26:52 +0100
commitac8c91c01b57399284c570acb836432523f9fdb8 (patch)
treee70ff741d527c9d7c9a38fa82c821b2e69ab1711 /ChangeLog
parent471e72e7a1290918c759a5576bcb8883122d460d (diff)
downloadrspamd-ac8c91c01b57399284c570acb836432523f9fdb8.tar.gz
rspamd-ac8c91c01b57399284c570acb836432523f9fdb8.zip
Release 1.0.21.0.2
* Fix critical bug in webui that prevents password from being sent * Rework webui view: - Switch to d3.js for graphs - Improve piechart look - Rework colors for piechart - Fix layout for symbols - Fix refresh button * Add descriptions for whitelist maps * Fix build on arm (#379) * Fix issue with the last element in the radix trie * Add more tests for radix trie algorithm * Allow to extract URLs from query strings of other URLs (#361) * Initialize rrd fields before writing to file * Fix double free if no password has been specified Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7625d6ca3..a98407897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1.0.2:
+ * Fix critical bug in webui that prevents password from being sent
+ * Rework webui view:
+ - Switch to d3.js for graphs
+ - Improve piechart look
+ - Rework colors for piechart
+ - Fix layout for symbols
+ - Fix refresh button
+ * Add descriptions for whitelist maps
+ * Fix build on arm (#379)
+ * Fix issue with the last element in the radix trie
+ * Add more tests for radix trie algorithm
+ * Allow to extract URLs from query strings of other URLs (#361)
+ * Initialize rrd fields before writing to file
+ * Fix double free if no password has been specified
+
1.0.1:
* Add writing to rrd from the controller
* Fixed lots of bugs in rrd code