diff options
author | Thomas Tanner <trtanner@btinternet.com> | 2016-03-19 10:59:38 (GMT) |
---|---|---|
committer | Thomas Tanner <trtanner@btinternet.com> | 2016-03-19 10:59:38 (GMT) |
commit | b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49 (patch) | |
tree | 2e01262f7daab2fd6ed07fb041b0b2045699ea06 /src/CHANGES.txt | |
parent | 2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b (diff) | |
download | SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.zip SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.tar.gz SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.tar.bz2 |
Cleanup of code/comments and rename and rewrite of upgrade script
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 52cff62..2057199 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,10 +7,12 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Tom Tanner: - - change cache to use 2 character subdirectories, rather than one character. - For existing caches, you will need to run the scons-rename-cachedirs.py - script to update them to the new format. You will get a warning for this - every time you build. + - change cache to use 2 character subdirectories, rather than one character, + so as not to give huge directories for large caches, a situation which + causes issues for NFS. + For existing caches, you will need to run the scons-configure-cache.py + script to update them to the new format. You will get a warning every time + you build until you co this. - Fix a bunch of unit tests on windows From Dirk Baechle: |