From 41f7d402f9cf15d49b7810dff1e0434780800328 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 21 May 2013 12:27:44 +0100 Subject: Updated changelog + version --- debian/changelog | 8 ++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1