aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog15
-rw-r--r--lib/mauve/version.rb2
2 files changed, 16 insertions, 1 deletions
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 <patrick@bytemark.co.uk> 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