From 43b41c56ce469cdaa94447541693578c5ec16a91 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 11 May 2015 17:55:42 +0200 Subject: [PATCH] Cut 0.13.3. --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1464fb67c..a5b0ce42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.13.3 / 2015-05-11 +* [BUGFIX] Handle fingerprint collisions properly. +* [CHANGE] Comments in rules file must start with `#`. (The undocumented `//` + and `/*...*/` comment styles are no longer supported.) +* [ENHANCEMENT] Switch to custom expression language parser and evaluation + engine, which generates better error messages, fixes some parsing edge-cases, + and enables other future enhancements (like the ones below). +* [ENHANCEMENT] Limit maximum number of concurrent queries. +* [ENHANCEMENT] Terminate running queries during shutdown. + ## 0.13.2 / 2015-05-05 * [MAINTENANCE] Updated vendored dependcies to their newest versions. * [MAINTENANCE] Include rule_checker and console templates in release tarball. diff --git a/VERSION b/VERSION index 9beb74d49..288adf538 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.2 +0.13.3