From 5a627a80c1f2e62cc7725b4794dacb5c54fa48e5 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 1 May 2013 10:17:34 +0100 Subject: Updated changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index a350821..3e1e036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.15.7-1) stable; urgency=low + + * Altered alert_group to only set one reminder. + * Allow alert to clear raised_at/cleared_at times if none specified. + + -- Patrick J Cherry Wed, 01 May 2013 10:16:52 +0100 + mauvealert (3.15.6-2) stable; urgency=low * Added generic_http library that had been missed off. -- cgit v1.2.1 From 206413fa86b384dcac8f97979e6c5a019415d18f Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 1 May 2013 15:41:58 +0100 Subject: updated changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3e1e036..c127567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.15.8-1) stable; urgency=low + + * Added a further check to make sure the last alert of the same update type + was being updated by reminders. + + -- Patrick J Cherry Wed, 01 May 2013 15:41:10 +0100 + mauvealert (3.15.7-1) stable; urgency=low * Altered alert_group to only set one reminder. -- cgit v1.2.1 From 9b3f93ec5b3f8563c32e66e227828c292fdc2198 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 2 May 2013 14:24:20 +0100 Subject: Updated changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c127567..bebbda9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.9-1) stable; urgency=low + + * Added Mauve::QuickUpdate library + + -- Patrick J Cherry Thu, 02 May 2013 14:23:34 +0100 + mauvealert (3.15.8-1) stable; urgency=low * Added a further check to make sure the last alert of the same update type -- cgit v1.2.1 From 5593ea62e25e079ed630d268602162b48b99a1c1 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 16 May 2013 12:41:32 +0100 Subject: Updated changelog --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bebbda9..66ece88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mauvealert (3.15.10-1ubuntu1) stable; urgency=low + + * Database is now queried to see if a notification should be suppressed. + * Notification suppression now takes urgency into account, such that more + urgent alerts are not smothered by less urgent ones. + * Templates now include which level the alert is. + + -- Patrick J Cherry Thu, 16 May 2013 11:47:33 +0100 + mauvealert (3.15.9-1) stable; urgency=low * Added Mauve::QuickUpdate library -- cgit v1.2.1 From b27ab37aeafe7d0f4963a1c9b2e69c1d68e2bc84 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 16 May 2013 14:14:41 +0100 Subject: Updated changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 66ece88..5eda141 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.15.11-1) stable; urgency=low + + * Notifications now generate just one history entry to ensure that the + previous changes regarding notification supression work. + + -- Patrick J Cherry Thu, 16 May 2013 14:13:43 +0100 + mauvealert (3.15.10-1ubuntu1) stable; urgency=low * Database is now queried to see if a notification should be suppressed. -- cgit v1.2.1 From 41f7d402f9cf15d49b7810dff1e0434780800328 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 21 May 2013 12:27:44 +0100 Subject: Updated changelog + version --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5eda141..f97b115 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mauvealert (3.15.12-1) stable; urgency=low + + * Removed extra database lookup when receiving alert updates. + * Added extra to_a when checking to see if an alert should be suppressed to + force the database lookup at that point. + + -- Patrick J Cherry Tue, 21 May 2013 12:24:13 +0100 + mauvealert (3.15.11-1) stable; urgency=low * Notifications now generate just one history entry to ensure that the -- cgit v1.2.1 From 462aec120967f706b30f702ac3c997d1e2ac6c6a Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 21 May 2013 14:34:49 +0100 Subject: Updated changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f97b115..66003e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.13-1) stable; urgency=low + + * Switched off global socket reverse lookups. + + -- Patrick J Cherry Tue, 21 May 2013 14:34:15 +0100 + mauvealert (3.15.12-1) stable; urgency=low * Removed extra database lookup when receiving alert updates. -- cgit v1.2.1 From 82dc54d6b8acbe819c6ab4fd8762d891bf415bb3 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 22 May 2013 11:48:32 +0100 Subject: Update changelog + version --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 66003e9..21f945a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.14-1) stable; urgency=low + + * Web interface now defaults to wall-clock hours. + + -- Patrick J Cherry Wed, 22 May 2013 11:47:52 +0100 + mauvealert (3.15.13-1) stable; urgency=low * Switched off global socket reverse lookups. -- cgit v1.2.1