diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
commit | ae7f075dd6185f9ec93d5aedbb46e98511f25235 (patch) | |
tree | 910ae466b675094d23e33c62fa9a598b67fccfd7 /chapter01/changelog.xml | |
parent | f4bb2af2e4b9c007a6e660409e9fd5670c3469df (diff) |
Update to trunk r11877
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 649067ea9..f0f45fc81 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,84 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-05-29</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Run sed and findutils tests as an + unprivileged user. Fixes + <ulink url="&lfs-ticket-root;4661">#4661</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <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> + </itemizedlist> + </listitem> + + <listitem> + <para>2020-05-27</para> + <itemizedlist> + <listitem> + <para>[pierre] - Bash: document test results.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2020-05-26</para> + <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> + </listitem> + <listitem> + <para>[pierre] - Mount /dev/pts with "--bind", so that "tty" + knows there is a terminal. Fixes a test in coreutils.</para> + </listitem> + <listitem> + <para>[pierre] - Add a patch to fix a failure in gold test suite, + which really needs -fcommon in some tests.</para> + </listitem> + <listitem> + <para>[pierre] - Fix a failure in automake test suite.</para> + </listitem> + <listitem> + <para>[pierre] - Update to vim-8.2.0814.</para> + </listitem> + <listitem> + <para>[pierre] - Add a symlink from /tools/lib/locale + to /usr/lib/locale/locale-archive, to allow some programs + to find the installed locales. Fixes test failures in bison + and man-db.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-05-21</para> <itemizedlist> <listitem> |