summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-05-22 21:35:06 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-05-22 21:35:06 (GMT)
commite5043ad11bdcaa87ab8e3ed391d00ef002192641 (patch)
treef20a88b59914c687ddf29fbcf08e811b67adc996 /RELEASE.txt
parent0d958e0c58c60384f448060993fa013cbcbcf0dd (diff)
downloadSCons-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-xRELEASE.txt2
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
------------