aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-27 09:59:04 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-27 09:59:04 +0000
commit251b78f39f1394babfad25c364ca9ccc17ba4622 (patch)
tree6c47d6ed88512fbb14971ae368ae9d8a4fed2bbf
parent8354c4de287390b83a44eff964d5ca3a71e38a85 (diff)
Version bump + changelog
-rw-r--r--debian/changelog8
-rw-r--r--lib/mauve/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 33da2c6..80ea131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.11.6-1) stable; urgency=low
+
+ * Added dm-validations monkey-patch to automatically save validation
+ failures, when no failures are given.
+ * Reverted change to AlertChanged.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 27 Nov 2012 09:55:44 +0000
+
mauvealert (3.11.5-1) stable; urgency=low
* Now uses ruby-ipaddress instead of IPAddr.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index bd0e8cf..ced6847 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.11.4"
+ VERSION="3.11.6"
end