aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-22 16:53:20 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-22 16:53:20 +0100
commit1fb5069a2a0f45cfd07734717ce7e89421fead48 (patch)
treeddfab2ac35620cb97e41c29fe7664a7a7ea91b12
parent5104557c6145ed964a417c208d382b4f0f9baa47 (diff)
downloadrspamd-1fb5069a2a0f45cfd07734717ce7e89421fead48.tar.gz
rspamd-1fb5069a2a0f45cfd07734717ce7e89421fead48.zip
Release 1.0.11.0.1
* Add writing to rrd from the controller * Fixed lots of bugs in rrd code * Adopt new DNS API in hfilter plugin (by @AlexeySa) * Allow only one controller process to manage rrd file * Set event base for fuzzy calls * Improve fuzzy IO errors logging * Add rra extraction function to rrd library * Add graph handler to the controller * Cache correct passwords to avoid too high CPU usage when working with webui * Controller sockets are owned by router do not export them to task * Optimize logging by skipping hash table search if it's empty * Fix loading issue whith broken statfiles * Print assertions from glib to rspamd logger * Load legacy `lua/rspamd.local.lua` * Update webui with some fixes to learning and scanning Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r--ChangeLog17
-rw-r--r--centos/rspamd.spec2
-rw-r--r--debian/changelog2
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 648e84ef3..7625d6ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+1.0.1:
+ * Add writing to rrd from the controller
+ * Fixed lots of bugs in rrd code
+ * Adopt new DNS API in hfilter plugin (by @AlexeySa)
+ * Allow only one controller process to manage rrd file
+ * Set event base for fuzzy calls
+ * Improve fuzzy IO errors logging
+ * Add rra extraction function to rrd library
+ * Add graph handler to the controller
+ * Cache correct passwords to avoid too high CPU usage when working with webui
+ * Controller sockets are owned by router do not export them to task
+ * Optimize logging by skipping hash table search if it's empty
+ * Fix loading issue whith broken statfiles
+ * Print assertions from glib to rspamd logger
+ * Load legacy `lua/rspamd.local.lua`
+ * Update webui with some fixes to learning and scanning
+
1.0.0:
* Rework symbols processing:
- Improve sorting logic for symbols
diff --git a/centos/rspamd.spec b/centos/rspamd.spec
index 9896af3f8..44fa5afb3 100644
--- a/centos/rspamd.spec
+++ b/centos/rspamd.spec
@@ -8,7 +8,7 @@
%define rspamd_wwwdir %{_datadir}/rspamd/www
Name: rspamd
-Version: 1.0.0
+Version: 1.0.1
Release: 1
Summary: Rapid spam filtering system
Group: System Environment/Daemons
diff --git a/debian/changelog b/debian/changelog
index 184c40949..f52234ac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rspamd (1.0.0) unstable; urgency=low
+rspamd (1.0.1) unstable; urgency=low
* New release.