diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-06 11:07:34 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-06 11:07:34 +0100 |
commit | 88e95937bd9b72aaf6269709fc089ab197015dd9 (patch) | |
tree | 547176f7e5ca190292919808ac9b3323fedb0706 | |
parent | a704ace65369c4c9ca6fc71c0f5106203012bf16 (diff) |
Version bump
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
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 |