summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-23 15:45:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-23 15:45:13 (GMT)
commit05aa355aebd2f1cac41585bf8feae258f79fb446 (patch)
treea88b7dbcef9c755d93e3ba2f6810609af21eadcb /ChangeLog
parent44923bc34fe816fdbe6c0dcc3fe5b63b390cbf0b (diff)
downloadtcl-05aa355aebd2f1cac41585bf8feae258f79fb446.zip
tcl-05aa355aebd2f1cac41585bf8feae258f79fb446.tar.gz
tcl-05aa355aebd2f1cac41585bf8feae258f79fb446.tar.bz2
release tag / changes updates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ec32d8..732660d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-06-23 Kevin Kenny <kennykb@acm.org>
+ *** 8.4.11 TAGGED FOR RELEASE ***
+
* win/tclWinChan.c: More rewriting of __asm__ blocks that
* win/tclWinFCmd.c: implement SEH in GCC, because mingw's
gcc 3.4.2 is not as forgiving of violations committed by
@@ -7,8 +9,6 @@
2005-06-23 Daniel Steffen <das@users.sourceforge.net>
- *** 8.4.11 TAGGED FOR RELEASE ***
-
* unix/Makefile.in (install-private-headers): rewrite tclPort.h when
installing private headers to remove ../unix relative #include path to
tclUnixPort.h (which is incorrect at the installed location).