summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-17 09:20:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-17 09:20:58 (GMT)
commit485b7e865a78e8d32056d25dc181e4b19e07be0c (patch)
tree6f87286e4d188d0e76f4d871ca20d95928f1f4bd
parent081808cdabb46c7e3f387d766ca6e58cc5c9af8f (diff)
downloadtcl-485b7e865a78e8d32056d25dc181e4b19e07be0c.zip
tcl-485b7e865a78e8d32056d25dc181e4b19e07be0c.tar.gz
tcl-485b7e865a78e8d32056d25dc181e4b19e07be0c.tar.bz2
ChangeLog entrybug_2152292
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e1a8b9..eaa5fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-09-17 Donal Fellows <dkf@Donals-MacBook-Pro.local>
+
+ * generic/tclBinary.c (BinaryEncodeUu, BinaryDecodeUu): [Bug 2152292]:
+ Corrected implementation of the core of uuencode handling so that the
+ line length processing is correctly applied.
+ ***POTENTIAL INCOMPATIBILITY***
+ Existing code that was using the old versions and working around the
+ limitations will now need to do far less. The -maxlen option now has
+ strict limits on the range of supported lengths; this is a limitation
+ of the format itself.
+
2013-09-09 Donal Fellows <dkf@users.sf.net>
* generic/tclOOMethod.c (CloneProcedureMethod): [Bug 3609693]: Strip