From 97400df68db390b5fd0e598863064dccf87d8c40 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 4 Sep 2016 16:11:04 -0400 Subject: [PATCH] Config: Changed to 0/1 boolean values for the defaults. - Deprecated use of alternate Boolean configuration settings. Use values "0" for off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f", "yes", "y", "no", "n". --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c1053e8e..79c46ab08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -78,6 +78,9 @@ - Added 'QUARTER' virtual tag. - Fixed unquoted glob in bash completion script (thanks to Ran Benita). +- Deprecated use of alternate Boolean configuration settings. Use values "0" for + off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f", + "yes", "y", "no", "n". ------ current release ---------------------------