diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-27 07:51:55 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-27 07:51:55 +0000 |
commit | 160e72c2431f08e3ab14fd212b9723cc16579b0c (patch) | |
tree | 75ca5d0ec9ce433bfc94062e0d9c88c25f975897 /chapter01/changelog.xml | |
parent | e65cc63e49ada001590d399596b0f39a3d80232a (diff) |
MultiLib: Merge changes up to 11858
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e400a31cd..ebab6f423 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,37 @@ appropriate for the entry or if needed the entire day's 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/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;</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-05-21</para> <itemizedlist> <listitem> @@ -90,6 +121,9 @@ <para>2020-05-08</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to vim-8.2.0716.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to bison-3.6. Fixes <ulink url="&lfs-ticket-root;4652">#4652</ulink>.</para> </listitem> |