Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-09-22 03:29:13 +0300
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-09-22 03:29:13 +0300
commit925859f25c29d3491f867577d8e785986789b94f (patch)
treec8dc34b098e7504f7b0a079d21787104a1a7aa21 /CHANGES.txt
parentb9d9fe03d05016edaf857360a9bc2f62b8d90275 (diff)
MSVC: Fix unhandled MissingConfiguration exception.
Fix an issue with an unhandled MissingConfiguration exception due to an msvc registry query that returns a path that does not exist. Multiple invocation paths were not prepared to handle the MissingConfiguration exception. The MissingConfiguration exception type was removed.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 287fd1843..f0875082b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -38,6 +38,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
module was refactored.
- Add arm64 to the MSVS supported architectures list for VS2017 and later to be
consistent with the current documentation of MSVS_ARCH.
+ - Fix an issue with an unhandled MissingConfiguration exception due to an msvc
+ registry query that returns a path that does not exist. Multiple invocation
+ paths were not prepared to handle the MissingConfiguration exception. The
+ MissingConfiguration exception type was removed.
From Vitaly Cheptsov:
- Fix race condition in `Mkdir` which can happen when two `SConscript`