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
This commit is contained in:
Bruce Dubbs 2015-09-01 14:54:16 +00:00
parent 3a964dbb0b
commit 7380c3aaa8
4 changed files with 22 additions and 9 deletions

View File

@ -36,6 +36,20 @@
</listitem> </listitem>
--> -->
<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> <listitem>
<para>2015-08-25</para> <para>2015-08-25</para>
<itemizedlist> <itemizedlist>

View File

@ -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 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases --> but not -rc releases -->
<!ENTITY releasedate "August 23, 2015"> <!ENTITY releasedate "September 1, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.8"> <!ENTITY milestone "7.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -130,7 +130,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="strong">Tar-1.18</emphasis></para> <para><emphasis role="strong">Tar-1.22</emphasis></para>
</listitem> </listitem>
<listitem> <listitem>

View File

@ -25,8 +25,7 @@
questions regarding such basic knowledge will likely go unanswered or you questions regarding such basic knowledge will likely go unanswered or you
will simply be referred to the LFS essential pre-reading list.</para> will simply be referred to the LFS essential pre-reading list.</para>
<para>Before building an LFS system, we recommend reading the following <para>Before building an LFS system, we recommend reading the following:</para>
HOWTOs:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -40,11 +39,11 @@
</listitem> </listitem>
<listitem> <listitem>
<para>The Linux Users' Guide <para>Beginner's Guide to Installing from Source
<ulink url="http://tldp.org/pub/Linux/docs/ldp-archived/users-guide/"/></para> <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
<para>This guide covers the usage of assorted Linux software. This <para>This guide provides a good summary of basic skills and
reference is also fairly old, but still valid.</para> techniques needed to build software from source code.</para>
</listitem> </listitem>
<!-- <!--
<listitem> <listitem>