Changeset b8eb6bc


Ignore:
Timestamp:
08/12/2008 12:15:25 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc3
Children:
58ca0b5, b0a3c467
Parents:
0fa8146
Message:

Updates for the 6.3-rc3 release including mods to shorten some line lengths to fit the PDF output on a page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7552 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r0fa8146 rb8eb6bc  
    4343  <revhistory>
    4444    <revision>
    45       <revnumber>6.3-rc2</revnumber>
    46       <date>2008-05-16</date>
     45      <revnumber>6.3-rc3</revnumber>
     46      <date>2008-08-12</date>
    4747      <revremark>Seventh release</revremark>
    4848    </revision>
  • book/foreword.xml

    r0fa8146 rb8eb6bc  
    7979
    8080  <para>BLFS version 6.3 is the complement to the LFS 6.3 book. It has been
    81   15 months since the last release of BLFS and almost nine months since LFS-6.3
     81  18 months since the last release of BLFS and almost 12 months since LFS-6.3
    8282  was released. Though we would like to release BLFS versions as quickly as
    8383  possible after an LFS release, this version lagged a bit due to Editor
     
    110110  <blockquote>
    111111<literallayout>Randy McMurchy
    112 May 11th, 2008</literallayout>
     112August 12th, 2008</literallayout>
    113113  </blockquote>
    114114
  • general.ent

    r0fa8146 rb8eb6bc  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
    9 <!ENTITY version      "6.3-rc2">
     9<!ENTITY version      "6.3-rc3">
    1010<!ENTITY releasedate  "August &day;th, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    12 <!ENTITY blfs-version "6.3-rc2">                  <!-- svn|[release #] -->
     12<!ENTITY blfs-version "6.3-rc3">                  <!-- svn|[release #] -->
    1313<!ENTITY lfs-version  "6.3">          <!-- version|testing|unstable|development] -->
    1414<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
     
    4545<!-- End LFS versions -->
    4646
    47 <!ENTITY blfs-bootscripts-version     "20080326">
     47<!ENTITY blfs-bootscripts-version     "20080812">
    4848<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    4949
  • general/sysutils/hal.xml

    r0fa8146 rb8eb6bc  
    417417
    418418&lt;deviceinfo version="0.2"&gt;
    419   &lt;device&gt;
    420 
    421     &lt;!-- this is to be able to mount media in drives we cannot poll,
    422          e.g. IDE Zip Drives and PC style floppy drives --&gt;
    423     &lt;match key="storage.media_check_enabled" bool="false"&gt;
    424       &lt;match key="storage.no_partitions_hint" bool="true"&gt;
    425         &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
    426         &lt;!-- Insert other options here --&gt;
    427       &lt;/match&gt;
    428     &lt;/match&gt;
    429 
    430     &lt;match key="volume.fsusage" string="filesystem"&gt;
    431 
    432       &lt;!-- allow these mount options for vfat --&gt;
    433       &lt;match key="volume.fstype" string="vfat"&gt;
    434         &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
    435         &lt;!-- Insert other options here --&gt;
    436       &lt;/match&gt;
    437     &lt;/match&gt;
    438 
    439   &lt;/device&gt;
     419&lt;device&gt;
     420
     421&lt;!-- this is to be able to mount media in drives we cannot poll,
     422     e.g. IDE Zip Drives and PC style floppy drives --&gt;
     423&lt;match key="storage.media_check_enabled" bool="false"&gt;
     424  &lt;match key="storage.no_partitions_hint" bool="true"&gt;
     425    &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
     426    &lt;!-- Insert other options here --&gt;
     427  &lt;/match&gt;
     428&lt;/match&gt;
     429
     430&lt;match key="volume.fsusage" string="filesystem"&gt;
     431
     432  &lt;!-- allow these mount options for vfat --&gt;
     433  &lt;match key="volume.fstype" string="vfat"&gt;
     434    &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
     435    &lt;!-- Insert other options here --&gt;
     436  &lt;/match&gt;
     437&lt;/match&gt;
     438
     439&lt;/device&gt;
    440440&lt;/deviceinfo&gt;</literal>
    441441EOF</userinput></screen>
  • xsoft/other/thunderbird.xml

    r0fa8146 rb8eb6bc  
    222222# installation and is used to locate Thunderbird's installed files. This
    223223# option is not required for end-user use, and is only used for
    224 # development purposes.
    225 #ac_add_options --with-default-mozilla-five-home=/usr/lib/thunderbird-&thunderbird-version;</literal>
     224# development purposes. Due to PDF line length limitations, the command
     225# below is modified. If you need to use the command below, change the
     226# ... to /usr/lib.
     227#ac_add_options --with-default-mozilla-five-home=.../thunderbird-&thunderbird-version;</literal>
    226228
    227229EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.