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 d057301..d552068 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.5.4) lucid; urgency=low
+
+ * Fixed up alert suppression to work better
+ * Also allow multiple suppression clauses in config
+ * Test for dual alerts when an alert unacknowledges.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 06 Sep 2011 11:06:09 +0100
+
mauvealert (3.5.3) stable; urgency=low
* Fixed do_get timeout
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 4690bab..6a78983 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -1,5 +1,5 @@
module Mauve
- VERSION="3.5.3"
+ VERSION="3.5.4"
end