diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-07 00:15:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-07 00:15:23 +0000 |
commit | 96b2539bf80d64e1f7375333a92b9ef0ced449e6 (patch) | |
tree | e96b107fb6efcb62c53201e5cbffce180205da4c /chapter01 | |
parent | 813b1dc7237af18e897f82b9eea0ee86e475002b (diff) |
Add bash patches through patch-033.
Update mpfr patches through patch-11.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1972398b9..71c41254b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ <para>2015-02-06</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add bash patches through patch-033.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update mpfr patches through patch-11.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to util-linux-2.26-rc2. Intermediate fix prior to stable util-linux-2.26.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2cdee5dff..34a3c9315 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -245,11 +245,13 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> - <!-- <listitem> <para>&bash-fixes-patch;</para> </listitem> - --> + + <listitem> + <para>&mpfr-fixes-patch;</para> + </listitem> <listitem> <para>&perl-fix-patch;</para> |