aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-05-28 17:26:38 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-05-28 17:26:38 +0400
commit00c7c629771af48e4bc0756ac9b2eb2bba26d583 (patch)
tree5b0ea80dc745c868673663d53f668edb7b9f923c /CMakeLists.txt
parent5a0ad4684967e746b71f635f397ea4c0ae373f69 (diff)
downloadrspamd-00c7c629771af48e4bc0756ac9b2eb2bba26d583.tar.gz
rspamd-00c7c629771af48e4bc0756ac9b2eb2bba26d583.zip
* Avoid DoS while sending a message with a lot of recipients in 'To' header.
Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc15f86c8..690ac352d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
SET(RSPAMD_VERSION_MAJOR 0)
SET(RSPAMD_VERSION_MINOR 4)
-SET(RSPAMD_VERSION_PATCH 7)
+SET(RSPAMD_VERSION_PATCH 8)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")