summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-01 20:26:00 (GMT)
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-01 20:26:00 (GMT)
commitf6d4388253accff801f8323ebfa4dd601194c7eb (patch)
tree003766d5ec62db4b4e893155f48b6280b1abcffc /CHANGES.txt
parent6848757227a6b9e605be699d6f0b28445b3deede (diff)
parent8780e463e4dd1460cdcd009c697126ded249b524 (diff)
downloadSCons-f6d4388253accff801f8323ebfa4dd601194c7eb.zip
SCons-f6d4388253accff801f8323ebfa4dd601194c7eb.tar.gz
SCons-f6d4388253accff801f8323ebfa4dd601194c7eb.tar.bz2
Merge branch 'master' into jbrill-msvc-warnfix
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3978b5b..14de2b1 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -89,7 +89,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.
@@ -166,6 +168,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Restore the ability of the content-timestamp decider to see that a
a source which is a symlink has changed if the file-system target of
that link has been modified (issue #3880)
+ - Modernize a few tests that use now-deprecated unittest.getTestCaseNames
+ and unittest.makeSuite - Python itself suggests the replacements.
From Zhichang Yu:
- Added MSVC_USE_SCRIPT_ARGS variable to pass arguments to MSVC_USE_SCRIPT.
@@ -315,7 +319,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.
-
+
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