Преглед на файлове

Update to latest readline upstream patches

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson преди 18 години
родител
ревизия
22537cf626
променени са 3 файла, в които са добавени 15 реда и са изтрити 5 реда
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 3 3
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2007-03-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Upgrade the Readline fixes patch to include the
+          latest 002 patch from upstream.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-03-23</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070323">
-<!ENTITY releasedate "March 23, 2007">
+<!ENTITY version "SVN-20070324">
+<!ENTITY releasedate "March 24, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 3 - 3
patches.ent

@@ -105,9 +105,9 @@
 <!ENTITY perl-libc-patch-size "1.1 KB">
 
 
-<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
-<!ENTITY readline-fixes-patch-md5 "5da0e4305bc8e4e61ba4f2f0c6afc6ff">
-<!ENTITY readline-fixes-patch-size "0.8 KB">
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-2.patch">
+<!ENTITY readline-fixes-patch-md5 "8ece212267b7e4ad39fe15955ed7d87f">
+<!ENTITY readline-fixes-patch-size "1.4 KB">
 
 
 <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">