From 5879a832baa9ebdc9be2fcb96790f33413221565 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 8 May 2012 12:07:16 +0100 Subject: Version bump --- debian/changelog | 14 ++++++++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1