From 95f7a568ee8058fab734dcd3678e721020551012 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 4 Mar 2015 10:02:12 +0000 Subject: New release --- debian/changelog | 6 ++++++ lib/custodian/settings.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fc6e63f..a497fc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (0.24.2) stable; urgency=medium + + * Allow "ipv6_only" and "ipv4_only" to be added to tests. + + -- Steve Kemp Wed, 04 Mar 2015 10:00:01 +0000 + custodian (0.24.1) stable; urgency=medium * Updated to work with Ruby 1.8, and explictly convert the class diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index b2bdb04..74d6bfb 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -169,7 +169,7 @@ module Custodian def alerter _load() unless( _loaded? ) - @settings['alerter'] || "file" + @settings['alerter'] || "redis" end -- cgit v1.2.1