aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/perl.xml6
-rw-r--r--general.ent4
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index beaf75568..0abd7d17f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2007-08-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Fixed a typo and clarified text on the Perl
+ page. Reported by Shawn.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-07-31</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 9c9104eee..6e41b7bd0 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -35,9 +35,9 @@
<sect2 role="installation">
<title>Installation of Perl</title>
- <para>First create a basic <filename>/etc/hosts</filename> file which will be
- referenced in one of Perl's configuration files as well as being used used by
- the testsuite if you run that:</para>
+ <para>First create a basic <filename>/etc/hosts</filename> file to be
+ referenced in one of Perl's configuration files as well as the optional
+ testsuite:</para>
<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
diff --git a/general.ent b/general.ent
index a214f0aac..91f9d05cb 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070731">
-<!ENTITY releasedate "July 31, 2007">
+<!ENTITY version "SVN-20070806">
+<!ENTITY releasedate "August 6, 2007">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->