summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-04-14 22:58:03 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-04-14 22:58:03 (GMT)
commit203721beffcb7fb010ad74daf5e10ff8d5052875 (patch)
tree93e1fd3ae1878fb75d514a8f132230564488d3a9 /ChangeLog
parentb2c1d441ee004dbd0f56775bad4cf09d0d8125df (diff)
downloadtcl-203721beffcb7fb010ad74daf5e10ff8d5052875.zip
tcl-203721beffcb7fb010ad74daf5e10ff8d5052875.tar.gz
tcl-203721beffcb7fb010ad74daf5e10ff8d5052875.tar.bz2
Fixed missing update of platform package index.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index df846f2..ad059c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
2010-04-14 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl: Linux platform identification:
- Check /lib64 for existence of files matching libc* before
- accepting it as base directory. This can happen on weirdly
- installed 32bit systems which have an empty or partially filled
- /lib64 without an actual libc. Bumped to version 1.0.6.
+ * library/platform/pkgIndex.tcl: Check /lib64 for existence of
+ files matching libc* before accepting it as base directory. This
+ can happen on weirdly installed 32bit systems which have an empty
+ or partially filled /lib64 without an actual libc. Bumped to
+ version 1.0.6.
2010-04-06 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>