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 ab39314..acdbfb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.7.7) stable; urgency=low + + * Javascript refreshes now happen every two minutes. + * Alert now tries to find just one matching AlertGroup, not all. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 23 Mar 2012 15:02:53 +0000 + mauvealert (3.7.6) stable; urgency=low * Tweaked alert display to show the alert_group properly. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 5f54605..d7af3a9 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.7.6" + VERSION="3.7.7" end |