Skip to content

Commit

Permalink
Prepare 0.6.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Mar 23, 2014
1 parent 70cbdb1 commit 69ee67d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions 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)
Expand Down
5 changes: 4 additions & 1 deletion centos/rspamd.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
@@ -1,4 +1,4 @@
rspamd (0.6.8) UNRELEASED; urgency=low
rspamd (0.6.9) unstable; urgency=low

* Initial release (Closes: #683746)

Expand Down

0 comments on commit 69ee67d

Please sign in to comment.