diff options
author | andreask <andreask> | 2013-01-30 19:27:34 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-01-30 19:27:34 (GMT) |
commit | b9691ea46a7c8f9a6182cc92385754a2e55ef5a1 (patch) | |
tree | 2b55e6dd4fbf71ea4a863405960605a935167e33 /ChangeLog | |
parent | ddaf86432d2523d3242c670af64654571f36a0d5 (diff) | |
parent | 6a27aae72c76f68c63aa85b9bc8f159385534102 (diff) | |
download | tcl-b9691ea46a7c8f9a6182cc92385754a2e55ef5a1.zip tcl-b9691ea46a7c8f9a6182cc92385754a2e55ef5a1.tar.gz tcl-b9691ea46a7c8f9a6182cc92385754a2e55ef5a1.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 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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-28 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileArraySetCmd) |