From: Vsevolod Stakhov Date: Fri, 13 Mar 2015 17:04:00 +0000 (+0000) Subject: Release 0.8.3 X-Git-Tag: 0.8.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b71964a7184bdb38e447b53ae75021cf13f20bb;p=thirdparty%2Frspamd.git Release 0.8.3 * Various critical fixes in distribution (by @dottedmag and @fatalbanana) * Fixed bugs in url detector to parse certain patterns * Add default host and helo for a client * Some sanity checks for tokenizer and classifier * Reiterate on systemd support * Fix missing symbol registration * Add support of spamc compatible output * Filter double-dots in rbl.lua validate_dns (by @fatalbanana) * Update ucl submodule due to critical bugfix Signed-off-by: Vsevolod Stakhov --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b633315a91..f232050443 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 8) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_PATCH 3) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") diff --git a/ChangeLog b/ChangeLog index 23d887a235..9778bcfb7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +0.8.3: + * Various critical fixes in distribution (by @dottedmag and @fatalbanana) + * Fixed bugs in url detector to parse certain patterns + * Add default host and helo for a client + * Some sanity checks for tokenizer and classifier + * Reiterate on systemd support + * Fix missing symbol registration + * Add support of spamc compatible output + * Filter double-dots in rbl.lua validate_dns (by @fatalbanana) + * Update ucl submodule due to critical bugfix + 0.8.2: * Create fuzzy db if it does not exist * Fix: Centos init script: configtest() (by @AlexeySa) diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 7adaaf7b45..dbcf595884 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -218,6 +218,9 @@ fi %{rspamd_wwwdir}/* %changelog +* Fri Mar 13 2015 Vsevolod Stakhov 0.8.3-1 +- Update to 0.8.3 + * Tue Mar 10 2015 Vsevolod Stakhov 0.8.2-1 - Update to 0.8.2 diff --git a/debian/changelog b/debian/changelog index 5504ed44fd..dbd165047e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rspamd (0.8.2) UNRELEASED; urgency=low +rspamd (0.8.3) UNRELEASED; urgency=low * New release. * systemd socket-activated service.