aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--lib/mauve/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d6989bf..27854c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+mauvealert (3.13.2-1) stable; urgency=low
+
+ * Raised time now set to unacknowledgment time when alerts become
+ unacknowledged
+ * Tidied up history entries
+ * Changed UNACKNOWLEDGED to RE-RAISED when alerts are no longer ack'd
+ * Added suppression information to views
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 29 Nov 2012 21:05:51 +0000
+
mauvealert (3.13.1-1) stable; urgency=low
* Rewrote decision code for notifying on save for an alert.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 4b696c1..f866930 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.13.1"
+ VERSION="3.13.2"
end