aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/askforhelp.xml3
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--general.ent4
-rw-r--r--prologue/hostreqs.xml1
4 files changed, 17 insertions, 2 deletions
diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml
index a53dbd0c8..62113ab43 100644
--- a/chapter01/askforhelp.xml
+++ b/chapter01/askforhelp.xml
@@ -44,6 +44,9 @@
<para>The host distribution and version being used to create LFS</para>
</listitem>
<listitem>
+ <para>The output from the <xref linkend='version-check'/></para>
+ </listitem>
+ <listitem>
<para>The package or section the problem was encountered in</para>
</listitem>
<listitem>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b7799ba2a..7eb32c2ba 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2009-06-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Added a list entry in the help section to
+ suggest that the results of the version check script be
+ posted when asking for help.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-06-11</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index e993cb5c9..02d50f446 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090611">
-<!ENTITY releasedate "June 11, 2009">
+<!ENTITY version "SVN-20090623">
+<!ENTITY releasedate "June 23, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index c58996e70..c6fd1868e 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -154,6 +154,7 @@
<para>To see whether your host system has all the appropriate versions, and
the ability to compile programs, run the following:</para>
+<anchor xreflabel="Version Check Script" id="version-check"/>
<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
<literal>#!/bin/bash
export LC_ALL=C