diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 01:42:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 01:42:10 (GMT) |
commit | a9e197a7ae5fbaf4553abbe4bdd7b287c6fe16b1 (patch) | |
tree | 539ad39601a0f0675712c69731aa6eb1a4d878b3 /ChangeLog | |
parent | 52433afc774a622cd099b4ea3ad887c4ec60eba0 (diff) | |
download | tcl-a9e197a7ae5fbaf4553abbe4bdd7b287c6fe16b1.zip tcl-a9e197a7ae5fbaf4553abbe4bdd7b287c6fe16b1.tar.gz tcl-a9e197a7ae5fbaf4553abbe4bdd7b287c6fe16b1.tar.bz2 |
* generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08
* tests/pkg.test: 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, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ 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. + * tests/pkg.test: 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> |