diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-08 23:01:00 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-08 23:01:00 +0000 |
commit | b1a5123dfdf854ce366f7440ce4d5dd9c4a79a2e (patch) | |
tree | df2c1a4772607674582ea202293d9691b3cf2867 | |
parent | 235556ae960d85ada027af5c0136b932499d7e36 (diff) |
Update host system requirements to match glibc-2.29
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter02/hostreqs.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3371c469f..4912358cf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,15 @@ --> <listitem> + <para>2019-02-08</para> + <itemizedlist> + <listitem> + <para>[renodr] - Update host system requirements.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2019-02-06</para> <itemizedlist> <listitem> diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index ba51f74d1..8acef058e 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -61,13 +61,13 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-4.9</emphasis> including the C++ + <para><emphasis role="strong">GCC-5.2</emphasis> including the C++ compiler, <command>g++</command> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> </listitem> <listitem> - <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions + <para><emphasis role="strong">Glibc-2.26</emphasis> (Versions greater than &glibc-version; are not recommended as they have not been tested)</para> </listitem> diff --git a/general.ent b/general.ent index c6c5fd584..a763ddbaf 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190206"> +<!ENTITY version "SVN-20190208"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190206-systemd"> +<!ENTITY versiond "20190208-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 6, 2019"> +<!ENTITY releasedate "February 8, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> |