From 160e72c2431f08e3ab14fd212b9723cc16579b0c Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Wed, 27 May 2020 07:51:55 +0000 Subject: MultiLib: Merge changes up to 11858 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'chapter01/changelog.xml') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e400a31cd..ebab6f423 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,37 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-05-26 + + + [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. + + + [pierre] - Mount /dev/pts with "--bind", so that "tty" + knows there is a terminal. Fixes a test in coreutils. + + + [pierre] - Add a patch to fix a failure in gold test suite, + which really needs -fcommon in some tests. + + + [pierre] - Fix a failure in automake test suite. + + + [pierre] - Update to vim-8.2.0814. + + + [pierre] - Add a symlink from /tools/share/locale + to /usr/share/locale/locale-archive, to allow some programs + to find the installed locales. Fixes test failures in bison + and man-db; + + + + 2020-05-21 @@ -89,6 +120,9 @@ 2020-05-08 + + [bdubbs] - Update to vim-8.2.0716. + [bdubbs] - Update to bison-3.6. Fixes #4652. -- cgit v1.2.3-54-g00ecf