diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-02-22 19:49:20 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-02-22 19:49:20 (GMT) |
commit | 2623108238a50c686afa57711980b852d530d304 (patch) | |
tree | dd3490accca6e38e4008aea4c0c6e5fd342190bd /ChangeLog | |
parent | 6ad116f411885307607d5bebcd6a987ebfafff40 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |