diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-07 04:14:12 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-07 04:14:12 +0000 |
commit | 403b39cadb9f22161360eca483cebedd13c66fbc (patch) | |
tree | 6ad41d1d000c733e5312ac38fef3064e7ab810d4 /chapter01 | |
parent | 80541620cfa0889c443a116c2e59eca13f2f2268 (diff) |
Update to Python-3.7.0.
Update to gdbm-1.16.
Update to elfutils-0.173.
Update to coreutils-8.30.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 16 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c12136b99..18f81a9a1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -52,6 +52,22 @@ removing environment variables no longer needed with e2fsprogs. </para> </listitem> + <listitem> + <para>[bdubbs] - Update to Python-3.7.0. Fixes + <ulink url="&lfs-ticket-root;4301">#4301</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to gdbm-1.16. Fixes + <ulink url="&lfs-ticket-root;4302">#4302</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to elfutils-0.173. Fixes + <ulink url="&lfs-ticket-root;4304">#4304</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to coreutils-8.30. Fixes + <ulink url="&lfs-ticket-root;4305">#4305</ulink>.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 7ae0fd2d4..978a172e9 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -56,9 +56,9 @@ <!--<listitem> <para>Check-&check-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Coreutils-&coreutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>DejaGNU-&dejagnu-version;</para> </listitem>--> |