diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-24 02:08:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-24 02:08:49 +0000 |
commit | b55310ed2590e83d930b65fd7b492cf1b56398b5 (patch) | |
tree | 2be24747f1571f3c36918e3fa9e8711d0c03ef8c /general.ent | |
parent | 1c6c92e9ebe7b8788085122880e2b8112732ae9d (diff) |
Remove reference to openssl in BLFS in Chapter 9.
Update minimum host system requirements.
Added the rationale for including openssl.
Update to util-linux-2.32.
Update to meson-0.45.0.
Update to e2fsprogs-1.44.0.
Update to linux-4.15.11.
Update to automake-1.16.1.
Update to systemd-238.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index cdb968074..9b803debd 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20180303"> +<!ENTITY version "SVN-20180323"> <!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 "20180303-systemd"> +<!ENTITY versiond "20180323-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 3, 2018"> +<!ENTITY releasedate "March 23, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.3"> |