aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-04-18 12:14:19 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-04-18 12:14:19 +0100
commitfeb36793295e19d2271d5f8696f1f2e0fc60e055 (patch)
treed13459d3022ead1748c6e8bd1ca473ebce3963f7 /debian/changelog
parent7b5a12c86e09930bbdd8257bd9cb9ef202011db2 (diff)
Version bump
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 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.