summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>