Browse Source

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

Bruce Dubbs 8 years ago
parent
commit
7380c3aaa8
4 changed files with 22 additions and 9 deletions
  1. 14 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 1 1
      prologue/hostreqs.xml
  4. 5 6
      prologue/prerequisites.xml

+ 14 - 0
chapter01/changelog.xml

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

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone       "7.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 1 - 1
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>

+ 5 - 6
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>