aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-06-09 16:35:00 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-06-09 16:35:00 +0400
commit98495cb4ceff13cf0d22258d9499c8003e417eb9 (patch)
tree12205cbd413a1754bb66de003d34227aab487337 /debian
parent6062a9e4828ad0fdfad3d3ca5c0b7b658a135bf0 (diff)
downloadrspamd-98495cb4ceff13cf0d22258d9499c8003e417eb9.tar.gz
rspamd-98495cb4ceff13cf0d22258d9499c8003e417eb9.zip
Update debian rules and changelog.0.5.0
Update sample config file.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
-rwxr-xr-xdebian/rules2
2 files changed, 17 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bf11658e8..3bbdacd7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+rspamd (0.5.0-1) unstable; urgency=low
+
+ * Upgrade to 0.5.0
+ - Added SMTP lightweight balancing proxy with XCLIENT support.
+ - Added lua bindings for upstreams objects and API.
+ - New pre-filters are implemented to support initial checking for messages.
+ - Added ratelimit plugin that uses redis protocol to store data.
+ - Added ipv6 support to spf and some other modules.
+ - Unbreak spf plugin.
+ - Allow options with the same name be threated as list.
+ - DKIM plugin an parsing code was added.
+ - Separate build system to put logic in several shared libraries.
+ - Many bugfixes.
+
+ -- Vsevolod Stakhov <vsevolod@highsecure.ru> Sat, 9 Jun 2012 15:59:00 +0400
+
rspamd (0.4.7-1) unstable; urgency=low
* Upgrade to 0.4.7
diff --git a/debian/rules b/debian/rules
index 3ae78f020..69d125cfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
-DEB_CMAKE_NORMAL_ARGS+= -DETC_PREFIX=/etc -DMAN_PREFIX=/usr/share/man -DLOCALSTATES_PREFIX=/var/run
+DEB_CMAKE_NORMAL_ARGS+= -DETC_PREFIX=/etc -DMAN_PREFIX=/usr/share/man -DLOCALSTATES_PREFIX=/var/run -DLIBDIR=/usr/lib -DINCLUDEDIR=/usr/inlude -DNO_SHARED=ON