]> source.dussan.org Git - rspamd.git/commitdiff
Prepare 0.6.9.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 23 Mar 2014 17:03:51 +0000 (10:03 -0700)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 23 Mar 2014 17:03:51 +0000 (10:03 -0700)
ChangeLog
centos/rspamd.spec
debian/changelog

index 24f57a40d3a1c2038ee90ff70c7b2cd3cb575ade..5bf5acd6ee8a241fb12d5376a1d9eabc1daed51c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+0.6.9:
+       * Fix serious bug in DNS random code.
+       * Rename symbol HFILTER_HOSTNAME_NOPTR (@AlexeySa)
+       * Fix Hfilter for null text part (@AlexeySa)
+       * Fix rule MISSING_MIMEOLE for IPB forum (@AlexeySa)
+       * Tweak default RBL module config for brevity (@fatalbanana)
+       * Fix nameservers setup.
+       * Fix overrides for a metric. (#33)
+       * Fix memory leak in fuzzy_add command.
+       * Debianization (by @dottedmag).
+       * Rework resolver library.
+       * Rework LRU hash logic.
+       * Fix users in debian package (by @dottedmag).
+       * Rework bloom hash library to use XXHash.
+       * Remove judy and use glib hash tables from fuzzy_storage.
+
 0.6.8:
        * Controller now listen for localhost and not for 127.0.0.1 by default
        * Allow FCrDNS-style RBL lookups (by @fatalbanana)
index f3a8fdce0682411c253b2b38f7fc9e40ef50609e..00291408d9e1a4bf347bec67f1003e52994539a0 100644 (file)
@@ -13,7 +13,7 @@
 %endif
 
 Name:           rspamd
-Version:        0.6.8
+Version:        0.6.9
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons   
@@ -213,6 +213,9 @@ fi
 %{rspamd_confdir}/lua/rspamd.classifiers.lua
 
 %changelog
+* Sun Mar 23 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.9-1
+- Update to 0.6.9.
+
 * Mon Feb 03 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.8-1
 - Update to 0.6.8.
 
index d2d65ea96b1999daa6647ce688c0cbcc071bf899..d82ae7700a9738abc546eb686bcc07e8bca72855 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (0.6.8) UNRELEASED; urgency=low
+rspamd (0.6.9) unstable; urgency=low
 
   * Initial release (Closes: #683746)