summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3904bed..3c86f19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-2009-11-12 Andreas Kupries <andreask@activestate.com>
-
- * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity
- which used the number of _written_ bytes or character to update
- the counters for the read bytes/characters. See last entry for the
- test case.
-
2009-11-12 Don Porter <dgp@users.sourceforge.net>
*** 8.5.8 TAGGED FOR RELEASE ***
@@ -16,6 +9,13 @@
* tests/io.test: New test io-53.11 to test for [Bug 2895565].
+2009-11-12 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity
+ which used the number of _written_ bytes or character to update
+ the counters for the read bytes/characters. See last entry for the
+ test case.
+
2009-11-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/fCmd.test: Fixed a number of issues for Vista