diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-01 21:40:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-01 21:40:16 +0000 |
commit | f6199b587d8123c0e3040706b3c8d247877da82f (patch) | |
tree | 8b76f7b93a3753cada0d9fd47d6bd48f318904b6 /chapter01 | |
parent | 16a59d0daf67b80acf2ff720f8c4bfd867bf3876 (diff) |
Add latest upstream patches for Bash. Fixes #2968.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 37e06832d..ced1a3be3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-12-01</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add latest upstream patches for Bash. Fixes + <ulink url="&lfs-ticket-root;2968">#2968</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-11-28</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 78e77fcb9..bd300736f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -223,6 +223,10 @@ <title>Added:</title> <listitem> + <para>&bash-fixes-patch;</para> + </listitem> + + <listitem> <para>&perl-security-patch;</para> </listitem> @@ -232,6 +236,10 @@ <title>Removed:</title> <listitem> + <para>bash-4.2-fixes-3.patch</para> + </listitem> + + <listitem> <para>gcc-4.6.1-locale-1.patch</para> </listitem> |