summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a84dbb..f58f0de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
2010-08-31 Andreas Kupries <andreask@activestate.com>
+ *** 8.5.9 TAGGED FOR RELEASE ***
+
* win/tcl.m4: Applied patch by Jeff fixing issues with the
manifest handling on Win64.
* win/configure: Regenerated.
2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
- *** 8.5.9 TAGGED FOR RELEASE ***
-
* generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
throughout, but particularly in if lineChanged block where segPtr
may no longer be valid. [Bug 3053347]