summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 01:42:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 01:42:10 (GMT)
commita9e197a7ae5fbaf4553abbe4bdd7b287c6fe16b1 (patch)
tree539ad39601a0f0675712c69731aa6eb1a4d878b3 /ChangeLog
parent52433afc774a622cd099b4ea3ad887c4ec60eba0 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e5b5da..a56bd78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>