Changeset c94aadf


Ignore:
Timestamp:
03/06/2015 07:29:02 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.7
Parents:
9638ed8b
Message:

BLFS-7.7

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r9638ed8b rc94aadf  
    4343  <revhistory>
    4444    <revision>
    45       <revnumber>&version;</revnumber>
    46       <date>&pubdate;</date>
    47       <revremark>Ongoing Release</revremark>
     45      <revnumber>7.7</revnumber>
     46      <date>2015-03-06</date>
     47      <revremark>Eleventh release</revremark>
    4848    </revision>
    4949
  • general.ent

    r9638ed8b rc94aadf  
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    8 <!ENTITY version      "&year;-&month;-&day;">
     8<!ENTITY version      "7.7">
    99<!ENTITY releasedate  "March 6th, &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] -->
     11<!ENTITY blfs-version "7.7">                  <!-- svn|[release #] -->
     12<!ENTITY lfs-version  "7.7">          <!-- x.y|development] -->
    1313<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1414<!ENTITY lfs-domainname       "linuxfromscratch.org">
     
    2121<!-- downloads - root must not have an entity because it is needed for scripts
    2222     change svn to x.y for release -->
    23 <!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/svn">
     23<!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/7.7">
    2424<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
    2525<!ENTITY sources-anduin-http  "http://anduin.&lfs-domainname;/sources/BLFS/svn">
     
    3030<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
    3131<!ENTITY patch-downloads      "http://www.linuxfromscratch.org/patches/downloads">
    32 <!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
     32<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/7.7">
    3333<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    3434<!ENTITY blfs-ticket-root     "http://wiki.&lfs-domainname;/blfs/ticket/">
  • introduction/welcome/changelog.xml

    r9638ed8b rc94aadf  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Release of BLFS-7.7.</para>
     52        </listitem>
     53        <listitem>
    5154          <para>[pierre] - Fix vmmouse_detect to correctly detect a VMMouse
    5255          under Qemu.</para>
     
    5457      </itemizedlist>
    5558    </listitem>
    56 
    5759
    5860    <listitem>
  • postlfs/security/gnutls.xml

    r9638ed8b rc94aadf  
    4646
    4747    <para>
    48       <application>GnuTLS</application> provides support for TLS 1.1, TLS
    49       1.0 and SSL 3.0 protocols, TLS extensions, including server name and max
     48      <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1,
     49      TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max
    5050      record size. Additionally, the library supports authentication using the
    5151      SRP protocol, X.509 certificates and OpenPGP keys, along with support for
  • x/installing/x7driver-vmmouse.xml

    r9638ed8b rc94aadf  
    102102
    103103<screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
    104 sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c &amp;&amp;
     104sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c      &amp;&amp;
     105
    105106./configure $XORG_CONFIG               \
    106107            --without-hal-fdi-dir      \
Note: See TracChangeset for help on using the changeset viewer.