aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-19 17:20:19 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-19 17:20:19 +0100
commit3e91739b5cf97a3a6bd42e7c305f102e6119dbbe (patch)
treed7c52d3d051b818309647ec017070e7bf2682312
parent94ae6e84e90880cb8d08c7202d20d64b03e437b1 (diff)
downloadrspamd-3e91739b5cf97a3a6bd42e7c305f102e6119dbbe.tar.gz
rspamd-3e91739b5cf97a3a6bd42e7c305f102e6119dbbe.zip
Release 0.9.30.9.3
* Revert incorrect regexp change that broke the default rules * Fix lua_tcp module Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog4
-rw-r--r--centos/rspamd.spec5
-rw-r--r--debian/changelog2
4 files changed, 10 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f20843bb..083dffe0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 0)
SET(RSPAMD_VERSION_MINOR 9)
-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 152120f04..c51b79723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.9.3:
+ * Revert incorrect regexp change that broke the default rules
+ * Fix lua_tcp module
+
0.9.2:
* Fix error on spawning unique workers.
* Add preliminary version of generic LUA TCP requests API.
diff --git a/centos/rspamd.spec b/centos/rspamd.spec
index 7c744109d..77ea2765a 100644
--- a/centos/rspamd.spec
+++ b/centos/rspamd.spec
@@ -7,7 +7,7 @@
%define rspamd_wwwdir %{_datadir}/rspamd/www
Name: rspamd
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Summary: Rapid spam filtering system
Group: System Environment/Daemons
@@ -233,6 +233,9 @@ fi
%{_datadir}/rspamd/effective_tld_names.dat
%changelog
+* Tue May 19 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.3-1
+- Update to 0.9.3
+
* Tue May 19 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.2-1
- Update to 0.9.2
diff --git a/debian/changelog b/debian/changelog
index 55db15428..a512819dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rspamd (0.9.2) unstable; urgency=low
+rspamd (0.9.3) unstable; urgency=low
* New release:
- Use lua 5.1 if luajit is not available.