aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-12-05 12:35:22 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-12-05 12:35:22 +0000
commit638adabf1d2d5d1651a7d8879458e7e3d09f4682 (patch)
tree32a526aa1dd4470d284c9c2ccf87c0e08d94dd01
parent96771ec4af3c90f39081ae13321e17096c43eaa2 (diff)
Version bump
-rw-r--r--debian/changelog8
-rw-r--r--lib/mauve/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c18d307..1d78701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.15.5-1) stable; urgency=low
+
+ * Fixed bug whereby alerts cleared by a "replace" flag were not sending
+ notifications.
+ * The alert summary is now recorded in the history for an alert.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 05 Dec 2012 12:34:21 +0000
+
mauvealert (3.15.4-1) stable; urgency=low
* Fixed typo in AlertGroup.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index e5d0a15..f332184 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.15.4"
+ VERSION="3.15.5"
end