summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-17 12:17:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-17 12:17:40 (GMT)
commit85c48e5e91018715abdc35051ed751d523c6f36b (patch)
treea088593aafd4de625cb6ef2b11fdce27c6a2be97 /ChangeLog
parentf1a21179670e2696e890bd3a7e1375aaf73885ec (diff)
parentd4d8f3201af681bd6869cdd61e6ec956e9990ff2 (diff)
downloadtcl-85c48e5e91018715abdc35051ed751d523c6f36b.zip
tcl-85c48e5e91018715abdc35051ed751d523c6f36b.tar.gz
tcl-85c48e5e91018715abdc35051ed751d523c6f36b.tar.bz2
merge trunk; update changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ee5d70b..c710a7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ this log file. You may still find useful things in it, but the Timeline is
a better first place to look now.
============================================================================
-2013-09-16 Don Porter <dgp@users.sourceforge.net>
+2013-09-17 Don Porter <dgp@users.sourceforge.net>
*** 8.6.1 TAGGED FOR RELEASE ***
@@ -21,6 +21,17 @@ a better first place to look now.
* unix/configure: autoconf-2.59
* win/configure:
+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