summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-02-22 19:49:06 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-02-22 19:49:06 (GMT)
commitc7b7f8149ea5548559856d3e5a2d63af03d863d8 (patch)
tree77d05286a3fc4566d073258a188a4d95056fd1e9 /ChangeLog
parent037fc9fc3a7078786cd2a4a034a4f9f10ff396f6 (diff)
downloadtcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.zip
tcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.tar.gz
tcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.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 62ccccc..ff709a9 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 Don Porter <dgp@users.sourceforge.net>
* doc/tcltest.n: Typo fix. [Bug 1663539]