summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2013-01-30 19:04:50 (GMT)
committerandreask <andreask>2013-01-30 19:04:50 (GMT)
commitee3f25a10fee8fb2301a01194f6f73b949651986 (patch)
treef4d1c6af85213a5d8ccb0316c434a9d9722355fa /ChangeLog
parent16fde830643c564edad1860bb44ba4a943fe2873 (diff)
downloadtcl-ee3f25a10fee8fb2301a01194f6f73b949651986.zip
tcl-ee3f25a10fee8fb2301a01194f6f73b949651986.tar.gz
tcl-ee3f25a10fee8fb2301a01194f6f73b949651986.tar.bz2
(::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting
the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 941edb0..dec2b74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-30 Andreas Kupries <andreask@activestate.com>
+
+ * library/platform/platform.tcl (::platform::LibcVersion): See
+ * library/platform/pkgIndex.tcl: [Bug 3599098]: Fixed the RE
+ extracting the version to avoid issues with recent changes to
+ the glibc banner. Now targeting a less variable part of the
+ string. Bumped package to version 1.0.11.
+
2013-01-26 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tclUnixCompat.c: [Bug 3601804]: platformCPUID segmentation