diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | centos/rspamd.spec | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
3 files changed, 18 insertions, 2 deletions
@@ -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 diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 44fa5afb3..26078dc13 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -8,7 +8,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons diff --git a/debian/changelog b/debian/changelog index f52234ac8..c008524bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rspamd (1.0.1) unstable; urgency=low +rspamd (1.0.2) unstable; urgency=low * New release. |