Changeset 03a0a638
- Timestamp:
- 05/09/2016 05:26:17 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 39ec6c9
- Parents:
- 9603139
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9603139 r03a0a638 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "09"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 7th &year;">9 <!ENTITY releasedate "May 9th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-modules.xml
r9603139 r03a0a638 62 62 63 63 <!ENTITY List-AllUtils-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz"> 64 <!ENTITY List-AllUtils-md5sum " 3e2dfeeef80c4e1952443c6b7d48583c">64 <!ENTITY List-AllUtils-md5sum "a17e4239bd9bdfa272a104954678336a"> 65 65 66 66 <!ENTITY List-MoreUtils-download-http "http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz"> -
introduction/welcome/changelog.xml
r9603139 r03a0a638 45 45 --> 46 46 <listitem> 47 <para>May 9th, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to List-AllUtils-0.10. Fixes 51 <ulink url="&blfs-ticket-root;7814">#7814</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Add --disable-avahi to cups filters with 55 explanation. Fixes 56 <ulink url="&blfs-ticket-root;7805">#7805</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[bdubbs] - Update to Linux-PAM-1.3.0. Fixes 60 <ulink url="&blfs-ticket-root;7704">#7794</ulink>.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 65 <listitem> 47 66 <para>May 7th, 2016</para> 48 67 <itemizedlist> -
packages.ent
r9603139 r03a0a638 321 321 <!ENTITY HTML-Parser-version "3.72"> 322 322 <!ENTITY IPC-Run3-version "0.048"> 323 <!ENTITY List-AllUtils-version "0. 09">323 <!ENTITY List-AllUtils-version "0.10"> 324 324 <!ENTITY List-MoreUtils-version "0.415"> 325 325 <!ENTITY Log-Log4perl-version "1.47"> -
postlfs/security/linux-pam.xml
r9603139 r03a0a638 7 7 <!ENTITY linux-pam-download-http "http://linux-pam.org/library/Linux-PAM-&linux-pam-version;.tar.bz2"> 8 8 <!ENTITY linux-pam-download-ftp " "> 9 <!ENTITY linux-pam-md5sum " 9dc53067556d2dd567808fd509519dd6">9 <!ENTITY linux-pam-md5sum "da4b2289b7cfb19583d54e9eaaef1c3a"> 10 10 <!ENTITY linux-pam-size "1.3 MB"> 11 <!ENTITY linux-pam-buildsize " 33MB (with tests)">12 <!ENTITY linux-pam-time "0. 3SBU (with tests)">11 <!ENTITY linux-pam-buildsize "28 MB (with tests)"> 12 <!ENTITY linux-pam-time "0.5 SBU (with tests)"> 13 13 14 14 <!ENTITY linux-pam-docs-download "http://linux-pam.org/documentation/Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2"> -
pst/printing/cups-filters.xml
r9603139 r03a0a638 138 138 --without-rcdir \ 139 139 --disable-static \ 140 --disable-avahi \ 140 141 --with-gs-path=/usr/bin/gs \ 141 142 --with-pdftops-path=/usr/bin/gs \ … … 157 158 <sect2 role="commands"> 158 159 <title>Command Explanations</title> 160 161 <para> 162 <parameter>--disable-avahi</parameter>: This switch is needed 163 if the optional <xref linkend="avahi"/> is not installed. Remove 164 it if avahi is installed and you need network printer discovery 165 capabilities. 166 </para> 159 167 160 168 <para>
Note:
See TracChangeset
for help on using the changeset viewer.