summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreenbender <byron.platt@gmail.com>2021-07-08 18:51:50 +1000
committergreenbender <byron.platt@gmail.com>2021-07-08 18:51:50 +1000
commit95b9f12b46567c80352481c99403cbc64a371404 (patch)
tree782d015a0407afab8d7dc090866bb9e5f2a2e45d
parent561149742ed54cd23c09145324a873c0acbafedc (diff)
downloadscons-git-95b9f12b46567c80352481c99403cbc64a371404.tar.gz
Update CHANGES.txt
-rwxr-xr-xCHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c73f345c1..ab4cf8d67 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,12 @@ NOTE: The 4.2.0 Release of SCons will drop Python 3.5 Support
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Byron Platt:
+ - Fix Install() issue when copytree recursion gives bad arguments that can
+ lead to install side-effects including keeping dangling symlinks and
+ silently failing to copy directorys (and their subdirectories) when the
+ directory already exists in the target.
+
From Joseph Brill:
- Internal MSVS update: Remove unnecessary calls to find all installed versions of msvc
when constructing the installed visual studios list.