aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-04 23:34:41 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-04 23:34:41 +0000
commitf5bc7cf0e392c01e887cb7169b3f6ee6b025ba75 (patch)
tree38c500c1f538a74321f8274793289fc437466f8f
parentc65d1321367ac8dc51bbdf9fb273f32eddfc69c9 (diff)
Removed the explanatory text regarding the readline patch, which is no longer present
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/readline.xml4
-rw-r--r--general.ent4
3 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c785ac3c7..79cd089ac 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -84,6 +84,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>August 4, 2004 [jeremy]: Removed the bogus notes regarding the
+readline patch in chapter 5, since this has been removed with the upgrade to
+readline-5.0</para></listitem>
<listitem><para>July 30, 2004 [jeremy]: Upgraded to automake-1.9, man-1.5n,
file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 166ac2394..4750d3bc7 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -28,10 +28,6 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Readline</title>
-<para>Readline has a number of bugs in it that cause it to not behave the
-way it is expected at times. Fix this behavior with the following
-patch:</para>
-
<para>Prepare Readline for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>
diff --git a/general.ent b/general.ent
index 1bb0e6439..0ec7563fc 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040730">
-<!ENTITY releasedate "July 30, 2004">
+<!ENTITY version "SVN-20040804">
+<!ENTITY releasedate "August 4, 2004">
<!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">