From e5043ad11bdcaa87ab8e3ed391d00ef002192641 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 22 May 2022 14:35:06 -0700 Subject: [ci skip] Updated CHANGES/RELEASE.txt to move the blurbs for these changes to the current version --- CHANGES.txt | 8 ++++---- RELEASE.txt | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fa441f4..28ec5f3 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -53,7 +53,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER arguments would yield an exception. This issue was found via qt4 and qt5 tools in scons-contrib https://github.com/SCons/scons-contrib/issues/45 - + From David H: + - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool. + - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables. From Daniel Moody: - Add cache-debug messages for push failures. @@ -270,9 +272,7 @@ RELEASE 4.2.0 - Sat, 31 Jul 2021 18:12:46 -0700 - Fix Issue #3906 - `IMPLICIT_COMMAND_DEPENDENCIES` was not properly disabled when set to any string value (For example ['none','false','no','off']) Also previously 'All' wouldn't have the desired affect. - - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool. - - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables. - + From Ivan Kravets: - Provide a custom argument escape function for `TempFileMunge` using a new `TEMPFILEARGESCFUNC` variable. Useful if you need to apply extra operations on 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 ------------ -- cgit v0.12