diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-23 15:45:00 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-23 15:45:00 +0000 |
commit | 3821264dc613daffc2d183bec7a407f1b16ba60d (patch) | |
tree | 1994145f259e31c5ac67311f4be4bd07637de37e | |
parent | 9b69cf2c36140bc9de9976286e46866211bb17a3 (diff) |
Version bump
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c9120b2..b50949d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mauvealert (3.11.4-1) stable; urgency=low + + * AlertGroup is no longer looked for on raise/clear/ack. It is looked up on + notification. + * Update web_interface to use public_folder instead of just public + * Tidied notifier a little. Alert#cached_alert_group is reset before + notification. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 23 Nov 2012 15:43:11 +0000 + mauvealert (3.11.3-3) stable; urgency=low * dm-aggregates now included. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 3b443c9..bd0e8cf 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.11.3" + VERSION="3.11.4" end |