diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-05-22 21:35:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-05-22 21:35:06 (GMT) |
commit | e5043ad11bdcaa87ab8e3ed391d00ef002192641 (patch) | |
tree | f20a88b59914c687ddf29fbcf08e811b67adc996 /RELEASE.txt | |
parent | 0d958e0c58c60384f448060993fa013cbcbcf0dd (diff) | |
download | SCons-e5043ad11bdcaa87ab8e3ed391d00ef002192641.zip SCons-e5043ad11bdcaa87ab8e3ed391d00ef002192641.tar.gz SCons-e5043ad11bdcaa87ab8e3ed391d00ef002192641.tar.bz2 |
[ci skip] Updated CHANGES/RELEASE.txt to move the blurbs for these changes to the current version
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index a6ffbee..3cab3eb 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -52,6 +52,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY output format written to stdout to include more information about the source for each message of MSVC initialization debugging output. A single space was added before the message for all debugging output records written to stdout and to files. +- Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool. FIXES ----- @@ -94,6 +95,7 @@ FIXES that link has been modified (issue #3880) - Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry to connect to the server during start up. +- Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables. IMPROVEMENTS ------------ |