summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorSIEGRIST Anthony <anthony.siegrist@hagergroup.com>2024-08-09 12:57:46 (GMT)
committerSIEGRIST Anthony <anthony.siegrist@hagergroup.com>2024-08-09 12:57:46 (GMT)
commitacc5799dda53287e04b13bfbfafa605d886a36d5 (patch)
treec021ef231225a09ca8173c7b569e95d315895529 /RELEASE.txt
parent8c88c9e9fde33d67ea500258d3cb32254db3b918 (diff)
downloadSCons-acc5799dda53287e04b13bfbfafa605d886a36d5.zip
SCons-acc5799dda53287e04b13bfbfafa605d886a36d5.tar.gz
SCons-acc5799dda53287e04b13bfbfafa605d886a36d5.tar.bz2
Add comments to CHANGES.txt and RELEASE.txt
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 2efc001..cbd4768 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -47,6 +47,14 @@ FIXES
`PackageVariable` and `PathVariable` are added to `__all__`,
so this form of import should now work again.
+- On win32 platform, SCons 4.7.0 modified the determination
+ of the output encoding of piped processes. Instead of using the default
+ encoding, it relied on the encoding attribute of the output stream.
+ If the encoding attribute of the output stream was set to None,
+ it was triggering an invalid argument exeption. This was the case with
+ streams of type io.StringIO for example.
+ From now, if the encoding is set to None, UTF8 is used.
+
IMPROVEMENTS
------------