summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-12-19 20:32:18 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2022-12-19 20:32:18 -0800
commitd14d9694f925a04f033e6f0119f36f5fbfbc73f3 (patch)
tree0d8eef675e93eb6464f9344c254c795b02eb8407 /RELEASE.txt
parent6d8588a076c796f48d2328784cbaf390ee572d1c (diff)
downloadscons-git-d14d9694f925a04f033e6f0119f36f5fbfbc73f3.tar.gz
Fixed using --diskcheck=none from command line. It was always broken. SetOption('diskcheck','none') has been working all along. Also refactored the DiskChecker class to have more meaningful properties and not shadow default python objects (list, dir)..
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 81ee61282..40852fe7b 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -64,6 +64,8 @@ FIXES
- Ninja: Fix execution environment sanitation for launching ninja. Previously if you set an
execution environment variable set to a python list it would crash. Now it
will create a string joining the list with os.pathsep
+- Fixed setting diskcheck to 'none' via command line works --diskcheck=none. Apparently it has never worked
+ even though SetOption('diskcheck','none') did work.
IMPROVEMENTS
------------