]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.7.1. 0.7.1
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 30 Sep 2014 11:52:31 +0000 (12:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 30 Sep 2014 11:53:05 +0000 (12:53 +0100)
* Fix typo in stat output.
* Fix issues with includes crossing with the system includes
* Restore testing framework
* Add radix trie test suite
* Implement new path-compressed radix trie.
    - The performance benefit over the old algorithm is about 1.5 times.
        - Memory usage is significantly lower as well.
    - Now radix trie can accept any IPv4/IPv6 values
* Various improvements to the memory pools code
* Fix writing reply to a client when no filters are defined
* Write base32 encoded fuzzy
* Fix 'soft reject' action
* Fix rspamd reload and modules reconfiguration
* Fix subject rewriting for the default subject
* Fix states for processing task and pre-filters
* Fix issues with connection closing
* Fix crashes in rdns
* Fix ratelimit pre-filter
* Update exim patch.
        - Update to the recent exim version
        - Strip extra leading src/ from the patch
        - Remove sendfile since it was broken
        - Fix rspamd spam report for exim
* Improve documentation

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
CMakeLists.txt
ChangeLog
centos/rspamd.spec
debian/changelog

index efd760cd81a1ae7f58ce2964b7b09b90409e3732..8ef0066228de299f96cc03f4fa0c735217561e17 100644 (file)
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_PATCH 1)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
@@ -933,4 +933,4 @@ ENDIF(INSTALL_WEBUI MATCHES "ON")
 ADD_CUSTOM_TARGET(dist ${CMAKE_SOURCE_DIR}/dist.sh
        "${CMAKE_BINARY_DIR}/rspamd-${RSPAMD_VERSION}.tar.xz"
        COMMENT "Create source distribution"
-       WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
\ No newline at end of file
+       WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
index beb47135ba882b8f7ea699b5570bf9b6eb109be7..818937915231ee219f93632c863f3fd0adfdc7e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+0.7.1:
+       * Fix typo in stat output.
+       * Fix issues with includes crossing with the system includes
+       * Restore testing framework
+       * Add radix trie test suite
+       * Implement new path-compressed radix trie.
+           - The performance benefit over the old algorithm is about 1.5 times.
+               - Memory usage is significantly lower as well.
+           - Now radix trie can accept any IPv4/IPv6 values
+       * Various improvements to the memory pools code
+       * Fix writing reply to a client when no filters are defined
+       * Write base32 encoded fuzzy
+       * Fix 'soft reject' action
+       * Fix rspamd reload and modules reconfiguration
+       * Fix subject rewriting for the default subject
+       * Fix states for processing task and pre-filters
+       * Fix issues with connection closing
+       * Fix crashes in rdns
+       * Fix ratelimit pre-filter
+       * Update exim patch.
+               - Update to the recent exim version
+               - Strip extra leading src/ from the patch
+               - Remove sendfile since it was broken
+               - Fix rspamd spam report for exim
+       * Improve documentation
+
 0.7.0:
        * Use HTTP protocol for all operatiosn
        * Webui worker is now removed and controller works as webui
index 13f316ce53ae383f438505dff62838eb8283b61f..267ec3884f25460c8da4be3a3ef0edeacdbd1e4d 100644 (file)
@@ -217,6 +217,9 @@ fi
 %{rspamd_wwwdir}/*
 
 %changelog
+* Mon Sep 30 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.1-1
+- Update to 0.7.1
+
 * Mon Sep 1 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.0-1
 - Update to 0.7.0
 
index bdb5fc9e0becbd7723f22f2e7f1193463c9f4106..16b007a78785b8e143f42c2f5cc555581f51957f 100644 (file)
@@ -1,8 +1,8 @@
-rspamd (0.7.0) UNRELEASED; urgency=low
+rspamd (0.7.1) UNRELEASED; urgency=low
 
   * New release.
 
- -- Mikhail Gusarov <dottedmag@debian.org>  Fri, 28 Mar 2014 15:01:00 +0100
+ -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 30 Sep 2014 12:31:00 +0100
 
 rspamd (0.6.9) unstable; urgency=low