aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5eda141..f97b115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.15.12-1) stable; urgency=low
+
+ * Removed extra database lookup when receiving alert updates.
+ * Added extra to_a when checking to see if an alert should be suppressed to
+ force the database lookup at that point.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 21 May 2013 12:24:13 +0100
+
mauvealert (3.15.11-1) stable; urgency=low
* Notifications now generate just one history entry to ensure that the
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index eb3fe1f..e755416 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.15.11"
+ VERSION="3.15.12"
end