diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 20:01:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 20:01:03 +0000 |
commit | c7f37ab23b02251bc7d9e1618c85d2b6e98d6ef9 (patch) | |
tree | 67a331d24b0164aa54abc307d4f6a16f24fe31e2 | |
parent | 10d5a89815d26a065bc5f785a95f3e8a46d03792 (diff) |
Upgrade to Tcl-8.4.18. Fixes #2146.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a300963bc..1e32257f0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2008-02-17</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Tcl-8.4.18. Fixes + <ulink url="&lfs-ticket-root;2146">#2146</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Man-pages-2.78. Fixes <ulink url="&lfs-ticket-root;2152">#2152</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 56ce2aa8b..a00c899de 100644 --- a/packages.ent +++ b/packages.ent @@ -470,10 +470,10 @@ <!ENTITY tar-ch6-du "19.9 MB"> <!ENTITY tar-ch6-sbu "0.3 SBU"> -<!ENTITY tcl-version "8.4.17"> -<!ENTITY tcl-size "3,567 KB"> +<!ENTITY tcl-version "8.4.18"> +<!ENTITY tcl-size "3,568 KB"> <!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz"> -<!ENTITY tcl-md5 "d2af2c45189c8c7fd1bfdd2a19b0fa30"> +<!ENTITY tcl-md5 "7d8bc95036f797b1a2b62a5a382d2cc1"> <!ENTITY tcl-home "http://tcl.sourceforge.net/"> <!ENTITY tcl-ch5-du "24 MB"> <!ENTITY tcl-ch5-sbu "0.3 SBU"> |