Changeset 02d46cb
- Timestamp:
- 03/31/2016 11:44:28 PM (8 years ago)
- Branches:
- systemd-13485
- Children:
- 9ea9aa7
- Parents:
- dce6561
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdce6561 r02d46cb 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 31"> <!-- Always 2 digits -->4 <!ENTITY month "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS systemd Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " March 31st, &year;">9 <!ENTITY releasedate "April 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "systemd"> <!-- svn|[release #] --> -
general/genlib/pcre.xml
rdce6561 r02d46cb 74 74 </listitem> 75 75 </itemizedlist> 76 <!-- 76 77 77 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 78 78 <itemizedlist spacing='compact'> … … 81 81 url="&patch-root;/pcre-&pcre-version;-upstream_fixes-1.patch"/></para> 82 82 </listitem> 83 </itemizedlist> -->83 </itemizedlist> 84 84 85 85 <bridgehead renderas="sect3">PCRE Dependencies</bridgehead> … … 103 103 </para> 104 104 105 <screen><userinput>./configure --prefix=/usr \ 105 <screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-upstream_fixes-1.patch && 106 ./configure --prefix=/usr \ 106 107 --docdir=/usr/share/doc/pcre-&pcre-version; \ 107 108 --enable-unicode-properties \ -
introduction/welcome/changelog.xml
rdce6561 r02d46cb 45 45 --> 46 46 <listitem> 47 <para>April 1st, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[renodr] - Add upstream security fixes for PCRE. Merged from 51 trunk r17122.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>March 31st, 2016</para> 48 58 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.