From 638adabf1d2d5d1651a7d8879458e7e3d09f4682 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 5 Dec 2012 12:35:22 +0000 Subject: Version bump --- debian/changelog | 8 ++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1