diff options
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
3 files changed, 16 insertions, 1 deletions
@@ -28,3 +28,4 @@ fad4ff058ae3cb618f3b81f68c03b3627803286d 3.8.0 dd7cfe719e57b5096ecdd6e3005f5e95ce4c6bef 3.8.4 df526a248854b13ce545f0acfad72e17ab717ba1 3.8.5 159b588888e0787bf8a558c49b4292439acc359d 3.9.0 +5c645b7c24e70cc23a4353c2afe4b6036ac844c7 3.9.1 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 |