diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-12 17:49:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-12 17:49:07 +0000 |
commit | 91c7fab61a2ef4ac7434297b42b4cabe836d7931 (patch) | |
tree | 609a0b1aac0805b09bee8f59378ea2b0f6ebddd8 /chapter01 | |
parent | ae5423f606cd1c0ce24a862e5312a38f291d1d8b (diff) |
Add zstd compression package to Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9f791c635..2faf42ec7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-01-12</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Added zstd-1.4.4.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-01-09</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index cc1763cae..d5008a4b5 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -270,7 +270,7 @@ <itemizedlist> <title>Added:</title> - <listitem><para></para></listitem> <!-- satisfy build --> + <listitem><para>Zstd-&zstd-version;</para></listitem> <!-- satisfy build --> </itemizedlist> |