summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-03-19 19:20:26 (GMT)
committerThomas Tanner <trtanner@btinternet.com>2016-03-19 19:20:26 (GMT)
commit55ff2ce640dc465833dca3c95ce4cdd2b95428aa (patch)
tree21bc8f8f641177adbde3b94f4f46d3ad02551bee /src
parentacb2487f98360aaab390c0bbc9d9f41faab14502 (diff)
downloadSCons-55ff2ce640dc465833dca3c95ce4cdd2b95428aa.zip
SCons-55ff2ce640dc465833dca3c95ce4cdd2b95428aa.tar.gz
SCons-55ff2ce640dc465833dca3c95ce4cdd2b95428aa.tar.bz2
Add some release notes
Diffstat (limited to 'src')
-rw-r--r--src/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 3bff366..51f2af6 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -32,6 +32,9 @@
NEW FUNCTIONALITY
- List new features (presumably why a checkpoint is being released)
+ - Addition of script scons-configure-cache which allows you to configure
+ information about a specific cache directly (currently it only supports
+ determining how the cache files are divided into subdirectories).
DEPRECATED FUNCTIONALITY
@@ -41,6 +44,11 @@
- List modifications to existing features, where the previous behavior
wouldn't actually be considered a bug
+ - Cache files are now stored in 256 subdirectories in the cache directory
+ by default (this stresses NFS less). Existing cache directories will
+ remain as current, but scons will prompt you to run scons-configure-cache
+ which will allow you to use the new layour, or confirm you want to use the
+ existing layout.
FIXES