Procházet zdrojové kódy

Added new texinfo patch. Thanks Randy, Bruce and Joe.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork před 19 roky
rodič
revize
a1bdf51d70
3 změnil soubory, kde provedl 7 přidání a 3 odebrání
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 1 1
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 12, 2005 [jhuntwork]: Updated texinfo patch. Fixes segfault issues with
+texindex. Thanks to Randy McMurchy for the report and Bruce Dubbs and Joe Ciccone for the fix.</para>
+</listitem>
+
 <listitem><para>December 11, 2005 [jhuntwork]: Upgrade to tcl-8.4.12</para>
 </listitem>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051211">
-<!ENTITY releasedate "December 11, 2005">
+<!ENTITY version "SVN-20051212">
+<!ENTITY releasedate "December 12, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 1 - 1
patches.ent

@@ -33,6 +33,6 @@
 <!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
 <!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch">
 
-<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">
+<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-2.patch">
 
 <!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">