diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
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 |