summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--changes24
2 files changed, 28 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ed9a099..4a6d969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-10 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.4.13 TAGGED FOR RELEASE ***
+
+ * changes: updates for another RC.
+
2006-04-06 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclRegexp.c (FinalizeRegexp): full reset data to
@@ -90,8 +96,6 @@
2006-03-22 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.13 TAGGED FOR RELEASE ***
-
* changes: updates for another RC.
2006-03-18 Vince Darley <vincentdarley@sourceforge.net>
diff --git a/changes b/changes
index e3e408d..0c905a0 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.38 2006/03/22 14:12:02 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.39 2006/04/10 17:34:26 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6346,4 +6346,24 @@ when auto-loading or exec traces are present (porter)
2006-03-18 (bug fix)[1193497] Win porting of [file writable] (darley,vogel)
---- Released 8.4.13, March 30, 2006 --- See ChangeLog for details ---
+2006-03-28 (bug fix)[1064247] BSD: path normalization with realpath() (steffen)
+
+2006-03-28 (revert 2005-11-03 feature) Unicode console support (hobbs)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2006-04-03 (bug fix)[1462248] crash reading utf-8 chars spanning multiple
+buffers at end of file (kraft,kupries)
+
+2006-04-04 (revert 2005-11-08)[1162286] [package ifneeded] warns (porter)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2006-04-05 (bug fix)[1464039] Tcl_GetIndexFromObj: empty key (fellows)
+
+2006-04-05 (bug fix) overdue dde, registry patchelevel increments (porter)
+=> dde 1.2.4
+=> registry 1.1.4
+
+2006-04-06 (bug fix)[1457515] TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
+removed (steffen)
+
+--- Released 8.4.13, April 14, 2006 --- See ChangeLog for details ---