diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-01 14:54:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-01 14:54:16 +0000 |
commit | 7380c3aaa8bb1f4ed2960ff01a9ab89f725a3605 (patch) | |
tree | 8dff9d828cd30cad42a39daf13f478f38630367a | |
parent | 3a964dbb0b595f3aa0f038377ba7b8d40b6458d8 (diff) |
Increase host requirement for tar to version 1.22.
Replace an old link to building software in Prerequisites section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 | ||||
-rw-r--r-- | prologue/prerequisites.xml | 11 |
4 files changed, 22 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f25cac66d..19ffa8f26 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,20 @@ --> <listitem> + <para>2015-09-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Increase host requirement for tar to version 1.22. + Fixes <ulink url="&lfs-ticket-root;3835">#3835</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Replace an old link to building software + in Prerequisites section. Thanks to Simon Kitching. </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-08-25</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 477ed51e3..5564b5b13 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20150823"> +<!ENTITY version "SVN-20150901"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "August 23, 2015"> +<!ENTITY releasedate "September 1, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index a2f5fa97e..61c900419 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -130,7 +130,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Tar-1.18</emphasis></para> + <para><emphasis role="strong">Tar-1.22</emphasis></para> </listitem> <listitem> diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index 3da5037dc..05701ffb2 100644 --- a/prologue/prerequisites.xml +++ b/prologue/prerequisites.xml @@ -25,8 +25,7 @@ questions regarding such basic knowledge will likely go unanswered or you will simply be referred to the LFS essential pre-reading list.</para> - <para>Before building an LFS system, we recommend reading the following - HOWTOs:</para> + <para>Before building an LFS system, we recommend reading the following:</para> <itemizedlist> <listitem> @@ -40,11 +39,11 @@ </listitem> <listitem> - <para>The Linux Users' Guide - <ulink url="http://tldp.org/pub/Linux/docs/ldp-archived/users-guide/"/></para> + <para>Beginner's Guide to Installing from Source + <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para> - <para>This guide covers the usage of assorted Linux software. This - reference is also fairly old, but still valid.</para> + <para>This guide provides a good summary of basic skills and + techniques needed to build software from source code.</para> </listitem> <!-- <listitem> |