]> source.dussan.org Git - rspamd.git/commitdiff
Update to 0.5.2.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 23 Aug 2012 14:10:26 +0000 (18:10 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 23 Aug 2012 14:10:26 +0000 (18:10 +0400)
CMakeLists.txt
ChangeLog
debian/changelog

index 8569641423212582e76a44441cf6ef5eb023743e..e67a49c5ecc80de5cbe8232c39ea34c68b206925 100644 (file)
@@ -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}")
index ea18d575cdf3e33d3af7655d328726f80adb0006..7025d26f87a0d9bf22fed7dc315ac278abe31ba5 100644 (file)
--- 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
index 4afd36fc92a2a24ecb6834c1a60199998e33cbcc..4560d328774b20d288565841b7c9b0d9450c7e53 100644 (file)
@@ -1,3 +1,9 @@
+rspamd (0.5.2-1) unstable; urgency=low
+
+  * Upgrade to 0.5.2
+ -- Vsevolod Stakhov <vsevolod@highsecure.ru>  Thu, 23 Aug 2012 18:07:00 +0400
+
 rspamd (0.5.1-1) unstable; urgency=low
 
   * Upgrade to 0.5.1