From: Vsevolod Stakhov Date: Fri, 20 Dec 2013 15:57:07 +0000 (+0000) Subject: Update to 0.6.5. X-Git-Tag: 0.6.5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a48634eb0371ae45fc14e56a405e69a039812542;p=thirdparty%2Frspamd.git Update to 0.6.5. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c59a42b6c..66fcc9430e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") @@ -1154,4 +1154,4 @@ ENDFOREACH(LUA_CONF) # Manual pages INSTALL(FILES "doc/rspamd.8" DESTINATION ${MANDIR}/man8) -INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1) \ No newline at end of file +INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1) diff --git a/ChangeLog b/ChangeLog index 9cfaf61ee5..d03feebc53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +0.6.5: + * Fixed critical bug in DNS resolver, introduced in 0.6.4 + * Improved multimap and rbl plugins to skip + * Add dns_sockets option for tuning sockets per server in DNS resolver + * Improved packages for rspamd + 0.6.4: * Added io channels for DNS request to balance load and reduce id collisions chance diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 4f50997506..00c9144a5e 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -15,7 +15,7 @@ %endif Name: rspamd -Version: 0.6.4 +Version: 0.6.5 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -177,6 +177,9 @@ fi %endif %changelog +* Wed Dec 20 2013 Vsevolod Stakhov 0.6.5-1 +- Update to 0.6.5. + * Wed Dec 18 2013 Vsevolod Stakhov 0.6.4-1 - Update to 0.6.4. diff --git a/debian/changelog b/debian/changelog index 5f3d826146..ed0c0bc22a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rspamd (0.6.5-1) unstable; urgency=low + + * Upgrade to 0.6.5 + + -- Vsevolod Stakhov Wed, 20 Dec 2013 15:50:00 +0000 + rspamd (0.6.4-1) unstable; urgency=low * Upgrade to 0.6.4