aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog6
-rw-r--r--centos/rspamd.spec5
-rw-r--r--debian/changelog6
4 files changed, 18 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c59a42b6..66fcc9430 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 9cfaf61ee..d03feebc5 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 4f5099750..00c9144a5 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 <vsevolod-at-highsecure.ru> 0.6.5-1
+- Update to 0.6.5.
+
* Wed Dec 18 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.4-1
- Update to 0.6.4.
diff --git a/debian/changelog b/debian/changelog
index 5f3d82614..ed0c0bc22 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 <vsevolod@highsecure.ru> Wed, 20 Dec 2013 15:50:00 +0000
+
rspamd (0.6.4-1) unstable; urgency=low
* Upgrade to 0.6.4