diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter05/tar.xml | 4 | ||||
-rw-r--r-- | chapter06/tar.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 19 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4da15e62a..500d3aba5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ </listitem> --> + <listitem> + <para>2010-03-20</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add a sed to the tar command to fix an + error in the latest release. The fix is from upstream.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2010-03-18</para> diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 6d3b9b162..f3c519a5c 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>First fix a bug that was insterted into the latest code relese:</para> + +<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a490f5b1f..cbe8f777a 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>Again, fix a bug that was insterted into the latest code relese:</para> + +<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> diff --git a/general.ent b/general.ent index f557094d8..71884cdb7 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100318"> -<!ENTITY releasedate "March 18, 2010"> +<!ENTITY version "SVN-20100320"> +<!ENTITY releasedate "March 20, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |