Changeset 3bded69
- Timestamp:
- 09/01/2021 07:56:21 PM (21 months ago)
- Branches:
- 11.0
- Children:
- cba354c
- Parents:
- 6711c422
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r6711c422 r3bded69 44 44 --> 45 45 <listitem> 46 <para>2021-09-01</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - LFS-11.0 released.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 46 55 <para>2021-08-25</para> 47 56 <itemizedlist> -
general.ent
r6711c422 r3bded69 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
r6711c422 r3bded69 388 388 389 389 <!ENTITY lfs-bootscripts-version "20210608"> <!-- Scripts depend on this format --> 390 <!ENTITY lfs-bootscripts-size " BOOTSCRIPTS-SIZEKB">390 <!ENTITY lfs-bootscripts-size "33 KB"> 391 391 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz"> 392 <!ENTITY lfs-bootscripts-md5 " BOOTSCRIPTS-MD5SUM">392 <!ENTITY lfs-bootscripts-md5 "294b921e6cf9ab0fbaea4b639f8fdbe8"> 393 393 <!ENTITY lfs-bootscripts-home " "> 394 <!ENTITY lfs-bootscripts-cfg-du " BOOTSCRIPTS-INSTALL-KBKB">394 <!ENTITY lfs-bootscripts-cfg-du "440 KB"> 395 395 <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> 396 396
Note:
See TracChangeset
for help on using the changeset viewer.