Changeset 69372ba


Ignore:
Timestamp:
09/01/2021 11:15:15 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0
Parents:
652351c
Message:

BLFS-11.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r652351c r69372ba  
    5050      <revnumber>&version;</revnumber>
    5151      <date>&pubdate;</date>
    52       <revremark>Ongoing Release</revremark>
     52      <revremark>Twenty-fourth Release</revremark>
    5353    </revision>
    5454
  • general.ent

    r652351c r69372ba  
    11<!-- version info generated from git commit,
    22     comment out the following two lines for release. -->
     3<!--
    34<!ENTITY % version-entities SYSTEM "version.ent">
    4 %version-entities;
     5%version-entities;-->
    56
    67<!-- uncomment the following entities and modify them for release,
    78     month and year should be always 2 digits. -->
    8 <!--
     9
    910<!ENTITY day            "01">
    1011<!ENTITY month          "09">
     
    1415<!ENTITY releasedate    "September 1st, &year;">
    1516<!ENTITY pubdate        "&year;-&month;-&day;">
    16 -->
    1717
    1818<!ENTITY copyholder   "The BLFS Development Team">
    19 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    20 <!ENTITY lfs-version  "development">          <!-- x.y|development -->
    21 <!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
     19<!ENTITY blfs-version "11.0">                  <!-- svn|[release #] -->
     20<!ENTITY lfs-version  "11.0">                  <!-- x.y|development -->
     21<!ENTITY lfs-versiond "11.0-systemd">          <!-- x.y-systemd|systemd -->
    2222<!ENTITY lfs-domainname       "linuxfromscratch.org">
    2323
     
    3232     Update 'downloads-root-systemd' to x.y-systemd
    3333     -->
    34 <!ENTITY downloads-root       "https://www.linuxfromscratch.org/blfs/downloads/svn">
    35 <!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/systemd">
     34<!ENTITY downloads-root       "https://www.linuxfromscratch.org/blfs/downloads/11.0">
     35<!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/11.0-systemd">
    3636<!ENTITY downloads-project    "https://downloads.&lfs-domainname;">
    3737
     
    4141<!ENTITY hints-root           "https://www.&lfs-domainname;/hints">
    4242<!ENTITY patch-downloads      "https://www.linuxfromscratch.org/patches/downloads">
    43 <!ENTITY patch-root           "https://www.&lfs-domainname;/patches/blfs/svn">
     43<!ENTITY patch-root           "https://www.&lfs-domainname;/patches/blfs/11.0">
    4444<!ENTITY errata               "https://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    4545<!ENTITY blfs-ticket-root     "https://wiki.&lfs-domainname;/blfs/ticket/">
  • introduction/welcome/changelog.xml

    r652351c r69372ba  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>September 1st, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Release of BLFS-11.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>August 30th, 2021</para>
Note: See TracChangeset for help on using the changeset viewer.