Skip to content

Commit e5043ad

Browse files
committed
[ci skip] Updated CHANGES/RELEASE.txt to move the blurbs for these changes to the current version
1 parent 0d958e0 commit e5043ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
5353
arguments would yield an exception. This issue was found via qt4 and qt5 tools in
5454
scons-contrib https://github.com/SCons/scons-contrib/issues/45
5555

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.
5759

5860
From Daniel Moody:
5961
- Add cache-debug messages for push failures.
@@ -270,9 +272,7 @@ RELEASE 4.2.0 - Sat, 31 Jul 2021 18:12:46 -0700
270272
- Fix Issue #3906 - `IMPLICIT_COMMAND_DEPENDENCIES` was not properly disabled when
271273
set to any string value (For example ['none','false','no','off'])
272274
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+
276276
From Ivan Kravets:
277277
- Provide a custom argument escape function for `TempFileMunge` using a new
278278
`TEMPFILEARGESCFUNC` variable. Useful if you need to apply extra operations on

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
5252
output format written to stdout to include more information about the source for each
5353
message of MSVC initialization debugging output. A single space was added before the
5454
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.
5556

5657
FIXES
5758
-----
@@ -94,6 +95,7 @@ FIXES
9495
that link has been modified (issue #3880)
9596
- Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry
9697
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.
9799

98100
IMPROVEMENTS
99101
------------

0 commit comments

Comments
 (0)