]> source.dussan.org Git - rspamd.git/commitdiff
Update changelog.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Dec 2013 12:54:37 +0000 (12:54 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Dec 2013 12:54:37 +0000 (12:54 +0000)
ChangeLog
centos/rspamd.spec

index 89add5be2c8cb68b4aae96d9fc6a842d0333cc35..7df683ce418429ab4b143c42749dab5c41af6c36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+0.6.2:
+       * Fuzzy check module has been reworked:
+        - now fuzzy_check operates with a group of rules, that define which
+        servers sre to be checked;
+        - it is possible to specify read_only groups to avoid learning errors;
+        - turn fuzzy_check to one_shot mode permanently;
+        - fuzzy_check module configuration is now incompatible with the previous
+        versions.
+       * Imported bugfixes from libucl.
+       * Fixed whitelist plugin.
+       * Fixed statfiles resizing.
+       * Improved logging initialization order.
+       * Fixed race condition in the controller worker.
+
+0.6.1:
+       * Critical bugfixes:
+        - fixed build system;
+        - fixed in_class setting in bayes learning;
+
 0.6.0:
        * Use UCL instead xml for configuration (https://github.com/vstakhov/libucl)
        * Fix statistics module normalization
index b7e6259b2a13622d36f48954e4cc4f4cf4796338..5f16cba902064ee4f401c3f31752e63a394b9fd3 100644 (file)
@@ -8,7 +8,7 @@
 %define USE_JUDY         0
 
 Name:           rspamd
-Version:        0.6.1
+Version:        0.6.2
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons   
@@ -16,7 +16,7 @@ Group:          System Environment/Daemons
 # BSD License (two clause)
 # http://www.freebsd.org/copyright/freebsd-license.html
 License:        BSD
-URL:            https://bitbucket.org/vstakhov/rspamd/ 
+URL:            https://rspamd.com
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
 %if USE_JUDY
 BuildRequires:  cmake,glib2-devel,gmime-devel,libevent-devel,openssl-devel,lua-devel,Judy-devel
@@ -137,6 +137,9 @@ fi
 %config(noreplace) %{rspamd_confdir}/lua/rspamd.classifiers.lua
 
 %changelog
+* Tue Dec 06 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.2-1
+- Update to 0.6.2.
+
 * Tue Nov 19 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.0-1
 - Update to 0.6.0.