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-10-11 20:00:30 +0300
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-10-11 20:00:30 +0300
commit78b73a7e3d80190058154aad3cf4fc709638fcf0 (patch)
treec1955e5d94f8fd2e0972ddcc30204dc4f9f8baba /CHANGES.txt
parent120b2cd0b71363f63e8eb4898a44f1ba8a48af64 (diff)
Change the module imports from relative imports to top-level absolute imports for the Microsoft tools.
Moving any of the Microsoft tools that used relative imports to the scons site tools folder would fail on import (i.e., the relative import paths become invalid when the tools are moved).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a55c53249..ff7ef5062 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
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.
+ - The MSCommon module import was changed from a relative import to a top-level
+ absolute import in the following Microsoft tools: midl, mslib, mslink, mssdk, msvc,
+ msvs. Moving any of these tools that used relative imports to the scons site tools
+ folder would fail on import (i.e., the relative import paths become invalid when
+ moved).
From Vitaly Cheptsov:
- Fix race condition in `Mkdir` which can happen when two `SConscript`