aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--lib/mauve/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a3ab574..eb82c8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.14.2-1) stable; urgency=low
+
+ * Alert actions are now controlled by just one form, and two actions.
+ * Alerts in search results are now de-duped.
+ * Serch results are only coloured if they're raised.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 30 Nov 2012 14:52:34 +0000
+
mauvealert (3.14.1-1) stable; urgency=low
* Web frontend now has a search box.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 0efead3..e123d85 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.14.1"
+ VERSION="3.14.2"
end