File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
53
53
arguments would yield an exception. This issue was found via qt4 and qt5 tools in
54
54
scons-contrib https://github.com/SCons/scons-contrib/issues/45
55
55
56
-
56
+ From David H:
57
+ - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool.
58
+ - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables.
57
59
58
60
From Daniel Moody:
59
61
- Add cache-debug messages for push failures.
@@ -270,9 +272,7 @@ RELEASE 4.2.0 - Sat, 31 Jul 2021 18:12:46 -0700
270
272
- Fix Issue #3906 - `IMPLICIT_COMMAND_DEPENDENCIES` was not properly disabled when
271
273
set to any string value (For example ['none','false','no','off'])
272
274
Also previously 'All' wouldn't have the desired affect.
273
- - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool.
274
- - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables.
275
-
275
+
276
276
From Ivan Kravets:
277
277
- Provide a custom argument escape function for `TempFileMunge` using a new
278
278
`TEMPFILEARGESCFUNC` variable. Useful if you need to apply extra operations on
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
52
52
output format written to stdout to include more information about the source for each
53
53
message of MSVC initialization debugging output. A single space was added before the
54
54
message for all debugging output records written to stdout and to files.
55
+ - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool.
55
56
56
57
FIXES
57
58
-----
94
95
that link has been modified (issue #3880)
95
96
- Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry
96
97
to connect to the server during start up.
98
+ - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables.
97
99
98
100
IMPROVEMENTS
99
101
------------
You can’t perform that action at this time.
0 commit comments