diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-29 08:06:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-29 08:06:18 +0000 |
commit | 7406bece6f21f8edefd3b78480ba30cc704fb233 (patch) | |
tree | 3a2165a204e973477cca4e1342995226d3ace4e0 /chapter01 | |
parent | 51c960dfdf415e0a793d99ccc6e5e80f41649504 (diff) |
Add an unprivileged user, tester, at the
beginning of Chapter 6 for running some tests. This
user is then removed at the end of the chapter.
Update to zstd-1.4.5. Fixes
Update to util-linux-2.35.2. Fixes
Update to bison-3.6.2. Fixes
Update to linux-5.6.15. Fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 21 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 |
2 files changed, 23 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 43fbbd6b7..5e6eae470 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,23 @@ <para>2020-05-28</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add an unprivileged user, tester, at the + beginning of Chapter 6 for running some tests. This + user is then removed at the end of the chapter.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to zstd-1.4.5. Fixes + <ulink url="&lfs-ticket-root;4660">#4660</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to util-linux-2.35.2. Fixes + <ulink url="&lfs-ticket-root;4659">#4659</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to bison-3.6.2. Fixes + <ulink url="&lfs-ticket-root;4657">#4657</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Update to linux-5.6.15. Fixes <ulink url="&lfs-ticket-root;4658">#4658</ulink>.</para> </listitem> @@ -66,8 +83,8 @@ <itemizedlist> <listitem> <para>[pierre] - Bash: do not use "su -c command" to change user - to nobody: it removes the controlling terminal and makes some - tests fail. Use "su << EOF" instead.</para> + to nobody: it removes the controlling terminal and makes some + tests fail. Use "su << EOF" instead.</para> </listitem> <listitem> <para>[pierre] - Mount /dev/pts with "--bind", so that "tty" diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1076ba6a1..7b009d1e3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -242,9 +242,9 @@ <listitem> <para>Tzdata-&tzdata-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Util-Linux-&util-linux-version;</para> - </listitem>--> + </listitem> <listitem> <para>Vim-&vim-version;</para> </listitem> @@ -257,9 +257,9 @@ <!--<listitem> <para>Zlib-&zlib-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Zstd-&zstd-version;</para> - </listitem>--> + </listitem> </itemizedlist> <!--<itemizedlist> |