diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-10-29 00:13:15 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-10-29 00:13:15 +0000 |
commit | 259c03d74729f26d6a78e8b5d94c3dad0cfe654e (patch) | |
tree | 79623db40852898462b5b7f398ed8490e3ba1890 /chapter01 | |
parent | 8428fdeb7d77e0db58c80ca3d6da6d3410e70058 (diff) |
Update to gdbm-1.18.1. Fixes #4364.
Update to Python-3.7.1. Fixes #4361.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 382088ed0..5bb4e9041 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,20 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2018-10-29</para> + <itemizedlist> + <listitem> + <para>[dj] - Update to gdbm-1.18.1. Fixes + <ulink url="&lfs-ticket-root;4364">#4364</ulink>.</para> + </listitem> + <listitem> + <para>[dj] - Update to Python-3.7.1. Fixes + <ulink url="&lfs-ticket-root;4361">#4361</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2018-10-27</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 55b623805..3ea7fc5b5 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -203,9 +203,9 @@ <listitem> <para>Psmisc-&psmisc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Python-&python-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Readline-&readline-version;</para> </listitem>--> |