diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-09-08 10:36:09 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-09-08 10:36:09 -0500 |
commit | e128c68596c1847eff317816550e06c01ab076fc (patch) | |
tree | 90ae30eadf13989242b617c52cf0947c0325e0a8 /chapter01 | |
parent | 2da0137968546f55eba120fd10c1844c804e365e (diff) |
Add the File upstream fixes patch to the book.
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index edd35bb5e..0097cb2c6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2021-09-08</para> + <itemizedlist> + <listitem> + <para>[renodr] - Fix regressions in File that result in improper + detection of text and XZ files.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-09-06</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f4f4be90c..cd40cb78a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -284,6 +284,9 @@ <itemizedlist> <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> + <listitem> + <para>file-5.40-upstream_fixes-1.patch</para> + </listitem> <!-- <listitem> <para>binutils-2.37-upstream_fix-1.patch</para> |