]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Stop for 0.6.7. 0.6.7
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 Jan 2014 17:15:26 +0000 (17:15 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 Jan 2014 17:15:26 +0000 (17:15 +0000)
CMakeLists.txt
ChangeLog
centos/rspamd.spec
debian/changelog

index 1ac036678db95c199c3b180c6764e8522a213cbc..5941203ae555ca1b6308a69224b04f889db2fa12 100644 (file)
@@ -9,8 +9,8 @@
 PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
-SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_MINOR 6)
+SET(RSPAMD_VERSION_PATCH 7)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
index 8501b9146968b5d8663de9bef25cd18488b18b9a..aad2e0883cc8a1361e63d760608d19bc2fdf1e9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+0.6.7:
+       * Use ChaCha20 for DNS generator (more secure DNS id)
+       * Unknown symbols now has zero weight and not 1.0
+       * Fix fuzzy hashes expire time
+       * Fix critical issue in statfiles on FreeBSD 9 (and some other platforms)
+       * Add .include_map macro to ucl parser
+       * Update libucl
+       * Fix headers end detection for DKIM module
+       * Fix a bug in received headers parser
+       * Validate IP addresses before pushing them to lua
+       * Start new documentation project
+       * Fixed tonns of other minor bugs
+       * Start to prepare for 0.7 with HTTP protocol and new settings
+
 0.6.6:
        * Removed issue with BUFSIZ limitation in the controller output
        * Simplify logging symbols escaping
index e7e7959bc938205f33c734c18336ada512b7ce47..bf46c076ae3005f82593b92997cef88d525a139b 100644 (file)
@@ -15,7 +15,7 @@
 %endif
 
 Name:           rspamd
-Version:        0.6.6
+Version:        0.6.7
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons   
@@ -229,6 +229,9 @@ fi
 %{rspamd_confdir}/lua/rspamd.classifiers.lua
 
 %changelog
+* Fri Jan 10 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.7-1
+- Update to 0.6.7.
+
 * Fri Dec 27 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.6-1
 - Update to 0.6.6.
 
index 3d34bc28c1d2a7d8a05719af522be399b1179a1b..34beeee6c1c5ef4d00673a875ac487db86e68056 100644 (file)
@@ -1,3 +1,9 @@
+rspamd (0.6.7-1) unstable; urgency=low
+
+  * Upgrade to 0.6.7
+
+ -- Vsevolod Stakhov <vsevolod@highsecure.ru>  Fri, 10 Jan 2013 17:07:00 +0000
+
 rspamd (0.6.6-1) unstable; urgency=low
 
   * Upgrade to 0.6.6