summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 01:20:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 01:20:51 (GMT)
commit52433afc774a622cd099b4ea3ad887c4ec60eba0 (patch)
tree8158c834636e40fe575b30dc89560b9401919333 /ChangeLog
parent3fe923f507658ef0f1f26740f711135dc869f84f (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ace770..6e5b5da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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