diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 296ee9f38..f86dc8800 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2008-01-19</para> <itemizedlist> <listitem> + <para>[matthew] - Add Perl to the list of host requirements, as it is + required by Glibc. Thanks to Ben Collver for the report. Fixes + <ulink url="&lfs-ticket-root;2112">#2112</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Mention <command>strace</command> as another means of logging installed files, and correct the URL of the Linux Standard Base specifications. Fixes diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 6296f4d47..434d86ee1 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -107,6 +107,10 @@ </listitem> <listitem> + <para><emphasis role="strong">Perl-5.6.0</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Sed-3.0.2</emphasis></para> </listitem> |