diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 18:46:09 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 18:46:09 +0000 |
commit | 1100dfc670766b99a1c9fdb86817f260e5ffbde7 (patch) | |
tree | 1289d897ae1a7da38b02fa25dc19860c70712ffd /chapter01 | |
parent | d55da0a925402d424e5f43654c74f39b34c189f1 (diff) |
Added a patch to the Expect instructions to fix an issue with recent Tcl versions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 41c01baca..c6d7ed689 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-05</para> <itemizedlist> <listitem> + <para>[randy] - Added a patch to the Expect instructions to fix an + issue with recent Tcl versions.</para> + </listitem> + <listitem> <para>[randy] - Updated Tcl to 8.5.4.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a01231ba4..04fda3ec6 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -223,6 +223,10 @@ </listitem> <listitem> + <para>&expect-tcl-patch;</para> + </listitem> + + <listitem> <para>GMP-&gmp-version;</para> </listitem> |