Changeset f8265ff
- Timestamp:
- 09/01/2021 11:10:25 PM (3 years ago)
- Branches:
- ml-11.0
- Children:
- fca7ffe
- Parents:
- 8977314
- git-author:
- Bruce Dubbs <bdubbs@…> (09/01/2021 07:56:21 PM)
- git-committer:
- Thomas Trepl (Moody) <thomas@…> (09/01/2021 11:10:25 PM)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r8977314 rf8265ff 46 46 --> 47 47 <listitem> 48 <para>2021-09-01</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - LFS-11.0 released.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 48 57 <para>2021-08-25</para> 49 58 <itemizedlist> -
general.ent
r8977314 rf8265ff 1 1 <!-- version info automatically generated by git 2 2 comment the following two lines for release --> 3 <! ENTITY % version-entities SYSTEM "version.ent">4 %version-entities; 3 <!--<!ENTITY % version-entities SYSTEM "version.ent"> 4 %version-entities; --> 5 5 6 6 <!-- uncomment and edit the following four lines 7 7 for releases (including -rc) --> 8 <!-- 9 <!ENTITY version "1 0.2-rc1">10 <!ENTITY versiond "1 0.2-systemd-rc1">11 <!ENTITY releasedate " August 26th, 2021">8 9 <!ENTITY version "11.0"> 10 <!ENTITY versiond "11.0-systemd"> 11 <!ENTITY releasedate "September 1st, 2021"> 12 12 <!ENTITY copyrightdate "1999-2021"> 13 --> 13 14 14 <!-- jhalfs needs a literal dash, not – --> 15 15 16 <!ENTITY short-version " svn"> <!-- Used below in &blfs-book;16 <!ENTITY short-version "11.0"> <!-- Used below in &blfs-book; 17 17 Change to x.y for release but not -rc releases --> 18 <!ENTITY generic-version " development"> <!-- Use "development" or "x.y[-pre{x}]" -->18 <!ENTITY generic-version "11.0"> <!-- Use "development" or "x.y[-pre{x}]" --> 19 19 20 <!ENTITY short-versiond "s ystemd"> <!--Change to stable-systemd for release -->21 <!ENTITY generic-versiond " systemd">20 <!ENTITY short-versiond "stable-systemd"> <!--Change to stable-systemd for release --> 21 <!ENTITY generic-versiond "11.0-systemd"> 22 22 23 23 <!ENTITY lfs-root "https://www.linuxfromscratch.org/"> 24 24 <!ENTITY blfs-root "&lfs-root;blfs/"> 25 <!ENTITY blfs-book "&blfs-root;view/&short-version;/">26 <!ENTITY blfs-systemd-book "&blfs-root;view/& short-versiond;/">25 <!ENTITY blfs-book "&blfs-root;view/&generic-version;/"> 26 <!ENTITY blfs-systemd-book "&blfs-root;view/&generic-versiond;/"> 27 27 <!ENTITY faq-root "&lfs-root;faq/"> 28 28 <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> -
packages.ent
r8977314 rf8265ff 396 396 397 397 <!ENTITY lfs-bootscripts-version "20210608"> <!-- Scripts depend on this format --> 398 <!ENTITY lfs-bootscripts-size " BOOTSCRIPTS-SIZEKB">398 <!ENTITY lfs-bootscripts-size "33 KB"> 399 399 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz"> 400 <!ENTITY lfs-bootscripts-md5 " BOOTSCRIPTS-MD5SUM">400 <!ENTITY lfs-bootscripts-md5 "294b921e6cf9ab0fbaea4b639f8fdbe8"> 401 401 <!ENTITY lfs-bootscripts-home " "> 402 <!ENTITY lfs-bootscripts-cfg-du " BOOTSCRIPTS-INSTALL-KBKB">402 <!ENTITY lfs-bootscripts-cfg-du "440 KB"> 403 403 <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> 404 404
Note:
See TracChangeset
for help on using the changeset viewer.