aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-10-21 22:40:54 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-10-21 22:40:54 +0000
commit55b3f6244941e2bc22ebcb452377d2b0e709ded4 (patch)
treed482d5e2e90f51a7df122e0a1a7e9f1d55c1190a /chapter01
parent1e77f0cc6884f38216544cde1728c0852b5c5144 (diff)
Add GMP & MPFR package dependencies, and remove Mktemp dependencies. Fixes #2218.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 60aafa264..ccc78d517 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,12 @@
<para>2008-10-21</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Added dependency information for GMP and MPFR
+ packages. Thanks to Chris Staub for the patch. Also, removed
+ dependency information for Mktemp. Thanks to William Immendorf for
+ the report. Fixes #2218.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Updated list of minimum installed locales for testsuite
coverage in Chapter 6 GLibc instructions.</para>
</listitem>