diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-17 20:19:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-17 20:19:03 +0000 |
commit | 82f4f90a36e24e61661e1c266dc1efba6546d009 (patch) | |
tree | 2f6d6af515fd4893c6614372fea84d8674bf5b9a | |
parent | c43cf6a49c5f9aaea447025e5319d787a926bc0f (diff) |
Add files that should have been in last commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 4 |
3 files changed, 22 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index afd6e143d..4a253bc1b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,20 @@ --> <listitem> + <para>2015-10-17</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to less-481. Fixes + <ulink url="&lfs-ticket-root;3853">#3853</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to eudev-3.1.5. Fixes + <ulink url="&lfs-ticket-root;3851">#3851</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-10-12</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index dc168c5f4..3a0876bc2 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -61,12 +61,12 @@ <!--<listitem> <para>Diffutils &diffutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Eudev &eudev-version;</para> - </listitem>--> - <!--<listitem> + </listitem> + <listitem> <para>E2fsprogs &e2fsprogs-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Expat-&expat-version;</para> </listitem>--> @@ -133,9 +133,9 @@ <!--<listitem> <para>Kmod &kmod-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Less &less-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>LFS-Bootscripts &lfs-bootscripts-version;</para> </listitem>--> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index af4c1790d..190e378f5 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -109,11 +109,11 @@ <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - +<!-- <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard coding of some support program paths. All tests pass if the tests are rerun at the end of Chapter 6.</para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |