]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 0.8.3 0.8.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Mar 2015 17:04:00 +0000 (17:04 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Mar 2015 17:04:00 +0000 (17:04 +0000)
* Various critical fixes in distribution (by @dottedmag and @fatalbanana)
* Fixed bugs in url detector to parse certain patterns
* Add default host and helo for a client
* Some sanity checks for tokenizer and classifier
* Reiterate on systemd support
* Fix missing symbol registration
* Add support of spamc compatible output
* Filter double-dots in rbl.lua validate_dns (by @fatalbanana)
* Update ucl submodule due to critical bugfix

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

index b633315a91995002d652c3cd44c34366071a68e8..f23205044341ba38f4ea8c005397b5597bc52ad4 100644 (file)
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 8)
-SET(RSPAMD_VERSION_PATCH 2)
+SET(RSPAMD_VERSION_PATCH 3)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
index 23d887a235b182dda8d250b5fb2da829253c487d..9778bcfb7deba6e042d43f689c29c7c2d371f5c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+0.8.3:
+       * Various critical fixes in distribution (by @dottedmag and @fatalbanana)
+       * Fixed bugs in url detector to parse certain patterns
+       * Add default host and helo for a client
+       * Some sanity checks for tokenizer and classifier
+       * Reiterate on systemd support
+       * Fix missing symbol registration
+       * Add support of spamc compatible output
+       * Filter double-dots in rbl.lua validate_dns (by @fatalbanana)
+       * Update ucl submodule due to critical bugfix
+
 0.8.2:
        * Create fuzzy db if it does not exist
        * Fix: Centos init script: configtest() (by @AlexeySa)
index 7adaaf7b45ff477a69fe0160f0958c7c14179a79..dbcf595884828e7fb3f33de4086e18b89020095c 100644 (file)
@@ -7,7 +7,7 @@
 %define rspamd_wwwdir   %{_datadir}/rspamd/www
 
 Name:           rspamd
-Version:        0.8.2
+Version:        0.8.3
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons
@@ -218,6 +218,9 @@ fi
 %{rspamd_wwwdir}/*
 
 %changelog
+* Fri Mar 13 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.8.3-1
+- Update to 0.8.3
+
 * Tue Mar 10 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.8.2-1
 - Update to 0.8.2
 
index 5504ed44fdfe9f9b08108339af55c7760efc862a..dbd165047ef7bbbd333c79e7449324b56868491e 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (0.8.2) UNRELEASED; urgency=low
+rspamd (0.8.3) UNRELEASED; urgency=low
 
   * New release.
   * systemd socket-activated service.