[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 17525957a49eb73333696f8dc68c7258b976c70e

git git at cross-lfs.org
Mon Jul 23 14:20:06 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  17525957a49eb73333696f8dc68c7258b976c70e (commit)
      from  4641a79371ee8148f993de8bd5fcc9b85c95ef1a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 17525957a49eb73333696f8dc68c7258b976c70e
Author: William Harrington <kb0iic at gmail.com>
Date:   Mon Jul 23 16:19:59 2012 -0500

    Add xz-utils to host system requirements and update book date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0d0d073..15c4738 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index d05c751..f95a790 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,7 +37,16 @@
 -->
 
     <listitem>
-      <para>21 July 1012</para>
+      <para>23 July 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add xz-utils to host system requirements.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>21 July 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Update vim 7.3 patch to level 608.</para>
diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index dc76f20..f3877f7 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -103,6 +103,10 @@
       <para><emphasis role="strong">Texinfo-4.7</emphasis></para>
     </listitem>
 
+    <listitem>
+      <para><emphasis role="strong">XZ-Utils-4.999.8beta</emphasis></para>
+    </listitem>
+
   </itemizedlist>
 
   <para>To see whether your host system has all the appropriate versions, run the following:</para>
@@ -130,7 +134,8 @@ tic -V
 patch --version | head -n1
 sed --version | head -n1
 tar --version | head -n1
-makeinfo --version | head -n1</literal>
+makeinfo --version | head -n1
+xz --version | head -n1</literal>
 
 EOF
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   11 ++++++++++-
 BOOK/prologue/common/hostreqs.xml      |    7 ++++++-
 3 files changed, 17 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list