aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2013-05-16 14:14:41 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2013-05-16 14:14:41 +0100
commitb27ab37aeafe7d0f4963a1c9b2e69c1d68e2bc84 (patch)
tree455237a696223e114824c7c958d5c0b35a101bf4
parent80f7fc72323233595269502860817df615b1c9df (diff)
Updated changelog
-rw-r--r--debian/changelog7
-rw-r--r--lib/mauve/version.rb2
2 files changed, 8 insertions, 1 deletions
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 <patrick@bytemark.co.uk> 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.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 0014105..eb3fe1f 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.15.6"
+ VERSION="3.15.11"
end