diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-15 16:51:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-15 16:51:06 +0000 |
commit | 7f54987e8d2645da6296cc0bd406fa3ee01a8706 (patch) | |
tree | 9b6fb1df386d39575ba6b7eedd2aa8b321f7eef0 /chapter01 | |
parent | 63a2c2d454e05553cb83f3656108838f46975ba6 (diff) |
Upgrade to GMP-5.0.2. Fixes #2869.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6c2aa224c..e39378a1f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-05-15</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to GMP-5.0.2. Fixes + <ulink url="&lfs-ticket-root;2869">#2869</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-05-07</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 425000e70..04107fa36 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -91,9 +91,9 @@ <!--<listitem> <para>Glibc &glibc-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GMP &gmp-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Grep &grep-version;</para> </listitem>--> |