diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:00:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:00:41 +0000 |
commit | c42320cbb21c05c976888510f5db1d9843cc7eda (patch) | |
tree | dbe0afad18df05b5cf1dee76785baf61774df4f0 /chapter01 | |
parent | ed8ff7de8c19e5a71e849864080c7aa2b1abb4d3 (diff) |
Add latest upstream patches for Bash. Fixes #2620.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2c78d847f..39c6e53fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-04-20</para> <itemizedlist> <listitem> + <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes + <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Remove the Vim fixes patch as it is out of date and looks to be applying fixes still in upstream's development cycle. Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 47613d369..c4461b7c2 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -207,14 +207,14 @@ </itemizedlist>--> - <!--<itemizedlist> + <itemizedlist> <title>Added:</title> <listitem> - <para>PLACEHOLDER</para> + <para>bash-4.1-fixes-1.patch</para> </listitem> - </itemizedlist>--> + </itemizedlist> <itemizedlist> <title>Removed:</title> |