diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:28:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:28:34 +0000 |
commit | a9b89e3e005ccbd09ac4ba2e198a6930fa47605d (patch) | |
tree | 3941fd91cfd1a2ce4d1f43727a6944db1f521f5a /chapter01 | |
parent | 404d6413046353694e39d7935dc0175098b3ea5e (diff) |
Upgrade to GMP-5.0.5. Fixes #3079.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c23f1c9f1..c13bd74c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -58,6 +58,10 @@ <para>2012-05-11</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to GMP-5.0.5. Fixes + <ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which prevented the fixincludes script from being run; it is no longer run by default. Reported by Jeremy Huntwork.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3d99d1572..e537f2d83 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -85,9 +85,9 @@ <listitem> <para>Glibc &glibc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>GMP &gmp-version;</para> - </listitem>--> + </listitem> <listitem> <para>Grep &grep-version;</para> </listitem> |