summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2013-01-30 19:27:34 (GMT)
committerandreask <andreask>2013-01-30 19:27:34 (GMT)
commita071678d02455242516cf2e6450769515b1ce513 (patch)
tree2b55e6dd4fbf71ea4a863405960605a935167e33 /ChangeLog
parent7c1d7acf56e0accf28ceec22872b29b52cbd2c6a (diff)
parent9023ee32ce4de7d531990f13eaed136d84e655c0 (diff)
downloadtcl-a071678d02455242516cf2e6450769515b1ce513.zip
tcl-a071678d02455242516cf2e6450769515b1ce513.tar.gz
tcl-a071678d02455242516cf2e6450769515b1ce513.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 b4504b7..a329282 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-28 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompCmds.c (TclCompileArraySetCmd)