]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.0.2 1.0.2
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 23 Sep 2015 16:26:52 +0000 (17:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 23 Sep 2015 16:26:52 +0000 (17:26 +0100)
* 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>
ChangeLog
centos/rspamd.spec
debian/changelog

index 7625d6ca351073eb36b76cd51c581b8c554fbed2..a98407897497b9ac013857f9aadd78d422807be5 100644 (file)
--- 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
index 44fa5afb3efbce1b0e65b564ed8a5cd6fcbd68de..26078dc13f684596af1e748ee9965e75dad8c311 100644 (file)
@@ -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
index f52234ac87ec3df9c1fb056e558424679b893982..c008524bcbad8d14d9a3355b3e2b1409b3f66d6c 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (1.0.1) unstable; urgency=low
+rspamd (1.0.2) unstable; urgency=low
 
   * New release.