summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaiphi <maiphi.public@gmx.net>2019-11-01 13:40:56 (GMT)
committermaiphi <maiphi.public@gmx.net>2019-11-01 13:40:56 (GMT)
commit477ffd82d67ebd4820d33be760c1594fd82c09f0 (patch)
tree96699c24e0063a3023080424adc169a4bc55d8af
parent6f35570377e7e7b5003dd6f069b65e95f9ae6efb (diff)
downloadSCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.zip
SCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.tar.gz
SCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.tar.bz2
Added note about Latex Latin-1/UTF-8 issue to CHANGES.log
-rwxr-xr-xsrc/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index af448d5..c6312b7 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,10 @@
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Philipp Maierhöfer:
+ - Avoid crash with UnicodeDecodeError on Python 3 when a Latex log file in
+ non-UTF-8 encoding (e.g. containing umlauts in Latin-1 encoding) is read.
+
From Mathew Robinson:
- Improved threading performance by ensuring NodeInfo is shared