diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-04-26 17:06:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 17:06:45 (GMT) |
commit | 456ce3e0bb1e74a40f298a60779133b5c2ee382b (patch) | |
tree | 5793a291f5c326a0578e9de8741b170a06904b2c /src/RELEASE.txt | |
parent | 1c4b16798ab8b479eb3507dd401c98637faf6114 (diff) | |
parent | d642ba8c6ee147daa8155b6a354ce66a13bb9188 (diff) | |
download | SCons-456ce3e0bb1e74a40f298a60779133b5c2ee382b.zip SCons-456ce3e0bb1e74a40f298a60779133b5c2ee382b.tar.gz SCons-456ce3e0bb1e74a40f298a60779133b5c2ee382b.tar.bz2 |
Merge branch 'master' into enhanced_debug_explain
Diffstat (limited to 'src/RELEASE.txt')
-rwxr-xr-x | src/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 4885085..efa35eb 100755 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -31,7 +31,9 @@ NEW FUNCTIONALITY - - List new features (presumably why a checkpoint is being released) + - Added variable TEMPFILEARGJOIN to specify how to join arguments written + to temp files used when command lines exceed MAXLINELENGTH when the + command uses $TEMPFILE{...} DEPRECATED FUNCTIONALITY |