diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:03:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:03:08 +0000 |
commit | 878bc8bc0bd1e643ed90adcc98abd8ac69f5fa69 (patch) | |
tree | b5fb47b115e86355454036350bb63f61991f532c /chapter01 | |
parent | 6f33bd1e1c81ee8cba8a37febe6d4116dcc9fd5e (diff) |
Add upstream patches for MPFR. Fixes #2983.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8d1704add..009b17452 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-12-22</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add upstream patches for MPFR. Fixes + <ulink url="&lfs-ticket-root;2983">#2983</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-12-10</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 672a86587..505749070 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -219,18 +219,14 @@ </itemizedlist>--> - <!--<itemizedlist> + <itemizedlist> <title>Added:</title> <listitem> - <para>&bash-fixes-patch;</para> + <para>&mpfr-fixes-patch;</para> </listitem> - <listitem> - <para>&perl-security-patch;</para> - </listitem> - - </itemizedlist>--> + </itemizedlist> <itemizedlist> <title>Removed:</title> |