diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-12-03 22:04:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-12-03 22:04:22 +0000 |
commit | a8ec8bf082f948c05d73b59af57d9ab10bb1848c (patch) | |
tree | b68ae0983ecffb80947c9dcb1d34600ce45b9bdb | |
parent | 1a96a4ed261bf8bc2b2ccc895131e93a6ca2f84a (diff) |
Update acknowledgements.
Update to libtool-2.4.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendices/acknowledgments.xml | 8 | ||||
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/libtool.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 10 |
6 files changed, 33 insertions, 12 deletions
diff --git a/appendices/acknowledgments.xml b/appendices/acknowledgments.xml index 607bf7bf6..5944fca53 100644 --- a/appendices/acknowledgments.xml +++ b/appendices/acknowledgments.xml @@ -90,7 +90,13 @@ <listitem> <para><ulink url="mailto:johan@linuxfromscratch.org">Johan Lenglet</ulink> <johan@linuxfromscratch.org> – French LFS - translation project</para> + translation project until 2008</para> + </listitem> + + <listitem> + <para><ulink url="mailto:jmengual@linuxfromscratch.org">Jean-Philippe + Mengual </ulink> <jmengual@linuxfromscratch.org> – French LFS + translation project 2008-present</para> </listitem> <listitem> diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index db947a923..51fa55534 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1526,7 +1526,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>Findutils</seg> + <seg>Autoconf, Automake, Findutils</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c31d471ba..f4ea6a966 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,20 @@ </listitem> --> <listitem> + <para>2014-12-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update acknowledgements. Fixes + <ulink url="&lfs-ticket-root;3716">#3716</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to libtool-2.4.4. Fixes + <ulink url="&lfs-ticket-root;3715">#3715</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-11-29</para> <itemizedlist> <listitem> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 5271dd5be..35f8b5419 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -50,12 +50,13 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results (about 3.0 SBU), issue:</para> + <para>To test the results (about 11.0 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> - <para>Five tests are known to fail in the LFS build envronment, - but all tests pass if rechecked after Chapter 6 is complete.</para> + <para>Five tests are known to fail in the LFS build envronment due + to a circular dependency, but all tests pass if rechecked after + automake is installed.</para> <para>Install the package:</para> diff --git a/general.ent b/general.ent index 2216b9b4a..840768ace 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "SVN-20141129"> +<!ENTITY version "SVN-20141203"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "November 29, 2014"> +<!ENTITY releasedate "December 3, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index b813de63d..262dfc1d9 100644 --- a/packages.ent +++ b/packages.ent @@ -376,13 +376,13 @@ <!ENTITY libpipeline-ch6-du "7.7 MB"> <!ENTITY libpipeline-ch6-sbu "0.2 SBU"> -<!ENTITY libtool-version "2.4.3"> -<!ENTITY libtool-size "1,696 KB"> -<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.gz"> -<!ENTITY libtool-md5 "ec4dabd3bc580dc188197d4d5eb95fe3"> +<!ENTITY libtool-version "2.4.4"> +<!ENTITY libtool-size "936 KB"> +<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz"> +<!ENTITY libtool-md5 "51bf400de3354687d68dfa2392506b7e"> <!ENTITY libtool-home "&gnu-software;libtool/"> <!ENTITY libtool-ch6-du "37 MB"> -<!ENTITY libtool-ch6-sbu "3.0 SBU"> +<!ENTITY libtool-ch6-sbu "11.2 SBU"> <!ENTITY linux-major-version "3"> <!ENTITY linux-minor-version "17"> |