From b76d5dfc5b79814558067e207768f6b0a905c7a9 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 25 Oct 2016 11:49:08 +0000 Subject: [PATCH] - Fix #1134: unbound-control set_option -- val-override-date: -1 works immediately to ignore datetime, or back to 0 to enable it again. The -- is to ignore the '-1' as an option flag. git-svn-id: file:///svn/unbound/trunk@3908 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index fc8eaa75a..19cf20456 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 25 October 2016: Wouter - - Fix #1134: unbound-control set_option val-date-override: -1 works + - Fix #1134: unbound-control set_option -- val-override-date: -1 works immediately to ignore datetime, or back to 0 to enable it again. + The -- is to ignore the '-1' as an option flag. 24 October 2016: Wouter - serve-expired config option: serve expired responses with TTL 0.