]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.0.1 1.0.1
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 22 Sep 2015 15:53:20 +0000 (16:53 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 22 Sep 2015 15:53:20 +0000 (16:53 +0100)
* 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>
ChangeLog
centos/rspamd.spec
debian/changelog

index 648e84ef37836509d5d88e1ea90b4223c0012820..7625d6ca351073eb36b76cd51c581b8c554fbed2 100644 (file)
--- 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
index 9896af3f8a1fb48979cdf9f209ad48dbbc512af6..44fa5afb3efbce1b0e65b564ed8a5cd6fcbd68de 100644 (file)
@@ -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
index 184c409490b9ad58613f50049ca708aa39087fd2..f52234ac87ec3df9c1fb056e558424679b893982 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (1.0.0) unstable; urgency=low
+rspamd (1.0.1) unstable; urgency=low
 
   * New release.