diff options
-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 |