diff options
author | Paul Tipei <paul.bogdan.tipei@intel.com> | 2020-02-18 16:32:44 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-24 16:07:54 (GMT) |
commit | 267b767057b960002091a3b1ed2f99655eaf4f35 (patch) | |
tree | 7ac88334f722e27c2b7a25a50ae4a4336988594d /src | |
parent | 86b44676da95a1291cfb16144378ec59687c55e5 (diff) | |
download | SCons-267b767057b960002091a3b1ed2f99655eaf4f35.zip SCons-267b767057b960002091a3b1ed2f99655eaf4f35.tar.gz SCons-267b767057b960002091a3b1ed2f99655eaf4f35.tar.bz2 |
updated the src/CHANGES.txt
Diffstat (limited to 'src')
-rwxr-xr-x | src/CHANGES.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e7ec71b..0fd55ba 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -14,11 +14,15 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Specify UTF-8 encoding when opening Java source file as text. By default, encoding is the output of locale.getpreferredencoding(False), and varies by platform. + From Iosif Kurazs: + - Added a new flag called "linedraw" for the command line argument "--tree" + that instructs scons to use single line drawing characters to draw the dependency tree. + From William Deegan: - - Fix broken clang + MSVC 2019 combination by using MSVC configuration logic to + - Fix broken clang + MSVC 2019 combination by using MSVC configuration logic to propagate'VCINSTALLDIR' and 'VCToolsInstallDir' which clang tools use to locate header files and libraries from MSVC install. (Fixes GH Issue #3480) - - Added C:\msys64\mingw64\bin to default mingw and clang windows PATH's. This + - Added C:\msys64\mingw64\bin to default mingw and clang windows PATH's. This is a reasonable default and also aligns with changes in Appveyor's VS2019 image. - Drop support for Python 2.7. SCons will be Python 3.5+ going forward. - Change SCons.Node.ValueWithMemo to consider any name passed when memoizing Value() nodes @@ -119,7 +123,7 @@ RELEASE 3.1.2 - Mon, 17 Dec 2019 02:06:27 +0000 (e.g. memmove) were incorrectly recognized as not available. From Jakub Kulik - - Fix stacktrace when using SCons with Python 3.5+ and SunOS/Solaris related tools. + - Fix stacktrace when using SCons with Python 3.5+ and SunOS/Solaris related tools. From Philipp Maierhöfer: - Avoid crash with UnicodeDecodeError on Python 3 when a Latex log file in |