diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-03 23:12:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-03 23:12:18 +0000 |
commit | 533664111568c587115b2278fa788d1171e22876 (patch) | |
tree | 8181e2d711557d0a87ac6400f7e233c61bab3005 /chapter01 | |
parent | e074bae6e2dc48a7fe26b7df35a82e96716ecb93 (diff) |
Update to gmp-6.1.0.
Clean up Eudev configure options.
Update host requirements to require GCC-4.7 or later.
Clarify that setting and using the LFS variable assumes the bash shell.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 21 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 23 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 228483650..11b3408f1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,27 @@ --> <listitem> + <para>2015-12-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to gmp-6.1.0. Fixes + <ulink url="&lfs-ticket-root;3862">#3862</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Clean up Eudev configure options. Fixes + <ulink url="&lfs-ticket-root;3865">#3865</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update host requirements to require GCC-4.7 or later.</para> + </listitem> + <listitem> + <para>[bdubbs] - Clarify that setting and using the LFS variable + assumes the bash shell.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-11-18</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b5d1d6946..141739190 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -97,9 +97,9 @@ <!--<listitem> <para>Glibc &glibc-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GMP &gmp-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Gperf-&gperf-version;</para> </listitem>--> |