diff options
author | andreask <andreask> | 2013-01-30 19:04:50 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-01-30 19:04:50 (GMT) |
commit | ee3f25a10fee8fb2301a01194f6f73b949651986 (patch) | |
tree | f4d1c6af85213a5d8ccb0316c434a9d9722355fa /ChangeLog | |
parent | 16fde830643c564edad1860bb44ba4a943fe2873 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |