summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt10
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: