From feb36793295e19d2271d5f8696f1f2e0fc60e055 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 18 Apr 2012 12:14:19 +0100 Subject: Version bump --- debian/changelog | 15 +++++++++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index acdbfb8..45afd27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +mauvealert (3.7.8) stable; urgency=low + + * Reduced the liklihood of race conditions during evaluation of during {} + clauses. + * Added cache to DuringRunner to reduce the number of times now? is + evaluated. + * Added a debug! option to notification_method clauses for easier, erm, + debugging. + * Alert#notify and AlertChanged#notify now make use of the notification + buffer make the disconnection betweeen the processing loop and + notifications happen sooner. + * Manpage typo sorted out. + + -- Patrick J Cherry Wed, 18 Apr 2012 12:10:07 +0100 + mauvealert (3.7.7) stable; urgency=low * Javascript refreshes now happen every two minutes. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index d7af3a9..1694498 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.7.7" + VERSION="3.7.8" end -- cgit v1.2.1