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".
This commit is contained in:
Paul Beckingham 2016-09-04 16:11:04 -04:00
parent b7e71a1c3c
commit 2e11c3c104
4 changed files with 136 additions and 129 deletions

View file

@ -40,6 +40,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".
2.5.1 (2016-02-24) 8b4ae3b54b44dfbd00b96cdd6dceb8dfe7cc1ea0