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")
+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;
%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
%{_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
-rspamd (0.9.0) UNRELEASED; urgency=low
+rspamd (0.9.1) UNRELEASED; urgency=low
* New release.