Changeset 17ca98af
- Timestamp:
- 02/28/2021 05:38:00 PM (4 years ago)
- Branches:
- 10.1
- Parents:
- 28b616fc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
r28b616fc r17ca98af 49 49 <revhistory> 50 50 <revision> 51 <revnumber> &version;</revnumber>52 <date> &pubdate;</date>53 <revremark> OngoingRelease</revremark>51 <revnumber>10.1</revnumber> 52 <date>2021-03-01</date> 53 <revremark>Twenty-third Release</revremark> 54 54 </revision> 55 55 -
general.ent
r28b616fc r17ca98af 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 26"> <!-- Always 2 digits -->4 <!ENTITY month "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!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;"> 10 10 <!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 --> 14 14 <!ENTITY last-commit "$Date$"> <!-- Automatic update --> 15 15 <!ENTITY lfs-domainname "linuxfromscratch.org"> … … 25 25 Update 'downloads-root-systemd' to x.y-systemd 26 26 --> 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"> 29 29 <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> 30 30 … … 34 34 <!ENTITY hints-root "http://www.&lfs-domainname;/hints"> 35 35 <!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"> 37 37 <!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/"> 38 38 <!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/"> -
introduction/welcome/changelog.xml
r28b616fc r17ca98af 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>February 26th, 2021</para> -
x/installing/mesa.xml
r28b616fc r17ca98af 238 238 -Dglx=dri \ 239 239 -Dosmesa=gallium \ 240 -Dvalgrind= false\241 -Dlibunwind= false\240 -Dvalgrind=disabled \ 241 -Dlibunwind=disabled \ 242 242 .. && 243 243 … … 308 308 --> 309 309 <para> 310 <parameter>-Dvalgrind= false</parameter>: This parameter disables310 <parameter>-Dvalgrind=disabled</parameter>: This parameter disables 311 311 the usage of Valgrind during the build process. Remove this parameter 312 312 if you have Valgrind installed, and wish to check for memory leaks. … … 314 314 315 315 <para> 316 <parameter>-Dlibunwind= false</parameter>: This parameter disables316 <parameter>-Dlibunwind=disabled</parameter>: This parameter disables 317 317 the usage of libunwind. 318 318 </para>
Note:
See TracChangeset
for help on using the changeset viewer.