summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-07-12 20:52:56 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-07-12 20:52:56 (GMT)
commitfee593d10d496d664955696837661b9c46848cac (patch)
tree5363a25c51f417b09c47bae36d5e4bc0040a1757 /RELEASE.txt
parent7f5cb0d18b4ab416b6f50d042edf550f49bb517f (diff)
downloadSCons-fee593d10d496d664955696837661b9c46848cac.zip
SCons-fee593d10d496d664955696837661b9c46848cac.tar.gz
SCons-fee593d10d496d664955696837661b9c46848cac.tar.bz2
[ci skip] Add blurb for CHANGES and RELEASE
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-xRELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index e6e870b..9b672f6 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -67,6 +67,10 @@ FIXES
that regressed as of 4.0.0.
- Fix issue #3790: Generators in CPPDEFINES now have access to populated source
and target lists
+ - Fix a potential race condition in shared cache environments where the permissions are
+ not writeable for a moment after the file has been renamed and other builds (users) will copy
+ it out of the cacheSmall reorganization of logic to copy files from cachedir. Moved CacheDir
+ writeable permission code for copy to cache behind the atomic rename operation.
IMPROVEMENTS