Ver código fonte

Add Check to the Rationale section of teh book

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 anos atrás
pai
commit
5870a98c90
3 arquivos alterados com 19 adições e 2 exclusões
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 7 0
      prologue/why.xml

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,16 @@
 
 -->
 
+    <listitem>
+      <para>2012-07-19</para>
+      <itemizedlist>
+         <listitem>
+           <para>[bdubbs] - Added Check to the Rationale section
+           of the book.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-07-17</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120717">
-<!ENTITY releasedate "July 17, 2012">
+<!ENTITY version "SVN-20120719">
+<!ENTITY releasedate "July 19, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 7 - 0
prologue/why.xml

@@ -68,6 +68,13 @@
         files.  It is required to decompress many LFS packages.</para>
       </listitem>
 
+      <listitem>
+        <para>Check</para>
+
+        <para>This package contains a test harness for other programs.
+        It is only installed in the temporary toolchain.</para>
+      </listitem>
+
       <listitem>
         <para>Coreutils</para>