Changeset 4ff4e9a


Ignore:
Timestamp:
03/02/2006 07:11:49 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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, 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:
126e7ea2
Parents:
e4a21ed
Message:

Added Xorg-7.0

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re4a21ed r4ff4e9a  
    1 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     1<!ENTITY day          "02">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "March &day;st, &year;">
     5<!ENTITY releasedate  "March &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    337337<!-- Chapter 25 -->
    338338<!ENTITY xorg-version                 "6.8.2">
     339<!ENTITY xorg7-version                "7.0.0">
    339340<!ENTITY xfree86-version              "4.5.0">
    340341
  • general/genutils/xterm.xml

    re4a21ed r4ff4e9a  
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>,
    65     or Xorg-7.0<!--<xref linkend="xorg7"/>-->)</para>
     65    or <xref linkend="xorg7"/>)</para>
    6666
    6767  </sect2>
  • introduction/welcome/changelog.xml

    re4a21ed r4ff4e9a  
    4141
    4242-->
     43    <listitem>
     44      <para>March 2nd, 2006</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Added command explanations and corrected prefix for
     48          xterm, libdrm, and Mesa.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[dj] - Added Xorg-7.0 and corrected links in xterm and Mesa
     52          pages.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4356
    4457    <listitem>
  • x/installing/installing.xml

    re4a21ed r4ff4e9a  
    1414
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfree86.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x-config.xml"/>
  • x/lib/mesalib.xml

    re4a21ed r4ff4e9a  
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    6767    <para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>, or
    68     <!--<xref linkend="xorg7"/>--> Xorg-7.0 Libs and Utilities), and
     68    <xref linkend="xorg7"/> Libs and Utilities), and
    6969    <xref linkend="libdrm"/></para>
    7070
Note: See TracChangeset for help on using the changeset viewer.