summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-20 12:11:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-20 12:11:57 (GMT)
commitce8b0d55e3f2faa869ba2727c5b6362ead7d5472 (patch)
tree22785c6b7a87eb10e84af4007289ea5016c23818 /ChangeLog
parent094f23c172acca8f32b0888cd536f01fc1daab1b (diff)
parent2742530e9d84e0347a415ae41cc5057a80a23d35 (diff)
downloadtcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.zip
tcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.tar.gz
tcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.tar.bz2
[Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70234e4..9b4772c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclBinary.c (BinaryDecode64): [Bug 3033307]: Corrected
+ handling of trailing whitespace when decoding base64. Thanks to Anton
+ Kovalenko for reporting, and Andy Goth for the fix and tests.
+
2012-11-19 Donal K. Fellows <dkf@users.sf.net>
* generic/tclExecute.c (INST_STR_RANGE_IMM): [Bug 3588366]: Corrected