diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-27 18:00:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-27 18:00:55 (GMT) |
commit | 1e5b3a5233998d25d4ba019c04551d95f3100d7b (patch) | |
tree | be530bd67e976b39343d04448ebee237cb661bee | |
parent | febb81de53930f986aa208e0948c3bcf084fdfcc (diff) | |
download | tcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.zip tcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.tar.gz tcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.tar.bz2 |
increased warning about [auto_reset] bug fix.
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.96 2005/06/03 16:49:48 dgp Exp $ +RCS: @(#) $Id: changes,v 1.97 2005/06/27 18:00:55 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6380,6 +6380,8 @@ Test suite expansion [1036649,1001997,etc.] 2005-01-21 (new feature)[TIP 233] virtual time (kupries) 2005-01-25 (bug fix)[1101670] [auto_reset] update for [namespace] (porter) +***POTENTIAL INCOMPATIBILITY*** +May cause re-[source]-ing of files that have not anticipated that before. 2005-01-27 (new feature)[TIP 218] Tcl_Channel API update for threads (kupries) |