diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:40:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:40:09 +0000 |
commit | 877657a31706b2c6e31124d46af259b869ec77ec (patch) | |
tree | ca28355718759f67630ab0c2af90353a2341b67a | |
parent | 3ed9fdf9b8cf2de0ca93be081111851d5fb42721 (diff) |
Upgrade to Tcl-8.4.16. Fixes #2084.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8419 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 ab5b61653..b428b6fc0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-10-24</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Tcl-8.4.16. Fixes + <ulink url="&lfs-ticket-root;2084">#2084</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Tar-1.19. Fixes <ulink url="&lfs-ticket-root;2090">#2090</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 781666393..dfa033ad3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -173,9 +173,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 9f4699d1f..1f3aac1e2 100644 --- a/packages.ent +++ b/packages.ent @@ -467,10 +467,10 @@ <!ENTITY tar-ch6-du "19.9 MB"> <!ENTITY tar-ch6-sbu "0.3 SBU"> -<!ENTITY tcl-version "8.4.15"> -<!ENTITY tcl-size "3,549 KB"> +<!ENTITY tcl-version "8.4.16"> +<!ENTITY tcl-size "3,556 KB"> <!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz"> -<!ENTITY tcl-md5 "5e1b71eef1f75a294072aa3218f62b66"> +<!ENTITY tcl-md5 "f1c783a49547778d160e10be2fb5d76f"> <!ENTITY tcl-home "http://tcl.sourceforge.net/"> <!ENTITY tcl-ch5-du "24 MB"> <!ENTITY tcl-ch5-sbu "0.3 SBU"> |