aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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