diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:25:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:25:31 +0000 |
commit | 70b2fcc31bb902126af670c2764ab1fa8cbce839 (patch) | |
tree | a79949b0b4230d2ce780b59040afea1195bc8fde | |
parent | 0bd25bfc50fa221701c00ed1276c3eb5322cc346 (diff) |
Upgrade to Tcl-8.5.9. Fixes #2753.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 59d816c9b..63b2b8466 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-09-22</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Tcl-8.5.9. Fixes + <ulink url="&lfs-ticket-root;2753">#2753</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Perl-5.12.2. Fixes <ulink url="&lfs-ticket-root;2752">#2752</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e828c40ef..bd2f097f1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -184,9 +184,9 @@ <!--<listitem> <para>Tar &tar-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>TCL &tcl-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Texinfo &texinfo-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 426349f38..e96a4f31c 100644 --- a/packages.ent +++ b/packages.ent @@ -495,11 +495,11 @@ <!ENTITY tar-ch6-du "21.2 MB"> <!ENTITY tar-ch6-sbu "1.9 SBU"> -<!ENTITY tcl-version "8.5.8"> +<!ENTITY tcl-version "8.5.9"> <!ENTITY tcl-major-version "8.5"> -<!ENTITY tcl-size "4,348 KB"> +<!ENTITY tcl-size "4,365 KB"> <!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz"> -<!ENTITY tcl-md5 "7f123e53b3daaaba2478d3af5a0752e3"> +<!ENTITY tcl-md5 "8512d8db3233041dd68a81476906012a"> <!ENTITY tcl-home "http://tcl.sourceforge.net/"> <!ENTITY tcl-ch5-du "32 MB"> <!ENTITY tcl-ch5-sbu "0.5 SBU"> |