diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-30 12:36:32 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-30 12:36:32 +0000 |
commit | b7dc37a433c3907c2dcee3803d064ba576cc2f3a (patch) | |
tree | 43a27c368d6439f2fd407494969d5afbfa459529 | |
parent | 4556e36c732cf406177adba1bb55b26ec23140fa (diff) |
version bump
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 27854c9..a3ab574 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.14.1-1) stable; urgency=low + + * Web frontend now has a search box. + * Alert counts now reinstated. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 30 Nov 2012 12:35:44 +0000 + mauvealert (3.13.2-1) stable; urgency=low * Raised time now set to unacknowledgment time when alerts become diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index f866930..0efead3 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.13.2" + VERSION="3.14.1" end |