diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-08 12:07:16 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-08 12:07:16 +0100 |
commit | 5879a832baa9ebdc9be2fcb96790f33413221565 (patch) | |
tree | acf8706b1b04a0e0386bc34dfc829a7aa9d526eb | |
parent | 75965bd39036705cf20ad205a712c47c56261d76 (diff) |
Version bump
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8f8d70d..c7bcbad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +mauvealert (3.9.1) stable; urgency=low + + * Web interface now uses an ajax call to work out ack times, falling back to + javascript if that takes too long. + * Default working hours are now 9.30 - 5.30 as per SLA. + * Fixed time tests + standardised dead zone + daylight hours. + * Fixed up PeopleList#resolve_notifications to check for recursion, and only + return notify clauses that refer to people. + * Changed Person#resolve_notification to match the signature for the + people_list version. + * Updated notifier only to try to connect to objects that respond to xmpp. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 08 May 2012 12:05:56 +0100 + mauvealert (3.9.0) stable; urgency=low * Notify anyone who has contributed to an alert's history since its last diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 5bf6cec..1863a97 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.9.0" + VERSION="3.9.1" end |