summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-03-20 07:19:59 (GMT)
committerThomas Tanner <trtanner@btinternet.com>2016-03-20 07:19:59 (GMT)
commit8f9ad5d0e91468cbe918a7e67affae6be63ac6d5 (patch)
tree28fd9647701da44a844ab83c243db022cc7e4aff
parent55ff2ce640dc465833dca3c95ce4cdd2b95428aa (diff)
downloadSCons-8f9ad5d0e91468cbe918a7e67affae6be63ac6d5.zip
SCons-8f9ad5d0e91468cbe918a7e67affae6be63ac6d5.tar.gz
SCons-8f9ad5d0e91468cbe918a7e67affae6be63ac6d5.tar.bz2
Migrate stuff to the right place
-rw-r--r--src/Announce.txt8
-rw-r--r--src/RELEASE.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/Announce.txt b/src/Announce.txt
index c20d7df..0b58958 100644
--- a/src/Announce.txt
+++ b/src/Announce.txt
@@ -44,6 +44,12 @@ Notes:
a scanner found in SCANNERS (but not for built-in scanners), but now
the Install builder will not scan recursively regardless in order
to optimize Install behaviour and bring orthogonality to previous behaviour.
+* SCons handles cache directories a bit differently/
+** 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 migrate to the new layout, or confirm you want to use the
+ existing layout.
+=================================================================
@@ -56,6 +62,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
changes.
Please note the following important changes since release 2.4.0:
+ - New external tool scons-configurecache which allows some configuration of
+ how files in the cache are controlled.
- Fix to swig tool - pick-up 'swig', 'swig3.0' and 'swig2.0' (in order).
- Fix to swig tool - respect env['SWIG'] provided by user.
- Fix for Bug # 2791 - Setup.py fails unnecessarily under Jython.
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 51f2af6..3bff366 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -32,9 +32,6 @@
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
@@ -44,11 +41,6 @@
- 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