diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-30 05:39:40 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-30 05:39:40 +0000 |
commit | 73b3eb9fe5c970188b60c6ce5b229efadae4dcc1 (patch) | |
tree | bba0390a809db8230fb96207ec7c5f22da80cb22 /chapter01 | |
parent | 1e12915551da012c8835aa2ed35a72333c213c8c (diff) |
Update to systemd-237. Fixes #4203.
Update to linux-4.15. Fixes #4202.
Update to ncurses-6.1. Fixes #4201.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 18 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 20 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 82dc6826f..86907dd71 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,24 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2018-01-30</para> + <itemizedlist> + <listitem revision="systemd"> + <para>[dj] - Update to systemd-237. Fixes + <ulink url="&lfs-ticket-root;4203">#4203</ulink>.</para> + </listitem> + <listitem> + <para>[dj] - Update to linux-4.15. Fixes + <ulink url="&lfs-ticket-root;4202">#4202</ulink>.</para> + </listitem> + <listitem> + <para>[dj] - Update to ncurses-6.1. Fixes + <ulink url="&lfs-ticket-root;4201">#4201</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2018-01-28</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b74a015f7..afdae780b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -179,9 +179,9 @@ <listitem> <para>MPFR-&mpfr-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Ncurses-&ncurses-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Patch-&patch-version;</para> </listitem>--> |