diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-08 02:12:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-08 02:12:23 +0000 |
commit | 218ba5f52232454299c95e181213cb7207c95246 (patch) | |
tree | 2f2cd7c9f0fa5ea36bacde04aea57c4da44cf5c7 /chapter01 | |
parent | 5d4c24a10a80cde475b0d351fca4b6cbd27b4680 (diff) |
Add bash-4.4 upstream fixes patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a021db5dd..535fe9673 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-02-07</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add bash-4.4 upstream fixes patch. </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-02-05</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ccec27808..569d4e32d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -250,6 +250,10 @@ <itemizedlist> <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> + + <listitem> + <para>bash-4.4-upstream_fixes-1.patch</para> + </listitem> <!-- <listitem> <para>gcc-6.1.0-asan-1.patch</para> |