From 7fd1411a1f6b2d83a15d79f56be3c7a31048d9e2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 23 Aug 2012 18:10:26 +0400 Subject: [PATCH] Update to 0.5.2. --- CMakeLists.txt | 2 +- ChangeLog | 11 +++++++++++ debian/changelog | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 856964142..e67a49c5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 1) +SET(RSPAMD_VERSION_PATCH 2) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") diff --git a/ChangeLog b/ChangeLog index ea18d575c..7025d26f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +0.5.2: + * Added lua bindings for: + - basic mime parts, that allows checkign attachements for example; + - DNS resolver; + * Existing lua bindings now works without task object allowing to use them + in custom code. + * Threads system was reworked to avoid global lua interpreter lock. + * DKIM module now converts all line endings to CRLF how opendkim does. + * URL detector is now more accurate for text parts. + * Several critical bugs and memory leaks were fixed. + 0.5.1: * Added lua worker type to handle network connections in lua. * Added lua bindings for async_session, IO dispatcher, memory_pool, and diff --git a/debian/changelog b/debian/changelog index 4afd36fc9..4560d3287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rspamd (0.5.2-1) unstable; urgency=low + + * Upgrade to 0.5.2 + + -- Vsevolod Stakhov Thu, 23 Aug 2012 18:07:00 +0400 + rspamd (0.5.1-1) unstable; urgency=low * Upgrade to 0.5.1 -- 2.39.5