diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f25cac66d..19ffa8f26 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,20 @@
-->
+
+ 2015-09-01
+
+
+ [bdubbs] - Increase host requirement for tar to version 1.22.
+ Fixes #3835.
+
+
+ [bdubbs] - Replace an old link to building software
+ in Prerequisites section. Thanks to Simon Kitching.
+
+
+
+
2015-08-25
diff --git a/general.ent b/general.ent
index 477ed51e3..5564b5b13 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index a2f5fa97e..61c900419 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -130,7 +130,7 @@
- Tar-1.18
+ Tar-1.22
diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml
index 3da5037dc..05701ffb2 100644
--- a/prologue/prerequisites.xml
+++ b/prologue/prerequisites.xml
@@ -25,8 +25,7 @@
questions regarding such basic knowledge will likely go unanswered or you
will simply be referred to the LFS essential pre-reading list.
- Before building an LFS system, we recommend reading the following
- HOWTOs:
+ Before building an LFS system, we recommend reading the following:
@@ -40,11 +39,11 @@
- The Linux Users' Guide
-
+ Beginner's Guide to Installing from Source
+
- This guide covers the usage of assorted Linux software. This
- reference is also fairly old, but still valid.
+ This guide provides a good summary of basic skills and
+ techniques needed to build software from source code.