diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-05 12:35:22 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-05 12:35:22 +0000 |
commit | 638adabf1d2d5d1651a7d8879458e7e3d09f4682 (patch) | |
tree | 32a526aa1dd4470d284c9c2ccf87c0e08d94dd01 | |
parent | 96771ec4af3c90f39081ae13321e17096c43eaa2 (diff) |
Version bump
-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 |