diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-28 17:41:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-28 17:41:47 +0000 |
commit | c43581a5d7294e18775471a5dbc3087ad0559dbf (patch) | |
tree | cfe86e4172b28ceca7ad2ff97d6e21fb625b687f /chapter01 | |
parent | 6749655df9f428461f62756219f21e406f28cc86 (diff) |
Add a patch to fix a flex regresion in version 2.6.3.
Update to linux-4.10.13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ae9a7eacf..fc93605b9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,19 @@ <para>2017-04-26</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add a patch to fix a flex regresion in version 2.6.3.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.10.13. Fixes + <ulink url="&lfs-ticket-root;4079">#4079</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2017-04-26</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Update to grub-2.02. Fixes <ulink url="&lfs-ticket-root;4042">#4042</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b61aa6a61..09214c8a4 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -259,6 +259,9 @@ <para>gcc-6.1.0-asan-1.patch</para> </listitem> --> + <listitem> + <para>flex-2.6.3-upstream_fix-1.patch</para> + </listitem> </itemizedlist> <itemizedlist> |