aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-03-23 15:15:18 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-03-23 15:15:18 +0000
commitccd064ab3e7e140e851f84e9d1e7f3b987c7b9d1 (patch)
tree8a6cab36f9205d5d7e44d333a69eef51e17b2e24
parent5db46bf119b24896528169fc4409b597960ae6fc (diff)
Version bump
-rw-r--r--debian/changelog7
-rw-r--r--lib/mauve/version.rb2
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