summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-18 19:27:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-18 19:27:19 (GMT)
commit67ebf80a04ed5cf5b8b7ced4f57f06a132b2d452 (patch)
tree61ef59d7668271b74482ae50dfdd35a6dad34a3b /ChangeLog
parentb809fb72efb2a94910bd1a8519b3565ccfdc8911 (diff)
downloadtcl-67ebf80a04ed5cf5b8b7ced4f57f06a132b2d452.zip
tcl-67ebf80a04ed5cf5b8b7ced4f57f06a132b2d452.tar.gz
tcl-67ebf80a04ed5cf5b8b7ced4f57f06a132b2d452.tar.bz2
* generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08
* tests/pkg.test: to be more forgiving of package version mismatch errors in [package ifneeded] commands. This reduces the ***POTENTIAL INCOMPATIBILITY*** noted for that change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5695874..62624b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-18 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08
+ * tests/pkg.test: to be more forgiving of package version
+ mismatch errors in [package ifneeded] commands. This reduces the
+ ***POTENTIAL INCOMPATIBILITY*** noted for that change.
+
2005-11-18 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'