Changeset 7081b02
- Timestamp:
- 08/11/2019 12:58:10 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5694241
- Parents:
- 060c752c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r060c752c r7081b02 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 9th, &year;">9 <!ENTITY releasedate "August 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r060c752c r7081b02 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>August 10th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Fix CUPS build with kernel 5.2+ headers. Thanks goes 50 to Jean for the report.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 44 55 <listitem> 45 56 <para>August 9th, 2019</para> -
pst/printing/cups.xml
r060c752c r7081b02 223 223 <screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in && 224 224 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 && 225 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c && 225 226 226 227 aclocal -I config-scripts && … … 274 275 compression of the man pages by default. 275 276 </para> 276 <!-- 277 <para> 278 <command>sed ... cups-ssl.m4</command>: Prevent 279 <command>configure</command> script from searching 280 <command>libgcrypt-config</command>, because 281 <application>libgcrypt</application> is not used anywere else in the 282 package. 283 </para> 284 No longer appears to be used. -renodr 285 --> 277 278 <para> 279 <command>sed ... test/ipptool.c</command>: This sed fixes a bug caused 280 by Linux-5.2+ changing the user-space API for sockets. 281 </para> 286 282 287 283 <para>
Note:
See TracChangeset
for help on using the changeset viewer.