diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 14:14:13 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 14:14:13 +0000 |
commit | 6d7b95a812774ed09c5a6d8761866b4888292dc1 (patch) | |
tree | ee354a62c628ce9e74c69b1d5d1c0ed586d63a6b | |
parent | cad8a810f661e2f959ae908359faea9bb65df424 (diff) |
Added the GMP and MPFR packages to the list of packages in Chapter 3, thanks to Lefteris Dimitroulakis for pointing out the omission
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 18 | ||||
-rw-r--r-- | chapter03/packages.xml | 22 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 37 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a6b16e4c1..b67325641 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,13 +34,25 @@ </listitem> </itemizedlist> </listitem> + --> <listitem> + <para>Date</para> + <itemizedlist> + <listitem> + <para>[randy] - Added the GMP and MPFR packages to the list of + packages in Chapter 3. Thanks to Lefteris Dimitroulakis for + pointing out the omission.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-03</para> <itemizedlist> <listitem> - <para>[bdubs] - Added version check for Perl in Host System + <para>[bdubbs] - Added version check for Perl in Host System Requirements.</para> </listitem> <listitem> @@ -66,10 +78,10 @@ <para>2008-06-03</para> <itemizedlist> <listitem> - <para>[bdubbs] - Added udev-config scripts to appenices.</para> + <para>[bdubbs] - Added udev-config scripts to appendices.</para> </listitem> <listitem> - <para>[bdubbs] - Added lfs-bootscripts to appenices.</para> + <para>[bdubbs] - Added lfs-bootscripts to appendices.</para> </listitem> <listitem> <para>[bdubbs] - Updated license to Creative Commons with diff --git a/chapter03/packages.xml b/chapter03/packages.xml index e1c15f8d2..ec25e6e45 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -213,6 +213,15 @@ </varlistentry> <varlistentry> + <term>GMP (&gmp-version;) - <token>&gmp-size;</token>:</term> + <listitem> + <para>Home page: <ulink url="&gmp-home;"/></para> + <para>Download: <ulink url="&gmp-url;"/></para> + <para>MD5 sum: <literal>&gmp-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Grep (&grep-version;) - <token>&grep-size;</token>:</term> <listitem> <para>Home page: <ulink url="&grep-home;"/></para> @@ -363,14 +372,14 @@ </listitem> </varlistentry> - <varlistentry> + <!-- <varlistentry> <term>Mktemp (&mktemp-version;) - <token>&mktemp-size;</token>:</term> <listitem> <para>Home page: <ulink url="&mktemp-home;"/></para> <para>Download: <ulink url="&mktemp-url;"/></para> <para>MD5 sum: <literal>&mktemp-md5;</literal></para> </listitem> - </varlistentry> + </varlistentry> --> <varlistentry> <term>Module-Init-Tools (&module-init-tools-version;) - <token>&module-init-tools-size;</token>:</term> @@ -382,6 +391,15 @@ </varlistentry> <varlistentry> + <term>MPFR (&mpfr-version;) - <token>&mpfr-size;</token>:</term> + <listitem> + <para>Home page: <ulink url="&mpfr-home;"/></para> + <para>Download: <ulink url="&mpfr-url;"/></para> + <para>MD5 sum: <literal>&mpfr-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Ncurses (&ncurses-version;) - <token>&ncurses-size;</token>:</term> <listitem> <para>Home page: <ulink url="&ncurses-home;"/></para> diff --git a/general.ent b/general.ent index bf9c5b996..da49c2645 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20081003"> -<!ENTITY releasedate "October 3, 2008"> +<!ENTITY version "SVN-20081005"> +<!ENTITY releasedate "October 5, 2008"> <!ENTITY copyrightdate "1999–2008"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |