aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-07-02 11:34:10 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-07-02 11:34:10 +0100
commit493fa7023da980dfa5eca31037351b78c050ccdf (patch)
tree6bad36b2dba103cf0ccfd263795135b79b92cb67
parentdb72ba254fcb85aedb1c331b60adb3e5b00713b1 (diff)
Version bump
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c672479..9345a15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.9.4) stable; urgency=low
+
+ * Clear cleared_at time if raised_at time is set on alert reception.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Mon, 02 Jul 2012 11:33:35 +0100
+
mauvealert (3.9.3) stable; urgency=low
* no_one_in is now only called once per DuringRunner instance per
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index c40e319..9bd57e0 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.9.3"
+ VERSION="3.9.4"
end