diff options
-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 |