summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-09-01 14:26:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-09-01 14:26:43 (GMT)
commite85cc5a5bfff87a3a2a002bcb49fc6a93381668e (patch)
treee6f5f23874917373267450113b66498d8c632705 /ChangeLog
parent6e5f41b1d18cd53c898dc9aafa1b2f207cdd538c (diff)
downloadtk-e85cc5a5bfff87a3a2a002bcb49fc6a93381668e.zip
tk-e85cc5a5bfff87a3a2a002bcb49fc6a93381668e.tar.gz
tk-e85cc5a5bfff87a3a2a002bcb49fc6a93381668e.tar.bz2
Tag for RC2 release
Diffstat (limited to 'ChangeLog')
-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]