summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-18 19:52:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-18 19:52:33 (GMT)
commit2036c0911f728af395f4e38d571be3bbc13b5a56 (patch)
treedaa8a87ad1872ebf29e1be874e07276f7e489b2f
parent3af0a1bec85c9cf7e161e48fff91936d2d8dcceb (diff)
downloadtcl-2036c0911f728af395f4e38d571be3bbc13b5a56.zip
tcl-2036c0911f728af395f4e38d571be3bbc13b5a56.tar.gz
tcl-2036c0911f728af395f4e38d571be3bbc13b5a56.tar.bz2
* changes: Update changes for 8.4.11 release
-rw-r--r--ChangeLog2
-rw-r--r--changes10
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26432b5..d6192a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-06-18 Don Porter <dgp@users.sourceforge.net>
+ * changes: Update changes for 8.4.11 release
+
* README: Bump version number to 8.4.11
* generic/tcl.h:
* tools/tcl.wse.in:
diff --git a/changes b/changes
index 64242fa..1e6bf4d 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.18 2005/06/02 22:52:15 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.79.2.19 2005/06/18 19:52:36 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6206,3 +6206,11 @@ Can support [load] from memory as well (steffen)
Documentation improvements [1075433,1085127,1117017,1124160,1149605,etc.]
--- Released 8.4.10, June 4, 2005 --- See ChangeLog for details ---
+
+2005-06-06 (bug fix)[1213678] Windows/gcc: crash in stack.test (kenny)
+
+2005-06-07 (bug fix) Unix: --enable-threads compile failure (fellows)
+
+2005-06-18 (bug fix)[1154163] [format %h] on 64-bit OS's (kraft,fellows)
+
+--- Released 8.4.11, June 24, 2005 --- See ChangeLog for details ---