Changeset 17ca98af


Ignore:
Timestamp:
02/28/2021 05:38:00 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1
Parents:
28b616fc
Message:

BLFS-10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/10.1@24315 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r28b616fc r17ca98af  
    4949  <revhistory>
    5050    <revision>
    51       <revnumber>&version;</revnumber>
    52       <date>&pubdate;</date>
    53       <revremark>Ongoing Release</revremark>
     51      <revnumber>10.1</revnumber>
     52      <date>2021-03-01</date>
     53      <revremark>Twenty-third Release</revremark>
    5454    </revision>
    5555
  • general.ent

    r28b616fc r17ca98af  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    8 <!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 26th, &year;">
     8<!ENTITY version      "10.1">
     9<!ENTITY releasedate  "March 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    11 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    12 <!ENTITY lfs-version  "development">          <!-- x.y|development -->
    13 <!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
     11<!ENTITY blfs-version "10.1">                  <!-- svn|[release #] -->
     12<!ENTITY lfs-version  "10.1">          <!-- x.y|development -->
     13<!ENTITY lfs-versiond "10.1-systemd">              <!-- x.y-systemd|systemd -->
    1414<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1515<!ENTITY lfs-domainname       "linuxfromscratch.org">
     
    2525     Update 'downloads-root-systemd' to x.y-systemd
    2626     -->
    27 <!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/svn">
    28 <!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/systemd">
     27<!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/10.1">
     28<!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/10.1-systemd">
    2929<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
    3030
     
    3434<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
    3535<!ENTITY patch-downloads      "http://www.linuxfromscratch.org/patches/downloads">
    36 <!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
     36<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/10.1">
    3737<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    3838<!ENTITY blfs-ticket-root     "http://wiki.&lfs-domainname;/blfs/ticket/">
  • introduction/welcome/changelog.xml

    r28b616fc r17ca98af  
    4242    </listitem>
    4343    -->
     44
     45    <listitem>
     46      <para>March 1st, 2021</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Release of BLFS-10.1.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53   
    4454    <listitem>
    4555      <para>February 26th, 2021</para>
  • x/installing/mesa.xml

    r28b616fc r17ca98af  
    238238      -Dglx=dri                      \
    239239      -Dosmesa=gallium               \
    240       -Dvalgrind=false               \
    241       -Dlibunwind=false              \
     240      -Dvalgrind=disabled            \
     241      -Dlibunwind=disabled           \
    242242      ..                             &amp;&amp;
    243243
     
    308308-->
    309309    <para>
    310       <parameter>-Dvalgrind=false</parameter>: This parameter disables
     310      <parameter>-Dvalgrind=disabled</parameter>: This parameter disables
    311311      the usage of Valgrind during the build process. Remove this parameter
    312312      if you have Valgrind installed, and wish to check for memory leaks.
     
    314314
    315315    <para>
    316       <parameter>-Dlibunwind=false</parameter>: This parameter disables
     316      <parameter>-Dlibunwind=disabled</parameter>: This parameter disables
    317317      the usage of libunwind.
    318318    </para>
Note: See TracChangeset for help on using the changeset viewer.