Changeset 8f26838
- Timestamp:
- 07/30/2017 09:46:53 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f02583f
- Parents:
- 3d0c0f8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3d0c0f8 r8f26838 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 29th&year;">9 <!ENTITY releasedate "July 30 &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r3d0c0f8 r8f26838 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>July 30th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Fix Cups-2.2.4 failure to find printers when 50 no default printer is defined. Fixes 51 <ulink url="&blfs-ticket-root;9471">#9471</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 44 55 45 56 <listitem> -
pst/printing/cups.xml
r3d0c0f8 r8f26838 204 204 </para> 205 205 206 <!-- Remove for cups-2.2.5 --> 207 <para> 208 Fix a regression in CUPS-2.2.4: 209 </para> 210 211 <screen><userinput>sed -i '2062,2069d' cups/dest.c</userinput></screen> 206 212 207 213 <!-- This does not appear to be needed any more, but leaving it in as … … 218 224 <!-- docdir is also document root for cups administration interface, so 219 225 let's just put it in /usr/share/cups/doc-&cups-version; and create symlink 220 in /usr/share/doc/cups-&cups-version; 221 222 When not using libdir switch, CUPS will install libraries into /usr/lib64 223 on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might 224 introduce some difficulties with packaging --> 226 in /usr/share/doc/cups-&cups-version;--> 225 227 226 228 <para> … … 293 295 <title>Command Explanations</title> 294 296 295 <para> 296 <!-- hopefully, 2.2.2 only - https://github.com/apple/cups/issues/4947 -->297 <!-- See comment about this above 298 <para> 297 299 <command>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</command>: when this 298 300 version of <application>cups</application> is compiled without kerberos … … 300 302 <filename>/etc/cups/cupsd.conf</filename>. But the daemon will error out 301 303 because it does not understand that entry, so remove it. 304 </para> 305 --> 306 <!-- Remove for cups-2.2.5 --> 307 <para> 308 <command>sed ... cups/dest.c</command>: Fix a regression in cups-2.2.4, 309 which prevents finding printers when no default printer is defined. 302 310 </para> 303 311
Note:
See TracChangeset
for help on using the changeset viewer.