summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--changes8
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c6cff1..5147d2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-16 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: Final updates for Tcl 8.4.8 release.
+
2004-11-18 Reinhard Max <max@suse.de>
* unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of
diff --git a/changes b/changes
index 1d3fd33..f296cab 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.14 2004/11/16 16:56:00 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.15 2004/11/18 15:44:25 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6106,8 +6106,12 @@ Corrects Tcl_StatBuf definition issues. (hobbs)
2004-11-16 (bug fix)[695441] [tcl_findLibrary] search $::auto_path too (porter)
+2004-11-16 (bug fix)[1067709] crash in [fconfigure -ttycontrol] (hobbs)
+
+2004-11-18 (new feature) configure options --enable-man-suffix (max)
+
Documentation improvements [759545,1058446,1062647,1065732,etc.]
Test suite expansion [1036649,1001997,etc.]
---- Released 8.4.8, November XX, 2004 --- See ChangeLog for details ---
+--- Released 8.4.8, November 18, 2004 --- See ChangeLog for details ---