summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-02-22 19:49:20 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-02-22 19:49:20 (GMT)
commit2623108238a50c686afa57711980b852d530d304 (patch)
treedd3490accca6e38e4008aea4c0c6e5fd342190bd /ChangeLog
parent6ad116f411885307607d5bebcd6a987ebfafff40 (diff)
downloadtcl-2623108238a50c686afa57711980b852d530d304.zip
tcl-2623108238a50c686afa57711980b852d530d304.tar.gz
tcl-2623108238a50c686afa57711980b852d530d304.tar.bz2
* tests/pkg.test: Added tests for the case of an alpha package
satisfying a require for the regular package, demonstrating a corner case specified in TIP#280. More notes in the comments to the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f282782..4224546 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-22 Andreas Kupries <andreask@activestate.com>
+
+ * tests/pkg.test: Added tests for the case of an alpha package
+ satisfying a require for the regular package, demonstrating a
+ corner case specified in TIP#280. More notes in the comments to
+ the test.
+
2007-02-20 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.decls: Added "const" specifiers in TclSockGetPort