summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2009-11-15 14:32:02 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2009-11-15 14:32:02 (GMT)
commitff6d2e6539e0a3672f0ec0cc807173045cac1941 (patch)
treee45c285f90db155fd9a0afd9e21f7133a7b038de /src/CHANGES.txt
parent6aed9ff532245afdfdf426fcc7b9fddf84bd7e2b (diff)
downloadSCons-ff6d2e6539e0a3672f0ec0cc807173045cac1941.zip
SCons-ff6d2e6539e0a3672f0ec0cc807173045cac1941.tar.gz
SCons-ff6d2e6539e0a3672f0ec0cc807173045cac1941.tar.bz2
Apply patch submitted in issue #947 to fix race condition in
TempFileMunge by using mkstemp instead of mktemp. Includes pre-Python-2.3 compat version of mkstemp. Thanks to Jim Randall.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5db7a66..5c8c8b8 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,9 @@
RELEASE X.X.X - XXX
+ From Jim Randall:
+ - Fixed temp filename race condition on Windows with long cmd lines.
+
From David Cournapeau:
- Fixed tryRun when sconf directory is in a variant dir.
- Do not add -fPIC for ifort tool on non-posix platforms (darwin and