Changeset 59feb2c


Ignore:
Timestamp:
12/30/2013 10:12:57 AM (11 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
087ec91
Parents:
b528e077
Message:

Text fixes from Chris Staub, Fixes ticket #4505

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb528e077 r59feb2c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 29th, &year;">
     9<!ENTITY releasedate  "December 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/fontconfig.xml

    rb528e077 r59feb2c  
    262262          /usr/include/fontconfig,
    263263          /usr/share/doc/fontconfig-&fontconfig-version;,
     264          /usr/share/fontconfig,
    264265          /usr/share/xml/fontconfig and
    265266          /var/cache/fontconfig
  • general/prog/java.xml

    rb528e077 r59feb2c  
    7171    The first thing that's needed is a set of programs called a Java Development
    7272    Kit (JDK).  This set of programs includes <command>java</command>, 
    73     <command>javac</command>, <command>jar</command>, and severl others. It
     73    <command>javac</command>, <command>jar</command>, and several others. It
    7474    also includes several base <emphasis>jar</emphasis> files.</para>
    7575
  • introduction/welcome/changelog.xml

    rb528e077 r59feb2c  
    4545-->
    4646    <listitem>
     47      <para>December 30th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Text fixes from Chris Staub. Fixes
     51          <ulink url="&blfs-ticket-root;4505">#4505</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>December 29th, 2013</para>
    4858      <itemizedlist>
    4959        <listitem>
    5060          <para>[fernando] - Update to qtchooser-39 (received patch). Thanks.
    51           <ulink url="&blfs-ticket-root;4461">#4461</ulink>.</para>
    52         </listitem>
    53         <listitem>
    54           <para>[fernando] - Fixes (received patch). Thanks.
     61          Fixes <ulink url="&blfs-ticket-root;4461">#4461</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[fernando] - Fixes (received patch). Thanks. Fixes
    5565          <ulink url="&blfs-ticket-root;4503">#4503</ulink>.</para>
    5666        </listitem>
  • postlfs/security/vulnerabilities.xml

    rb528e077 r59feb2c  
    5959    Fedora's links on security are at
    6060    <ulink url="http://fedoraproject.org/wiki/Security">the Fedora wiki</ulink>.
    61     details of Gentoo linux security announcements are discussed at
     61    Details of Gentoo linux security announcements are discussed at
    6262    <ulink url="http://www.gentoo.org/security">Gentoo security</ulink>.
    63     and the Slackware archives of security announcements are at
     63    Finally, the Slackware archives of security announcements are at
    6464    <ulink url="http://slackware.com/security">Slackware security</ulink>.
    6565    </para>
Note: See TracChangeset for help on using the changeset viewer.