diff --git a/ChangeLog b/ChangeLog index 24f57a40d3..5bf5acd6ee 100644 --- 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) diff --git a/centos/rspamd.spec b/centos/rspamd.spec index f3a8fdce06..00291408d9 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -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 0.6.9-1 +- Update to 0.6.9. + * Mon Feb 03 2014 Vsevolod Stakhov 0.6.8-1 - Update to 0.6.8. diff --git a/debian/changelog b/debian/changelog index d2d65ea96b..d82ae7700a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rspamd (0.6.8) UNRELEASED; urgency=low +rspamd (0.6.9) unstable; urgency=low * Initial release (Closes: #683746)