]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.9.1. 0.9.1
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 17 May 2015 15:24:08 +0000 (16:24 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 17 May 2015 15:24:08 +0000 (16:24 +0100)
* Restore utf8 validation for regular expressions to avoid crashes
* Fix symbols displaying in the interface
* Add symbol groups to the interface
* Fix maps ID parsing in the controller
* Add multimap and regexp modules documentation
* Backport fixes from libucl
* Fix debian package (by @dottedmag)
* Rework XXH32 invocations

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

index e17ed3a2e319c64d79a9c1e907dce010a81e0328..42b77e844f00bb96262b9acfe796d6f2c0958ef2 100644 (file)
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 9)
-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")
index 9b952a36fc5fcfe31676debbcc63eb385a5dbc07..1121a199a03c439b2a480b5e8b9bfafbf3d320a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+0.9.1:
+       * Restore utf8 validation for regular expressions to avoid crashes
+       * Fix symbols displaying in the interface
+       * Add symbol groups to the interface
+       * Fix maps ID parsing in the controller
+       * Add multimap and regexp modules documentation
+       * Backport fixes from libucl
+       * Fix debian package (by @dottedmag)
+       * Rework XXH32 invocations
+
 0.9.0:
        * Add support of the fast and secure protocol level encryption:
                - curve25519 is used for key exchange;
index b02b1eb2bae3bd882ad580fc86574fb25a805ffd..3b0219c9e99b905a32a6edabce898958f447397d 100644 (file)
@@ -7,7 +7,7 @@
 %define rspamd_wwwdir   %{_datadir}/rspamd/www
 
 Name:           rspamd
-Version:        0.9.0
+Version:        0.9.1
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons
@@ -233,6 +233,9 @@ fi
 %{_datadir}/rspamd/effective_tld_names.dat
 
 %changelog
+* Sun May 17 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.1-1
+- Update to 0.9.1
+
 * Wed May 13 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.0-1
 - Update to 0.9.0
 
index 22451f4c7bfe334679618434004a302821405095..da13b6e380d3988580606d0266824bf5d543c04d 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (0.9.0) UNRELEASED; urgency=low
+rspamd (0.9.1) UNRELEASED; urgency=low
 
   * New release.