diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-03-29 02:13:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-03-29 02:13:40 +0000 |
commit | 1e472fb9acf1c14f1e13c824b6ca89e1198410be (patch) | |
tree | e40771a501ee7752e0c029dd3e488fa0b5b7dde3 /chapter01 | |
parent | c9ac649c176365245fd6654005678255e4fc184f (diff) |
Move realline to be before bc in Cahpater 6.
Update to linux-4.10.6.
Update to pkg-config-0.29.2.
Update to tzdata-2017b.
Add option -Dusethreads to perl in Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 25 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 27 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dd1206dde..687dc29a9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,31 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-03-28</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Move realline to be before bc in Cahpater 6. Fixes + <ulink url="&lfs-ticket-root;4068">#4068</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.10.6. Fixes + <ulink url="&lfs-ticket-root;4065">#4065</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to pkg-config-0.29.2. Fixes + <ulink url="&lfs-ticket-root;4066">#4066</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to tzdata-2017b. Fixes + <ulink url="&lfs-ticket-root;4067">#4067</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add option -Dusethreads to perl in Chapter 6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-03-25</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5231d4e9a..461ce2674 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -182,9 +182,9 @@ <!--<listitem> <para>Perl &perl-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Pkg-config &pkgconfig-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Procps-ng &procps-ng-version;</para> </listitem>--> |