浏览代码

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
Jeremy Utley 21 年之前
父节点
当前提交
f5bc7cf0e3
共有 3 个文件被更改,包括 5 次插入6 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 0 4
      chapter06/readline.xml
  3. 2 2
      general.ent

+ 3 - 0
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

+ 0 - 4
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>

+ 2 - 2
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/">