aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ae13dceb8..3fe82a0bc 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,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 &lt;&lt; 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>