summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2013-01-30 19:18:52 (GMT)
committerandreask <andreask>2013-01-30 19:18:52 (GMT)
commit6a27aae72c76f68c63aa85b9bc8f159385534102 (patch)
tree0006b49027c8d626773031038e9ad7c97199e0aa /ChangeLog
parent3ac002a666fce71f19f025288d9e18c0819bb91a (diff)
parentee3f25a10fee8fb2301a01194f6f73b949651986 (diff)
downloadtcl-6a27aae72c76f68c63aa85b9bc8f159385534102.zip
tcl-6a27aae72c76f68c63aa85b9bc8f159385534102.tar.gz
tcl-6a27aae72c76f68c63aa85b9bc8f159385534102.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 270ca22..fac0bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-01-30 Andreas Kupries <andreask@activestate.com>
+
+ * library/platform/platform.tcl (::platform::LibcVersion): See
+ * library/platform/pkgIndex.tcl: [Bug 3599098]: Fixed the RE
+ * unix/Makefile.in: extracting the version to avoid issues with
+ * win/Makefile.in: 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