diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-02-28 01:26:57 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-02-28 01:26:57 +0000 |
commit | 28bb0402a6ef3bc959176f591e26647fe3ba73b3 (patch) | |
tree | e8163014f55452765efef7372a1b450d4a74bd23 | |
parent | 7660d675a54f659759b68a39256744a4ac1989e1 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 85f1ea076..fdd72e19a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <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> <listitem> diff --git a/general.ent b/general.ent index 094c98bf1..895cdc674 100644 --- a/general.ent +++ b/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}]" --> diff --git a/patches.ent b/patches.ent index 2fb7ec93a..1570c69c5 100644 --- a/patches.ent +++ b/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"> |