From 87120745feb0a1f90196b1fb21b4f9f2eff8b328 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 17 May 2015 16:24:08 +0100 Subject: [PATCH] Release 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 Signed-off-by: Vsevolod Stakhov --- CMakeLists.txt | 2 +- ChangeLog | 10 ++++++++++ centos/rspamd.spec | 5 ++++- debian/changelog | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e17ed3a2e..42b77e844 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/ChangeLog b/ChangeLog index 9b952a36f..1121a199a 100644 --- 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; diff --git a/centos/rspamd.spec b/centos/rspamd.spec index b02b1eb2b..3b0219c9e 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -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 0.9.1-1 +- Update to 0.9.1 + * Wed May 13 2015 Vsevolod Stakhov 0.9.0-1 - Update to 0.9.0 diff --git a/debian/changelog b/debian/changelog index 22451f4c7..da13b6e38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rspamd (0.9.0) UNRELEASED; urgency=low +rspamd (0.9.1) UNRELEASED; urgency=low * New release. -- 2.39.5