aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-23 10:51:26 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-23 10:51:26 +0000
commitb237f77ebcf7a66212e2dd2e92ba60cbeca3e657 (patch)
tree6d16ca9592318392dc11a39d4789e566f9321e46
parent73972fbcf2ce001c0b465f57bc748ab3a976412c (diff)
Version bump
-rw-r--r--debian/changelog10
-rw-r--r--lib/mauve/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 81a1ec5..e3fd316 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+mauvealert (3.11.3) stable; urgency=low
+
+ * minimal_dns_lookups configuration item added, preventing extra DNS lookups
+ when matching hosts to source lists.
+ * When the cached alert group is saved (in Notifier#notify) the callbacks
+ which trigger notifications are now skipped.
+ * Tidied up postgres test failure.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 23 Nov 2012 10:49:21 +0000
+
mauvealert (3.11.2) stable; urgency=low
* Fixed typo in WebInterface.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 0b5c986..3b443c9 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.10.0"
+ VERSION="3.11.3"
end