aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:15:14 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:15:14 +0000
commitc8d6583dd91fc758eee280708e667ee9bf569d47 (patch)
tree0c2c13609c05a08bb0d8716d0ed4b03b9762c278
parent145b3a64114e74844528071956355472408012ba (diff)
Version bump
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ce78eaf..d36e0dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.15.3-1) stable; urgency=low
+
+ * Further fix-ups to the alert notification suppression code.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 04 Dec 2012 14:08:47 +0000
+
mauvealert (3.15.2-1) stable; urgency=low
* Added "eager" loading when looking at event histories.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 4206dd2..f70abc4 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.15.2"
+ VERSION="3.15.3"
end