summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-22 19:30:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-04-22 19:30:22 (GMT)
commit309db5fc9e6c332d704a9618c01171bfe03815ec (patch)
tree4df76a2286abae967609b1ef3c7ee136bdbf184b
parent61ae79c9741434688ad7ad6b22ff34d48c90f30b (diff)
downloadSCons-309db5fc9e6c332d704a9618c01171bfe03815ec.zip
SCons-309db5fc9e6c332d704a9618c01171bfe03815ec.tar.gz
SCons-309db5fc9e6c332d704a9618c01171bfe03815ec.tar.bz2
Fix Issue #3350 - Update CHANGES.txt and RELEASE.txt
-rwxr-xr-xsrc/CHANGES.txt3
-rwxr-xr-xsrc/RELEASE.txt4
2 files changed, 6 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 86e98ac..372c2d0 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From William Deegan:
- Fix Issue #3350 - SCons Exception EnvironmentError is conflicting with Python's EnvironmentError.
Renamed to SConsEnvironmentError
+ - Fix Issue #3350 - mslink failing when too many objects. This is resolved by adding TEMPFILEARGJOIN variable
+ which specifies what character to join all the argements output into the tempfile. The default remains a space
+ when mslink, msvc, or mslib tools are loaded they change the TEMPFILEARGJOIN to be a line separator (\r\n on win32)
From Mats Wichmann:
- scons-time takes more care closing files and uses safer mkdtemp to avoid
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 076e4bb..06051ea 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