diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 01:20:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 01:20:51 (GMT) |
commit | 52433afc774a622cd099b4ea3ad887c4ec60eba0 (patch) | |
tree | 8158c834636e40fe575b30dc89560b9401919333 /ChangeLog | |
parent | 3fe923f507658ef0f1f26740f711135dc869f84f (diff) | |
download | tcl-52433afc774a622cd099b4ea3ad887c4ec60eba0.zip tcl-52433afc774a622cd099b4ea3ad887c4ec60eba0.tar.gz tcl-52433afc774a622cd099b4ea3ad887c4ec60eba0.tar.bz2 |
* generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08
to be even more forgiving of package version mismatch errors in
[package ifneeded] commands, not even logging any warning messages.
This further reduces the ***POTENTIAL INCOMPATIBILITY*** noted for
that change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-04-04 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 + to be even more forgiving of package version mismatch errors in + [package ifneeded] commands, not even logging any warning messages. + This further reduces the ***POTENTIAL INCOMPATIBILITY*** noted for + that change. + 2006-04-03 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (ReadChars): Added check and panic and |