Browse Source

New bash fixes patch adds patch 011 from Bash upstream.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7398 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 19 years ago
parent
commit
28bb0402a6
3 changed files with 13 additions and 3 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 1 1
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>Febraury 27, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[archaic] - New bash fixes patch adds patch 011 from Bash
+          upstream. Bash patch 010 broke quoting in certain situations.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>Febraury 20, 2006</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060221">
-<!ENTITY releasedate "Febraury 21, 2006">
+<!ENTITY version "SVN-20060227">
+<!ENTITY releasedate "Febraury 27, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 1 - 1
patches.ent

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
 
 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">