Changeset c94aadf
- Timestamp:
- 03/06/2015 07:29:02 PM (10 years ago)
- Branches:
- 7.7
- Parents:
- 9638ed8b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
r9638ed8b rc94aadf 43 43 <revhistory> 44 44 <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> 48 48 </revision> 49 49 -
general.ent
r9638ed8b rc94aadf 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 <!ENTITY version " &year;-&month;-&day;">8 <!ENTITY version "7.7"> 9 9 <!ENTITY releasedate "March 6th, &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] -->11 <!ENTITY blfs-version "7.7"> <!-- svn|[release #] --> 12 <!ENTITY lfs-version "7.7"> <!-- x.y|development] --> 13 13 <!ENTITY last-commit "$Date$"> <!-- Automatic update --> 14 14 <!ENTITY lfs-domainname "linuxfromscratch.org"> … … 21 21 <!-- downloads - root must not have an entity because it is needed for scripts 22 22 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"> 24 24 <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> 25 25 <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/svn"> … … 30 30 <!ENTITY hints-root "http://www.&lfs-domainname;/hints"> 31 31 <!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"> 33 33 <!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/"> 34 34 <!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/"> -
introduction/welcome/changelog.xml
r9638ed8b rc94aadf 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Release of BLFS-7.7.</para> 52 </listitem> 53 <listitem> 51 54 <para>[pierre] - Fix vmmouse_detect to correctly detect a VMMouse 52 55 under Qemu.</para> … … 54 57 </itemizedlist> 55 58 </listitem> 56 57 59 58 60 <listitem> -
postlfs/security/gnutls.xml
r9638ed8b rc94aadf 46 46 47 47 <para> 48 <application>GnuTLS</application> provides support for TLS 1. 1, TLS49 1.0and SSL 3.0 protocols, TLS extensions, including server name and max48 <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 50 50 record size. Additionally, the library supports authentication using the 51 51 SRP protocol, X.509 certificates and OpenPGP keys, along with support for -
x/installing/x7driver-vmmouse.xml
r9638ed8b rc94aadf 102 102 103 103 <screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch && 104 sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c && 104 sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c && 105 105 106 ./configure $XORG_CONFIG \ 106 107 --without-hal-fdi-dir \
Note:
See TracChangeset
for help on using the changeset viewer.