LFS-12.0-rc1

This commit is contained in:
Bruce Dubbs 2023-08-15 09:53:30 -05:00
parent b24fbe02b8
commit 10d7226ab8
3 changed files with 12 additions and 9 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>2023-08-15</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - LFS-12.0-rc1 released.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add a patch to fix a performance regression in
glibc's posix_memalign() function. Fixes

View File

@ -1,16 +1,16 @@
<!-- Editing up to the line of ==== should be enough
to generate a book for development, release, or rc-->
<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
<!ENTITY % development "IGNORE"><!-- set to INCLUDE for development,
set to IGNORE for release or rc -->
<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
set to IGNORE for development or rc -->
<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
<!ENTITY % rc "INCLUDE"> <!-- set to INCLUDE for rc,
set to IGNORE for development or
release -->
<!ENTITY % relnum "11.3"><!-- must be given for release or rc -->
<!ENTITY % reldate "March 1st, 2023"><!-- must ve given for release or rc -->
<!ENTITY % crdate "1999-2022"><!-- must ve given for release or rc -->
<!ENTITY % rcnum "0"><!-- must be given only for rc -->
<!ENTITY % relnum "12.0"><!-- must be given for release or rc -->
<!ENTITY % reldate "August 15th, 2023"><!-- must ve given for release or rc -->
<!ENTITY % crdate "1999-2023"><!-- must ve given for release or rc -->
<!ENTITY % rcnum "1"><!-- must be given only for rc -->
<!-- ================================================================== -->
<!-- Do not change anything below unless the www or book layouts change -->

View File

@ -384,11 +384,11 @@
<!ENTITY less-fin-sbu "less than 0.1 SBU">
<!ENTITY lfs-bootscripts-version "20230728"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
<!ENTITY lfs-bootscripts-size "33 KB">
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
<!ENTITY lfs-bootscripts-md5 "cda82904848aa3546fe0a5adb89b88a3">
<!ENTITY lfs-bootscripts-home " ">
<!ENTITY lfs-bootscripts-cfg-du "BOOTSCRIPTS-INSTALL-KB KB">
<!ENTITY lfs-bootscripts-cfg-du "244 KB">
<!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU">
<!ENTITY libcap-version "2.69">