summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-23 11:39:18 -0400
committerGitHub <noreply@github.com>2019-04-23 11:39:18 -0400
commitaa41c3b1c33fb4aacabec4e58019d100d63585a0 (patch)
treeb106a86f6eb0ee87a74d6a836fb431e62ae4a377 /src/CHANGES.txt
parentdbba9f00d28279060f0026830d012397e13392e5 (diff)
parentfaa7782aa4b96e5514711da775fc3d7616662935 (diff)
downloadscons-git-aa41c3b1c33fb4aacabec4e58019d100d63585a0.tar.gz
Merge pull request #3352 from mwichmann/java-vers
Fix problems with jdk detection
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 372c2d069..c80af4bdc 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -20,16 +20,16 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Use importlib to dynamically load tool and platform modules instead of imp module
- sconsign: default to .sconsign.dblite if no filename is specified.
Be more informative in case of unsupported pickle protocol (py2 only).
- - assorted fixups for pylint: exception types, redefined functions,
+ - More fixes for newer Java versions (since 9): handle new jdk directory
+ naming (jdk-X.Y instead of jdkX.Y) on Windows; handle two-digit major
+ version. Docstrings improved.
+ - Fixups for pylint: exception types, redefined functions,
globals, etc. Some old code removed to resolve issues (hashlib is
always present on modern Pythons; no longer need the code for
2.5-and-earlier optparse). cmp is not a builtin function in Py3,
drop one (unused) use; replace one. Fix another instance of
renaming to SConsEnvironmentError.
- From John Doe:
-
- - Whatever John Doe did.
RELEASE 3.0.5 - Mon, 26 Mar 2019 15:04:42 -0700