1*5e7646d2SAndroid Build Coastguard WorkerChange History 2*5e7646d2SAndroid Build Coastguard Worker============== 3*5e7646d2SAndroid Build Coastguard Worker 4*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.6 5*5e7646d2SAndroid Build Coastguard Worker---------------------- 6*5e7646d2SAndroid Build Coastguard Worker- CVE-2022-26691: An incorrect comparison in local admin authentication. 7*5e7646d2SAndroid Build Coastguard Worker 8*5e7646d2SAndroid Build Coastguard Worker 9*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.5 10*5e7646d2SAndroid Build Coastguard Worker---------------------- 11*5e7646d2SAndroid Build Coastguard Worker 12*5e7646d2SAndroid Build Coastguard Worker- The automated test suite can now be activated using `make test` for 13*5e7646d2SAndroid Build Coastguard Worker consistency with other projects and CI environments - the old `make check` 14*5e7646d2SAndroid Build Coastguard Worker continues to work as well, and the previous test server behavior can be 15*5e7646d2SAndroid Build Coastguard Worker accessed by running `make testserver`. 16*5e7646d2SAndroid Build Coastguard Worker- ippeveprinter now supports multiple icons and strings files. 17*5e7646d2SAndroid Build Coastguard Worker- ippeveprinter now uses the system's FQDN with Avahi. 18*5e7646d2SAndroid Build Coastguard Worker- ippeveprinter now supports Get-Printer-Attributes on "/". 19*5e7646d2SAndroid Build Coastguard Worker- ippeveprinter now uses a deterministic "printer-uuid" value. 20*5e7646d2SAndroid Build Coastguard Worker- ippeveprinter now uses system sounds on macOS for Identify-Printer. 21*5e7646d2SAndroid Build Coastguard Worker- Updated ippfind to look for files in "~/Desktop" on Windows. 22*5e7646d2SAndroid Build Coastguard Worker- Updated ippfind to honor `SKIP-XXX` directives with `PAUSE`. 23*5e7646d2SAndroid Build Coastguard Worker- Updated IPP Everywhere support to work around printers that only advertise 24*5e7646d2SAndroid Build Coastguard Worker color raster support but really also support grayscale (OpenPrinting #1) 25*5e7646d2SAndroid Build Coastguard Worker- ipptool now supports DNS-SD URIs like `ipps://My%20Printer._ipps._tcp.local` 26*5e7646d2SAndroid Build Coastguard Worker (OpenPrinting #5) 27*5e7646d2SAndroid Build Coastguard Worker- ipptool now supports monitoring the printer state while submitting a job 28*5e7646d2SAndroid Build Coastguard Worker with the `MONITOR-PRINTER-STATE` directive (OpenPrinting #153) 29*5e7646d2SAndroid Build Coastguard Worker- ipptool now supports testing for unique values with the `WITH-DISTINCT-VALUES` 30*5e7646d2SAndroid Build Coastguard Worker predicate (OpenPrinting #153) 31*5e7646d2SAndroid Build Coastguard Worker- ipptool now supports retrying requests on a `server-error-busy` status code 32*5e7646d2SAndroid Build Coastguard Worker (OpenPrinting #153) 33*5e7646d2SAndroid Build Coastguard Worker- ipptool now supports `value-tag(MAX)` and `value-tag(MIN:MAX)` for the 34*5e7646d2SAndroid Build Coastguard Worker `OF-TYPE` predicate (OpenPrinting #153) 35*5e7646d2SAndroid Build Coastguard Worker- The scheduler now allows root backends to have world read permissions but not 36*5e7646d2SAndroid Build Coastguard Worker world execute permissions (OpenPrinting #21) 37*5e7646d2SAndroid Build Coastguard Worker- Failures to bind IPv6 listener sockets no longer cause errors if IPv6 is 38*5e7646d2SAndroid Build Coastguard Worker disabled on the host (OpenPrinting #25) 39*5e7646d2SAndroid Build Coastguard Worker- The SNMP backend now supports the HP and Ricoh vendor MIBs (OpenPrinting #28) 40*5e7646d2SAndroid Build Coastguard Worker- The scheduler no longer includes a timestamp in files it writes (OpenPrinting #29) 41*5e7646d2SAndroid Build Coastguard Worker- IPP Everywhere PPDs could have an "unknown" default InputSlot (OpenPrinting #44) 42*5e7646d2SAndroid Build Coastguard Worker- The `httpAddrListen` function now uses a listen backlog of 128. 43*5e7646d2SAndroid Build Coastguard Worker- The PPD functions now treat boolean values as case-insensitive (OpenPrinting #106) 44*5e7646d2SAndroid Build Coastguard Worker- Temporary queue names no longer end with an underscore (OpenPrinting #110) 45*5e7646d2SAndroid Build Coastguard Worker- Added USB quirks (Issue #5789, #5766, #5823, #5831, #5838, #5843, #5867) 46*5e7646d2SAndroid Build Coastguard Worker- Fixed IPP Everywhere v1.1 conformance issues in ippeveprinter. 47*5e7646d2SAndroid Build Coastguard Worker- Fixed DNS-SD name collision support in ippeveprinter. 48*5e7646d2SAndroid Build Coastguard Worker- Fixed compiler and code analyzer warnings. 49*5e7646d2SAndroid Build Coastguard Worker- Fixed TLS support on Windows. 50*5e7646d2SAndroid Build Coastguard Worker- Fixed ippfind sub-type searches with Avahi. 51*5e7646d2SAndroid Build Coastguard Worker- Fixed the default hostname used by ippeveprinter on macOS. 52*5e7646d2SAndroid Build Coastguard Worker- Fixed resolution of local IPP-USB printers with Avahi. 53*5e7646d2SAndroid Build Coastguard Worker- Fixed coverity issues (OpenPrinting #2) 54*5e7646d2SAndroid Build Coastguard Worker- Fixed `httpAddrConnect` issues (OpenPrinting #3) 55*5e7646d2SAndroid Build Coastguard Worker- Fixed web interface device URI issue (OpenPrinting #4) 56*5e7646d2SAndroid Build Coastguard Worker- Fixed lp/lpr "printer/class not found" error reporting (OpenPrinting #6) 57*5e7646d2SAndroid Build Coastguard Worker- Fixed a memory leak in the scheduler (OpenPrinting #12) 58*5e7646d2SAndroid Build Coastguard Worker- Fixed a potential integer overflow in the PPD hashing code (OpenPrinting #13) 59*5e7646d2SAndroid Build Coastguard Worker- Fixed output-bin and print-quality handling issues (OpenPrinting #18) 60*5e7646d2SAndroid Build Coastguard Worker- Fixed PPD options getting mapped to odd IPP values like "tray---4" (OpenPrinting #23) 61*5e7646d2SAndroid Build Coastguard Worker- Fixed remote access to the cupsd.conf and log files (OpenPrinting #24) 62*5e7646d2SAndroid Build Coastguard Worker- Fixed a logging regression caused by a previous change for Issue #5604 63*5e7646d2SAndroid Build Coastguard Worker (OpenPrinting #25) 64*5e7646d2SAndroid Build Coastguard Worker- Fixed the "uri-security-supported" value from the scheduler (OpenPrinting #42) 65*5e7646d2SAndroid Build Coastguard Worker- Fixed IPP backend crash bug with "printer-alert" values (OpenPrinting #43) 66*5e7646d2SAndroid Build Coastguard Worker- Fixed default options that incorrectly use the "custom" prefix (OpenPrinting #48) 67*5e7646d2SAndroid Build Coastguard Worker- Fixed a memory leak when resolving DNS-SD URIs (OpenPrinting #49) 68*5e7646d2SAndroid Build Coastguard Worker- Fixed cupsManualCopies values in IPP Everywhere PPDs (Issue #5807) 69*5e7646d2SAndroid Build Coastguard Worker- Fixed duplicate ColorModel entries for AirPrint printers (Issue 59) 70*5e7646d2SAndroid Build Coastguard Worker- Fixed crash bug in `ppdOpen` (OpenPrinting #64, OpenPrinting #78) 71*5e7646d2SAndroid Build Coastguard Worker- Fixed regression in `snprintf` emulation function (OpenPrinting #67) 72*5e7646d2SAndroid Build Coastguard Worker- Fixed reporting of printer instances when enumerating and when no options are 73*5e7646d2SAndroid Build Coastguard Worker set for the main instance (OpenPrinting #71) 74*5e7646d2SAndroid Build Coastguard Worker- Fixed segfault in help.cgi when searching in man pages (OpenPrinting #81) 75*5e7646d2SAndroid Build Coastguard Worker- Fixed a bug in ipptool that caused the reuse of request IDs when repeating a 76*5e7646d2SAndroid Build Coastguard Worker test (OpenPrinting #153) 77*5e7646d2SAndroid Build Coastguard Worker- Root certificates were incorrectly stored in "~/.cups/ssl". 78*5e7646d2SAndroid Build Coastguard Worker- Fixed a PPD memory leak caused by emulator definitions (OpenPrinting #124) 79*5e7646d2SAndroid Build Coastguard Worker- Fixed a `DISPLAY` bug in `ipptool` (OpenPrinting #139) 80*5e7646d2SAndroid Build Coastguard Worker- `httpReconnect2` did not reset the socket file descriptor when the TLS 81*5e7646d2SAndroid Build Coastguard Worker negotiation failed (Issue #5907) 82*5e7646d2SAndroid Build Coastguard Worker- `httpUpdate` did not reset the socket file descriptor when the TLS 83*5e7646d2SAndroid Build Coastguard Worker negotiation failed (Apple #5915) 84*5e7646d2SAndroid Build Coastguard Worker- The `ippeveprinter` tool now automatically uses an available port. 85*5e7646d2SAndroid Build Coastguard Worker- The IPP backend now retries Validate-Job requests (OpenPrinting #132) 86*5e7646d2SAndroid Build Coastguard Worker- Removed support for the (long deprecated and unused) `KeepAliveTimeout` 87*5e7646d2SAndroid Build Coastguard Worker directive in `cupsd.conf` (Issue #5733) 88*5e7646d2SAndroid Build Coastguard Worker- Fixed `@IF(name)` handling in `cupsd.conf` (Issue #5918) 89*5e7646d2SAndroid Build Coastguard Worker- The scheduler now supports the "everywhere" model directly (Issue #5919) 90*5e7646d2SAndroid Build Coastguard Worker- Fixed documentation and added examples for CUPS' limited CGI support 91*5e7646d2SAndroid Build Coastguard Worker (Issue #5940) 92*5e7646d2SAndroid Build Coastguard Worker- Fixed the `lpc` command prompt (Issue #5946) 93*5e7646d2SAndroid Build Coastguard Worker- Fixed `job-pages-per-set` value for duplex print jobs. 94*5e7646d2SAndroid Build Coastguard Worker 95*5e7646d2SAndroid Build Coastguard Worker 96*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.4 97*5e7646d2SAndroid Build Coastguard Worker---------------------- 98*5e7646d2SAndroid Build Coastguard Worker 99*5e7646d2SAndroid Build Coastguard Worker- CVE-2020-10001: Fixed a buffer (read) overflow in the `ippReadIO` function. 100*5e7646d2SAndroid Build Coastguard Worker 101*5e7646d2SAndroid Build Coastguard Worker 102*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.3 103*5e7646d2SAndroid Build Coastguard Worker---------------------- 104*5e7646d2SAndroid Build Coastguard Worker 105*5e7646d2SAndroid Build Coastguard Worker- CVE-2020-3898: The `ppdOpen` function did not handle invalid UI 106*5e7646d2SAndroid Build Coastguard Worker constraint. `ppdcSource::get_resolution` function did not handle 107*5e7646d2SAndroid Build Coastguard Worker invalid resolution strings. 108*5e7646d2SAndroid Build Coastguard Worker- CVE-2019-8842: The `ippReadIO` function may under-read an extension 109*5e7646d2SAndroid Build Coastguard Worker field. 110*5e7646d2SAndroid Build Coastguard Worker- Fixed WARNING_OPTIONS support for GCC 9.x 111*5e7646d2SAndroid Build Coastguard Worker 112*5e7646d2SAndroid Build Coastguard Worker 113*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.2 114*5e7646d2SAndroid Build Coastguard Worker---------------------- 115*5e7646d2SAndroid Build Coastguard Worker 116*5e7646d2SAndroid Build Coastguard Worker- Localization updates. 117*5e7646d2SAndroid Build Coastguard Worker 118*5e7646d2SAndroid Build Coastguard Worker 119*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.1 120*5e7646d2SAndroid Build Coastguard Worker---------------------- 121*5e7646d2SAndroid Build Coastguard Worker 122*5e7646d2SAndroid Build Coastguard Worker- Documentation updates (Issue #5661, #5674, #5682) 123*5e7646d2SAndroid Build Coastguard Worker- CVE-2019-2228: The `ippSetValuetag` function did not validate the default 124*5e7646d2SAndroid Build Coastguard Worker language value. 125*5e7646d2SAndroid Build Coastguard Worker- Fixed a crash bug in the web interface (Issue #5621) 126*5e7646d2SAndroid Build Coastguard Worker- The PPD cache code now looks up page sizes using their dimensions 127*5e7646d2SAndroid Build Coastguard Worker (Issue #5633) 128*5e7646d2SAndroid Build Coastguard Worker- PPD files containing "custom" option keywords did not work (Issue #5639) 129*5e7646d2SAndroid Build Coastguard Worker- Added a workaround for the scheduler's systemd support (Issue #5640) 130*5e7646d2SAndroid Build Coastguard Worker- On Windows, TLS certificates generated on February 29 would likely fail 131*5e7646d2SAndroid Build Coastguard Worker (Issue #5643) 132*5e7646d2SAndroid Build Coastguard Worker- Added a DigestOptions directive for the `client.conf` file to control whether 133*5e7646d2SAndroid Build Coastguard Worker MD5-based Digest authentication is allowed (Issue #5647) 134*5e7646d2SAndroid Build Coastguard Worker- Fixed a bug in the handling of printer resource files (Issue #5652) 135*5e7646d2SAndroid Build Coastguard Worker- The libusb-based USB backend now reports an error when the distribution 136*5e7646d2SAndroid Build Coastguard Worker permissions are wrong (Issue #5658) 137*5e7646d2SAndroid Build Coastguard Worker- Added paint can labels to Dymo driver (Issue #5662) 138*5e7646d2SAndroid Build Coastguard Worker- The `ippeveprinter` program now supports authentication (Issue #5665) 139*5e7646d2SAndroid Build Coastguard Worker- The `ippeveprinter` program now advertises DNS-SD services on the correct 140*5e7646d2SAndroid Build Coastguard Worker interfaces, and provides a way to turn them off (Issue #5666) 141*5e7646d2SAndroid Build Coastguard Worker- The `--with-dbusdir` option was ignored by the configure script (Issue #5671) 142*5e7646d2SAndroid Build Coastguard Worker- Sandboxed applications were not able to get the default printer (Issue #5676) 143*5e7646d2SAndroid Build Coastguard Worker- Log file access controls were not preserved by `cupsctl` (Issue #5677) 144*5e7646d2SAndroid Build Coastguard Worker- Default printers set with `lpoptions` did not work in all cases (Issue #5681, 145*5e7646d2SAndroid Build Coastguard Worker Issue #5683, Issue #5684) 146*5e7646d2SAndroid Build Coastguard Worker- Fixed an error in the jobs web interface template (Issue #5694) 147*5e7646d2SAndroid Build Coastguard Worker- Fixed an off-by-one error in `ippEnumString` (Issue #5695) 148*5e7646d2SAndroid Build Coastguard Worker- Fixed some new compiler warnings (Issue #5700) 149*5e7646d2SAndroid Build Coastguard Worker- Fixed a few issues with the Apple Raster support (rdar://55301114) 150*5e7646d2SAndroid Build Coastguard Worker- The IPP backend did not detect all cases where a job should be retried using 151*5e7646d2SAndroid Build Coastguard Worker a raster format (rdar://56021091) 152*5e7646d2SAndroid Build Coastguard Worker- Fixed spelling of "fold-accordion". 153*5e7646d2SAndroid Build Coastguard Worker- Fixed the default common name for TLS certificates used by `ippeveprinter`. 154*5e7646d2SAndroid Build Coastguard Worker- Fixed the option names used for IPP Everywhere finishing options. 155*5e7646d2SAndroid Build Coastguard Worker- Added support for the second roll of the DYMO Twin/DUO label printers. 156*5e7646d2SAndroid Build Coastguard Worker 157*5e7646d2SAndroid Build Coastguard Worker 158*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3.0 159*5e7646d2SAndroid Build Coastguard Worker---------------------- 160*5e7646d2SAndroid Build Coastguard Worker 161*5e7646d2SAndroid Build Coastguard Worker- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows (rdar://51685251) 162*5e7646d2SAndroid Build Coastguard Worker- Added a GPL2/LGPL2 exception to the new CUPS license terms. 163*5e7646d2SAndroid Build Coastguard Worker- Documentation updates (Issue #5604) 164*5e7646d2SAndroid Build Coastguard Worker- Localization updates (Issue #5637) 165*5e7646d2SAndroid Build Coastguard Worker- Fixed a bug in the scheduler job cleanup code (Issue #5588) 166*5e7646d2SAndroid Build Coastguard Worker- Fixed builds when there is no TLS library (Issue #5590) 167*5e7646d2SAndroid Build Coastguard Worker- Eliminated some new GCC compiler warnings (Issue #5591) 168*5e7646d2SAndroid Build Coastguard Worker- Removed dead code from the scheduler (Issue #5593) 169*5e7646d2SAndroid Build Coastguard Worker- "make" failed with GZIP options (Issue #5595) 170*5e7646d2SAndroid Build Coastguard Worker- Fixed potential excess logging from the scheduler when removing job files 171*5e7646d2SAndroid Build Coastguard Worker (Issue #5597) 172*5e7646d2SAndroid Build Coastguard Worker- Fixed a NULL pointer dereference bug in `httpGetSubField2` (Issue #5598) 173*5e7646d2SAndroid Build Coastguard Worker- Added FIPS-140 workarounds for GNU TLS (Issue #5601, Issue #5622) 174*5e7646d2SAndroid Build Coastguard Worker- The scheduler no longer provides a default value for the description 175*5e7646d2SAndroid Build Coastguard Worker (Issue #5603) 176*5e7646d2SAndroid Build Coastguard Worker- The scheduler now logs jobs held for authentication using the error level so 177*5e7646d2SAndroid Build Coastguard Worker it is clear what happened (Issue #5604) 178*5e7646d2SAndroid Build Coastguard Worker- The `lpadmin` command did not always update the PPD file for changes to the 179*5e7646d2SAndroid Build Coastguard Worker `cupsIPPSupplies` and `cupsSNMPSupplies` keywords (Issue #5610) 180*5e7646d2SAndroid Build Coastguard Worker- The scheduler now uses both the group's membership list as well as the 181*5e7646d2SAndroid Build Coastguard Worker various OS-specific membership functions to determine whether a user belongs 182*5e7646d2SAndroid Build Coastguard Worker to a named group (Issue #5613) 183*5e7646d2SAndroid Build Coastguard Worker- Added USB quirks rule for HP LaserJet 1015 (Issue #5617) 184*5e7646d2SAndroid Build Coastguard Worker- Fixed some PPD parser issues (Issue #5623, Issue #5624) 185*5e7646d2SAndroid Build Coastguard Worker- The IPP parser no longer allows invalid member attributes in collections 186*5e7646d2SAndroid Build Coastguard Worker (Issue #5630) 187*5e7646d2SAndroid Build Coastguard Worker- The configure script now treats the "wheel" group as a potential system 188*5e7646d2SAndroid Build Coastguard Worker group (Issue #5638) 189*5e7646d2SAndroid Build Coastguard Worker- Fixed a USB printing issue on macOS (rdar://31433931) 190*5e7646d2SAndroid Build Coastguard Worker- Fixed IPP buffer overflow (rdar://50035411) 191*5e7646d2SAndroid Build Coastguard Worker- Fixed memory disclosure issue in the scheduler (rdar://51373853) 192*5e7646d2SAndroid Build Coastguard Worker- Fixed DoS issues in the scheduler (rdar://51373929) 193*5e7646d2SAndroid Build Coastguard Worker- Fixed an issue with unsupported "sides" values in the IPP backend 194*5e7646d2SAndroid Build Coastguard Worker (rdar://51775322) 195*5e7646d2SAndroid Build Coastguard Worker- The scheduler would restart continuously when idle and printers were not 196*5e7646d2SAndroid Build Coastguard Worker shared (rdar://52561199) 197*5e7646d2SAndroid Build Coastguard Worker- Fixed an issue with `EXPECT !name WITH-VALUE ...` tests. 198*5e7646d2SAndroid Build Coastguard Worker- Fixed a command ordering issue in the Zebra ZPL driver. 199*5e7646d2SAndroid Build Coastguard Worker- Fixed a memory leak in `ppdOpen`. 200*5e7646d2SAndroid Build Coastguard Worker 201*5e7646d2SAndroid Build Coastguard Worker 202*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3rc1 203*5e7646d2SAndroid Build Coastguard Worker----------------------- 204*5e7646d2SAndroid Build Coastguard Worker 205*5e7646d2SAndroid Build Coastguard Worker- The `cups-config` script no longer adds extra libraries when linking against 206*5e7646d2SAndroid Build Coastguard Worker shared libraries (Issue #5261) 207*5e7646d2SAndroid Build Coastguard Worker- The supplied example print documents have been optimized for size 208*5e7646d2SAndroid Build Coastguard Worker (Issue #5529) 209*5e7646d2SAndroid Build Coastguard Worker- The `cupsctl` command now prevents setting "cups-files.conf" directives 210*5e7646d2SAndroid Build Coastguard Worker (Issue #5530) 211*5e7646d2SAndroid Build Coastguard Worker- The "forbidden" message in the web interface is now explained (Issue #5547) 212*5e7646d2SAndroid Build Coastguard Worker- The footer in the web interface covered some content on small displays 213*5e7646d2SAndroid Build Coastguard Worker (Issue #5574) 214*5e7646d2SAndroid Build Coastguard Worker- The libusb-based USB backend now enforces read limits, improving print speed 215*5e7646d2SAndroid Build Coastguard Worker in many cases (Issue #5583) 216*5e7646d2SAndroid Build Coastguard Worker- The `ippeveprinter` command now looks for print commands in the "command" 217*5e7646d2SAndroid Build Coastguard Worker subdirectory. 218*5e7646d2SAndroid Build Coastguard Worker- The `ipptool` command now supports `$date-current` and `$date-start` variables 219*5e7646d2SAndroid Build Coastguard Worker to insert the current and starting date and time values, as well as ISO-8601 220*5e7646d2SAndroid Build Coastguard Worker relative time values such as "PT30S" for 30 seconds in the future. 221*5e7646d2SAndroid Build Coastguard Worker 222*5e7646d2SAndroid Build Coastguard Worker 223*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b8 224*5e7646d2SAndroid Build Coastguard Worker---------------------- 225*5e7646d2SAndroid Build Coastguard Worker 226*5e7646d2SAndroid Build Coastguard Worker- Media size matching now uses a tolerance of 0.5mm (rdar://33822024) 227*5e7646d2SAndroid Build Coastguard Worker- The lpadmin command would hang with a bad PPD file (rdar://41495016) 228*5e7646d2SAndroid Build Coastguard Worker- Fixed a potential crash bug in cups-driverd (rdar://46625579) 229*5e7646d2SAndroid Build Coastguard Worker- Fixed a performance regression with large PPDs (rdar://47040759) 230*5e7646d2SAndroid Build Coastguard Worker- Fixed a memory reallocation bug in HTTP header value expansion 231*5e7646d2SAndroid Build Coastguard Worker (rdar://problem/50000749) 232*5e7646d2SAndroid Build Coastguard Worker- Timed out job submission now yields an error (Issue #5570) 233*5e7646d2SAndroid Build Coastguard Worker- Restored minimal support for the `Emulators` keyword in PPD files to allow 234*5e7646d2SAndroid Build Coastguard Worker old Samsung printer drivers to continue to work (Issue #5562) 235*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not encode octetString values like "job-password" correctly 236*5e7646d2SAndroid Build Coastguard Worker for the print filters (Issue #5558) 237*5e7646d2SAndroid Build Coastguard Worker- The `cupsCheckDestSupported` function did not check octetString values 238*5e7646d2SAndroid Build Coastguard Worker correctly (Issue #5557) 239*5e7646d2SAndroid Build Coastguard Worker- Added support for `UserAgentTokens` directive in "client.conf" (Issue #5555) 240*5e7646d2SAndroid Build Coastguard Worker- Updated the systemd service file for cupsd (Issue #5551) 241*5e7646d2SAndroid Build Coastguard Worker- The `ippValidateAttribute` function did not catch all instances of invalid 242*5e7646d2SAndroid Build Coastguard Worker UTF-8 strings (Issue #5509) 243*5e7646d2SAndroid Build Coastguard Worker- Fixed an issue with the self-signed certificates generated by GNU TLS 244*5e7646d2SAndroid Build Coastguard Worker (Issue #5506) 245*5e7646d2SAndroid Build Coastguard Worker- Fixed a potential memory leak when reading at the end of a file (Issue #5473) 246*5e7646d2SAndroid Build Coastguard Worker- Fixed potential unaligned accesses in the string pool (Issue #5474) 247*5e7646d2SAndroid Build Coastguard Worker- Fixed a potential memory leak when loading a PPD file (Issue #5475) 248*5e7646d2SAndroid Build Coastguard Worker- Added a USB quirks rule for the Lexmark E120n (Issue #5478) 249*5e7646d2SAndroid Build Coastguard Worker- Updated the USB quirks rule for Zebra label printers (Issue #5395) 250*5e7646d2SAndroid Build Coastguard Worker- Fixed a compile error on Linux (Issue #5483) 251*5e7646d2SAndroid Build Coastguard Worker- The lpadmin command, web interface, and scheduler all queried an IPP 252*5e7646d2SAndroid Build Coastguard Worker Everywhere printer differently, resulting in different PPDs for the same 253*5e7646d2SAndroid Build Coastguard Worker printer (Issue #5484) 254*5e7646d2SAndroid Build Coastguard Worker- The web interface no longer provides access to the log files (Issue #5513) 255*5e7646d2SAndroid Build Coastguard Worker- Non-Kerberized printing to Windows via IPP was broken (Issue #5515) 256*5e7646d2SAndroid Build Coastguard Worker- Eliminated use of private headers and some deprecated macOS APIs (Issue #5516) 257*5e7646d2SAndroid Build Coastguard Worker- The scheduler no longer stops a printer if an error occurs when a job is 258*5e7646d2SAndroid Build Coastguard Worker canceled or aborted (Issue #5517) 259*5e7646d2SAndroid Build Coastguard Worker- Added a USB quirks rule for the DYMO 450 Turbo (Issue #5521) 260*5e7646d2SAndroid Build Coastguard Worker- Added a USB quirks rule for Xerox printers (Issue #5523) 261*5e7646d2SAndroid Build Coastguard Worker- The scheduler's self-signed certificate did not include all of the alternate 262*5e7646d2SAndroid Build Coastguard Worker names for the server when using GNU TLS (Issue #5525) 263*5e7646d2SAndroid Build Coastguard Worker- Fixed compiler warnings with newer versions of GCC (Issue #5532, Issue #5533) 264*5e7646d2SAndroid Build Coastguard Worker- Fixed some PPD caching and IPP Everywhere PPD accounting/password bugs 265*5e7646d2SAndroid Build Coastguard Worker (Issue #5535) 266*5e7646d2SAndroid Build Coastguard Worker- Fixed `PreserveJobHistory` bug with time values (Issue #5538) 267*5e7646d2SAndroid Build Coastguard Worker- The scheduler no longer advertises the HTTP methods it supports (Issue #5540) 268*5e7646d2SAndroid Build Coastguard Worker- Localization updates (Issue #5461, Issues #5471, Issue #5481, Issue #5486, 269*5e7646d2SAndroid Build Coastguard Worker Issue #5489, Issue #5491, Issue #5492, Issue #5493, Issue #5494, Issue #5495, 270*5e7646d2SAndroid Build Coastguard Worker Issue #5497, Issue #5499, Issue #5500, Issue #5501, Issue #5504) 271*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not always idle exit as quickly as it could. 272*5e7646d2SAndroid Build Coastguard Worker- Added a new `ippeveprinter` command based on the old ippserver sample code. 273*5e7646d2SAndroid Build Coastguard Worker 274*5e7646d2SAndroid Build Coastguard Worker 275*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b7 276*5e7646d2SAndroid Build Coastguard Worker---------------------- 277*5e7646d2SAndroid Build Coastguard Worker 278*5e7646d2SAndroid Build Coastguard Worker- Fixed some build failures (Issue #5451, Issue #5463) 279*5e7646d2SAndroid Build Coastguard Worker- Running ppdmerge with the same input and output filenames did not work as 280*5e7646d2SAndroid Build Coastguard Worker advertised (Issue #5455) 281*5e7646d2SAndroid Build Coastguard Worker 282*5e7646d2SAndroid Build Coastguard Worker 283*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b6 284*5e7646d2SAndroid Build Coastguard Worker---------------------- 285*5e7646d2SAndroid Build Coastguard Worker 286*5e7646d2SAndroid Build Coastguard Worker- Localization update (Issue #5339, Issue #5348, Issue #5362, Issue #5408, 287*5e7646d2SAndroid Build Coastguard Worker Issue #5410) 288*5e7646d2SAndroid Build Coastguard Worker- Documentation updates (Issue #5369, Issue #5402, Issue #5403, Issue #5404) 289*5e7646d2SAndroid Build Coastguard Worker- CVE-2018-4300: Linux session cookies used a predictable random number seed. 290*5e7646d2SAndroid Build Coastguard Worker- All user commands now support the `--help` option (Issue #5326) 291*5e7646d2SAndroid Build Coastguard Worker- The `lpoptions` command now works with IPP Everywhere printers that have not 292*5e7646d2SAndroid Build Coastguard Worker yet been added as local queues (Issue #5045) 293*5e7646d2SAndroid Build Coastguard Worker- The lpadmin command would create a non-working printer in some error cases 294*5e7646d2SAndroid Build Coastguard Worker (Issue #5305) 295*5e7646d2SAndroid Build Coastguard Worker- The scheduler would crash if an empty `AccessLog` directive was specified 296*5e7646d2SAndroid Build Coastguard Worker (Issue #5309) 297*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not idle-exit on some Linux distributions (Issue #5319) 298*5e7646d2SAndroid Build Coastguard Worker- Fixed a regression in the changes to ippValidateAttribute (Issue #5322, 299*5e7646d2SAndroid Build Coastguard Worker Issue #5330) 300*5e7646d2SAndroid Build Coastguard Worker- Fixed a crash bug in the Epson dot matrix driver (Issue #5323) 301*5e7646d2SAndroid Build Coastguard Worker- Automatic debug logging of job errors did not work with systemd (Issue #5337) 302*5e7646d2SAndroid Build Coastguard Worker- The web interface did not list the IPP Everywhere "driver" (Issue #5338) 303*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not report all of the supported job options and values 304*5e7646d2SAndroid Build Coastguard Worker (Issue #5340) 305*5e7646d2SAndroid Build Coastguard Worker- The IPP Everywhere "driver" now properly supports face-up printers 306*5e7646d2SAndroid Build Coastguard Worker (Issue #5345) 307*5e7646d2SAndroid Build Coastguard Worker- Fixed some typos in the label printer drivers (Issue #5350) 308*5e7646d2SAndroid Build Coastguard Worker- Setting the `Community` name to the empty string in `snmp.conf` now disables 309*5e7646d2SAndroid Build Coastguard Worker SNMP supply level monitoring by all the standard network backends 310*5e7646d2SAndroid Build Coastguard Worker (Issue #5354) 311*5e7646d2SAndroid Build Coastguard Worker- Multi-file jobs could get stuck if the backend failed (Issue #5359, 312*5e7646d2SAndroid Build Coastguard Worker Issue #5413) 313*5e7646d2SAndroid Build Coastguard Worker- The IPP Everywhere "driver" no longer does local filtering when printing to 314*5e7646d2SAndroid Build Coastguard Worker a shared CUPS printer (Issue #5361) 315*5e7646d2SAndroid Build Coastguard Worker- The lpadmin command now correctly reports IPP errors when configuring an 316*5e7646d2SAndroid Build Coastguard Worker IPP Everywhere printer (Issue #5370) 317*5e7646d2SAndroid Build Coastguard Worker- Fixed some memory leaks discovered by Coverity (Issue #5375) 318*5e7646d2SAndroid Build Coastguard Worker- The PPD compiler incorrectly terminated JCL options (Issue #5379) 319*5e7646d2SAndroid Build Coastguard Worker- The cupstestppd utility did not generate errors for missing/mismatched 320*5e7646d2SAndroid Build Coastguard Worker CloseUI/JCLCloseUI keywords (Issue #5381) 321*5e7646d2SAndroid Build Coastguard Worker- The scheduler now reports the actual location of the log file (Issue #5398) 322*5e7646d2SAndroid Build Coastguard Worker- Added USB quirk rules (Issue #5395, Issue #5420, Issue #5443) 323*5e7646d2SAndroid Build Coastguard Worker- The generated PPD files for IPP Everywhere printers did not contain the 324*5e7646d2SAndroid Build Coastguard Worker cupsManualCopies keyword (Issue #5433) 325*5e7646d2SAndroid Build Coastguard Worker- Kerberos credentials might be truncated (Issue #5435) 326*5e7646d2SAndroid Build Coastguard Worker- The handling of `MaxJobTime 0` did not match the documentation (Issue #5438) 327*5e7646d2SAndroid Build Coastguard Worker- Fixed a bug adding a queue with the `-E` option (Issue #5440) 328*5e7646d2SAndroid Build Coastguard Worker- The `cupsaddsmb` program has been removed (Issue #5449) 329*5e7646d2SAndroid Build Coastguard Worker- The `cupstestdsc` program has been removed (Issue #5450) 330*5e7646d2SAndroid Build Coastguard Worker- The scheduler was being backgrounded on macOS, causing applications to spin 331*5e7646d2SAndroid Build Coastguard Worker (rdar://40436080) 332*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not validate that required initial request attributes were 333*5e7646d2SAndroid Build Coastguard Worker in the operation group (rdar://41098178) 334*5e7646d2SAndroid Build Coastguard Worker- Authentication in the web interface did not work on macOS (rdar://41444473) 335*5e7646d2SAndroid Build Coastguard Worker- Fixed an issue with HTTP Digest authentication (rdar://41709086) 336*5e7646d2SAndroid Build Coastguard Worker- The scheduler could crash when job history was purged (rdar://42198057) 337*5e7646d2SAndroid Build Coastguard Worker- Fixed a crash bug when mapping PPD duplex options to IPP attributes 338*5e7646d2SAndroid Build Coastguard Worker (rdar://46183976) 339*5e7646d2SAndroid Build Coastguard Worker- Fixed a memory leak for some IPP (extension) syntaxes. 340*5e7646d2SAndroid Build Coastguard Worker- The `cupscgi`, `cupsmime`, and `cupsppdc` support libraries are no longer 341*5e7646d2SAndroid Build Coastguard Worker installed as shared libraries. 342*5e7646d2SAndroid Build Coastguard Worker- The `snmp` backend is now deprecated. 343*5e7646d2SAndroid Build Coastguard Worker 344*5e7646d2SAndroid Build Coastguard Worker 345*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b5 346*5e7646d2SAndroid Build Coastguard Worker---------------------- 347*5e7646d2SAndroid Build Coastguard Worker 348*5e7646d2SAndroid Build Coastguard Worker- The `ipptool` program no longer checks for duplicate attributes when running 349*5e7646d2SAndroid Build Coastguard Worker in list or CSV mode (Issue #5278) 350*5e7646d2SAndroid Build Coastguard Worker- The `cupsCreateJob`, `cupsPrintFile2`, and `cupsPrintFiles2` APIs did not use 351*5e7646d2SAndroid Build Coastguard Worker the supplied HTTP connection (Issue #5288) 352*5e7646d2SAndroid Build Coastguard Worker- Fixed another crash in the scheduler when adding an IPP Everywhere printer 353*5e7646d2SAndroid Build Coastguard Worker (Issue #5290) 354*5e7646d2SAndroid Build Coastguard Worker- Added a workaround for certain web browsers that do not support multiple 355*5e7646d2SAndroid Build Coastguard Worker authentication schemes in a single response header (Issue #5289) 356*5e7646d2SAndroid Build Coastguard Worker- Fixed policy limits containing the `All` operation (Issue #5296) 357*5e7646d2SAndroid Build Coastguard Worker- The scheduler was always restarted after idle-exit with systemd (Issue #5297) 358*5e7646d2SAndroid Build Coastguard Worker- Added a USB quirks rule for the HP LaserJet P1102 (Issue #5310) 359*5e7646d2SAndroid Build Coastguard Worker- The mailto notifier did not wait for the welcome message (Issue #5312) 360*5e7646d2SAndroid Build Coastguard Worker- Fixed a parsing bug in the pstops filter (Issue #5321) 361*5e7646d2SAndroid Build Coastguard Worker- Documentation updates (Issue #5299, Issue #5301, Issue #5306) 362*5e7646d2SAndroid Build Coastguard Worker- Localization updates (Issue #5317) 363*5e7646d2SAndroid Build Coastguard Worker- The scheduler allowed environment variables to be specified in the 364*5e7646d2SAndroid Build Coastguard Worker `cupsd.conf` file (rdar://37836779, rdar://37836995, rdar://37837252, 365*5e7646d2SAndroid Build Coastguard Worker rdar://37837581) 366*5e7646d2SAndroid Build Coastguard Worker- Fax queues did not support pause (p) or wait-for-dialtone (w) characters 367*5e7646d2SAndroid Build Coastguard Worker (rdar://39212256) 368*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not validate notify-recipient-uri values properly 369*5e7646d2SAndroid Build Coastguard Worker (rdar://40068936) 370*5e7646d2SAndroid Build Coastguard Worker- The IPP parser allowed invalid group tags (rdar://40442124) 371*5e7646d2SAndroid Build Coastguard Worker- Fixed a parsing bug in the new authentication code. 372*5e7646d2SAndroid Build Coastguard Worker 373*5e7646d2SAndroid Build Coastguard Worker 374*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b4 375*5e7646d2SAndroid Build Coastguard Worker---------------------- 376*5e7646d2SAndroid Build Coastguard Worker 377*5e7646d2SAndroid Build Coastguard Worker- NOTICE: Printer drivers are now deprecated (Issue #5270) 378*5e7646d2SAndroid Build Coastguard Worker- Kerberized printing to another CUPS server did not work correctly 379*5e7646d2SAndroid Build Coastguard Worker (Issue #5233) 380*5e7646d2SAndroid Build Coastguard Worker- Fixed printing to some IPP Everywhere printers (Issue #5238) 381*5e7646d2SAndroid Build Coastguard Worker- Fixed installation of filters (Issue #5247) 382*5e7646d2SAndroid Build Coastguard Worker- The scheduler now supports using temporary print queues for older IPP/1.1 383*5e7646d2SAndroid Build Coastguard Worker print queues like those shared by CUPS 1.3 and earlier (Issue #5241) 384*5e7646d2SAndroid Build Coastguard Worker- Star Micronics printers need the "unidir" USB quirk rule (Issue #5251) 385*5e7646d2SAndroid Build Coastguard Worker- Documentation fixes (Issue #5252) 386*5e7646d2SAndroid Build Coastguard Worker- Fixed a compile issue when PAM is not available (Issue #5253) 387*5e7646d2SAndroid Build Coastguard Worker- Label printers supported by the rastertolabel driver don't support SNMP, so 388*5e7646d2SAndroid Build Coastguard Worker don't delay printing to test it (Issue #5256) 389*5e7646d2SAndroid Build Coastguard Worker- The scheduler could crash while adding an IPP Everywhere printer (Issue #5258) 390*5e7646d2SAndroid Build Coastguard Worker- The Lexmark Optra E310 printer needs the "no-reattach" USB quirk rule 391*5e7646d2SAndroid Build Coastguard Worker (Issue #5259) 392*5e7646d2SAndroid Build Coastguard Worker- Systemd did not restart cupsd when configuration changes were made that 393*5e7646d2SAndroid Build Coastguard Worker required a restart (Issue #5263) 394*5e7646d2SAndroid Build Coastguard Worker- The IPP Everywhere PPD generator did not include the `cupsJobPassword` 395*5e7646d2SAndroid Build Coastguard Worker keyword, when supported (Issue #5265) 396*5e7646d2SAndroid Build Coastguard Worker- Fixed an Avahi crash bug in the scheduler (Issue #5268) 397*5e7646d2SAndroid Build Coastguard Worker- Raw print queues are now deprecated (Issue #5269) 398*5e7646d2SAndroid Build Coastguard Worker- Fixed an RPM packaging problem (Issue #5276) 399*5e7646d2SAndroid Build Coastguard Worker- The IPP backend did not properly detect failed PDF prints (rdar://34055474) 400*5e7646d2SAndroid Build Coastguard Worker- TLS connections now properly timeout (rdar://34938533) 401*5e7646d2SAndroid Build Coastguard Worker- Temp files could not be created in some sandboxed applications 402*5e7646d2SAndroid Build Coastguard Worker (rdar://37789645) 403*5e7646d2SAndroid Build Coastguard Worker- The ipptool `--ippserver` option did not encode out-of-band attributes 404*5e7646d2SAndroid Build Coastguard Worker correctly. 405*5e7646d2SAndroid Build Coastguard Worker- Added public `cupsEncodeOption` API for encoding a single option as an IPP 406*5e7646d2SAndroid Build Coastguard Worker attribute. 407*5e7646d2SAndroid Build Coastguard Worker- Removed support for the `-D_PPD_DEPRECATED=""` developer cheat - the PPD API 408*5e7646d2SAndroid Build Coastguard Worker should no longer be used. 409*5e7646d2SAndroid Build Coastguard Worker- Removed support for `-D_IPP_PRIVATE_STRUCTURES=1` developer cheat - the IPP 410*5e7646d2SAndroid Build Coastguard Worker accessor functions should be used instead. 411*5e7646d2SAndroid Build Coastguard Worker 412*5e7646d2SAndroid Build Coastguard Worker 413*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b3 414*5e7646d2SAndroid Build Coastguard Worker---------------------- 415*5e7646d2SAndroid Build Coastguard Worker 416*5e7646d2SAndroid Build Coastguard Worker- More fixes for printing to old CUPS servers (Issue #5211) 417*5e7646d2SAndroid Build Coastguard Worker- The IPP Everywhere PPD generator did not support deep grayscale or 8-bit per 418*5e7646d2SAndroid Build Coastguard Worker component AdobeRGB (Issue #5227) 419*5e7646d2SAndroid Build Coastguard Worker- Additional changes for the scheduler to substitute default values for invalid 420*5e7646d2SAndroid Build Coastguard Worker job attributes when running in "relaxed conformance" mode (Issue #5229) 421*5e7646d2SAndroid Build Coastguard Worker- Localization changes (Issue #5232, rdar://37068158) 422*5e7646d2SAndroid Build Coastguard Worker- The `cupsCopyDestInfo` function did not work with all print queues 423*5e7646d2SAndroid Build Coastguard Worker (Issue #5235) 424*5e7646d2SAndroid Build Coastguard Worker 425*5e7646d2SAndroid Build Coastguard Worker 426*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b2 427*5e7646d2SAndroid Build Coastguard Worker---------------------- 428*5e7646d2SAndroid Build Coastguard Worker 429*5e7646d2SAndroid Build Coastguard Worker- Localization changes (Issue #5210) 430*5e7646d2SAndroid Build Coastguard Worker- Build fixes (Issue #5217) 431*5e7646d2SAndroid Build Coastguard Worker- IPP Everywhere PPDs were not localized to English (Issue #5205) 432*5e7646d2SAndroid Build Coastguard Worker- The `cupsGetDests` and `cupsEnumDests` functions no longer filter out local 433*5e7646d2SAndroid Build Coastguard Worker print services like IPP USB devices (Issue #5206) 434*5e7646d2SAndroid Build Coastguard Worker- The `cupsCopyDest` function now correctly copies the `is_default` value 435*5e7646d2SAndroid Build Coastguard Worker (Issue #5208) 436*5e7646d2SAndroid Build Coastguard Worker- Printing to old CUPS servers has been fixed (Issue #5211) 437*5e7646d2SAndroid Build Coastguard Worker- The `ppdInstallableConflict` tested too many constraints (Issue #5213) 438*5e7646d2SAndroid Build Coastguard Worker- All HTTP field values can now be longer than `HTTP_MAX_VALUE` bytes 439*5e7646d2SAndroid Build Coastguard Worker (Issue #5216) 440*5e7646d2SAndroid Build Coastguard Worker- Added a USB quirk rule for Canon MP280 series printers (Issue #5221) 441*5e7646d2SAndroid Build Coastguard Worker- The `cupsRasterWritePixels` function did not correctly swap bytes for some 442*5e7646d2SAndroid Build Coastguard Worker formats (Issue #5225) 443*5e7646d2SAndroid Build Coastguard Worker- Fixed an issue with mapping finishing options (rdar://34250727) 444*5e7646d2SAndroid Build Coastguard Worker- The `ppdLocalizeIPPReason` function incorrectly returned a localized version 445*5e7646d2SAndroid Build Coastguard Worker of "none" (rdar://36566269) 446*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not add ".local" to the default DNS-SD host name when 447*5e7646d2SAndroid Build Coastguard Worker needed. 448*5e7646d2SAndroid Build Coastguard Worker 449*5e7646d2SAndroid Build Coastguard Worker 450*5e7646d2SAndroid Build Coastguard WorkerChanges in CUPS v2.3b1 451*5e7646d2SAndroid Build Coastguard Worker---------------------- 452*5e7646d2SAndroid Build Coastguard Worker 453*5e7646d2SAndroid Build Coastguard Worker- CUPS is now provided under the Apache License, Version 2.0. 454*5e7646d2SAndroid Build Coastguard Worker- Documentation updates (Issue #4580, Issue #5177, Issue #5192) 455*5e7646d2SAndroid Build Coastguard Worker- The `cupsCopyDestConflicts` function now handles collection attribute 456*5e7646d2SAndroid Build Coastguard Worker ("media-col", "finishings-col", etc.) constraints (Issue #4096) 457*5e7646d2SAndroid Build Coastguard Worker- The `lpoptions` command incorrectly saved default options (Issue #4717) 458*5e7646d2SAndroid Build Coastguard Worker- The `lpstat` command now reports when new jobs are being held (Issue #4761) 459*5e7646d2SAndroid Build Coastguard Worker- The `ippfind` command now supports finding printers whose name starts with an 460*5e7646d2SAndroid Build Coastguard Worker underscore (Issue #4833) 461*5e7646d2SAndroid Build Coastguard Worker- The CUPS library now supports the latest HTTP Digest authentication 462*5e7646d2SAndroid Build Coastguard Worker specification including support for SHA-256 (Issue #4862) 463*5e7646d2SAndroid Build Coastguard Worker- The scheduler now supports the "printer-id" attribute (Issue #4868) 464*5e7646d2SAndroid Build Coastguard Worker- No longer support backslash, question mark, or quotes in printer names 465*5e7646d2SAndroid Build Coastguard Worker (Issue #4966) 466*5e7646d2SAndroid Build Coastguard Worker- The scheduler no longer logs pages as they are printed, instead just logging 467*5e7646d2SAndroid Build Coastguard Worker a total of the pages printed at job completion (Issue #4991) 468*5e7646d2SAndroid Build Coastguard Worker- Dropped RSS subscription management from the web interface (Issue #5012) 469*5e7646d2SAndroid Build Coastguard Worker- Bonjour printer sharing now uses the DNS-SD hostname (or ServerName value if 470*5e7646d2SAndroid Build Coastguard Worker none is defined) when registering shared printers on the network (Issue #5071) 471*5e7646d2SAndroid Build Coastguard Worker- The `ipptool` command now supports writing `ippserver` attributes files 472*5e7646d2SAndroid Build Coastguard Worker (Issue #5093) 473*5e7646d2SAndroid Build Coastguard Worker- The `lp` and `lpr` commands now provide better error messages when the default 474*5e7646d2SAndroid Build Coastguard Worker printer cannot be found (Issue #5096) 475*5e7646d2SAndroid Build Coastguard Worker- The `lpadmin` command now provides a better error message when an unsupported 476*5e7646d2SAndroid Build Coastguard Worker System V interface script is used (Issue #5111) 477*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not write out dirty configuration and state files if there 478*5e7646d2SAndroid Build Coastguard Worker were open client connections (Issue #5118) 479*5e7646d2SAndroid Build Coastguard Worker- The `SSLOptions` directive now supports `MinTLS` and `MaxTLS` options to 480*5e7646d2SAndroid Build Coastguard Worker control the minimum and maximum TLS versions that will be allowed, 481*5e7646d2SAndroid Build Coastguard Worker respectively (Issue #5119) 482*5e7646d2SAndroid Build Coastguard Worker- Dropped hard-coded CGI scripting language support (Issue #5124) 483*5e7646d2SAndroid Build Coastguard Worker- The `cupsEnumDests` function did not include options from the lpoptions 484*5e7646d2SAndroid Build Coastguard Worker files (Issue #5144) 485*5e7646d2SAndroid Build Coastguard Worker- Fixed the `ippserver` sample code when threading is disabled or unavailable 486*5e7646d2SAndroid Build Coastguard Worker (Issue #5154) 487*5e7646d2SAndroid Build Coastguard Worker- Added label markup to checkbox and radio button controls in the web interface 488*5e7646d2SAndroid Build Coastguard Worker templates (Issue #5161) 489*5e7646d2SAndroid Build Coastguard Worker- Fixed group validation on OpenBSD (Issue #5166) 490*5e7646d2SAndroid Build Coastguard Worker- Improved IPP Everywhere media support, including a new 491*5e7646d2SAndroid Build Coastguard Worker `cupsAddDestMediaOptions` function (Issue #5167) 492*5e7646d2SAndroid Build Coastguard Worker- IPP Everywhere PPDs now include localizations of printer-specific media types, 493*5e7646d2SAndroid Build Coastguard Worker when available (Issue #5168) 494*5e7646d2SAndroid Build Coastguard Worker- The cups-driverd program incorrectly stopped scanning PPDs as soon as a loop 495*5e7646d2SAndroid Build Coastguard Worker was seen (Issue #5170) 496*5e7646d2SAndroid Build Coastguard Worker- IPP Everywhere PPDs now support IPP job presets (Issue #5179) 497*5e7646d2SAndroid Build Coastguard Worker- IPP Everywhere PPDs now support finishing templates (Issue #5180) 498*5e7646d2SAndroid Build Coastguard Worker- Fixed a journald support bug in the scheduler (Issue #5181) 499*5e7646d2SAndroid Build Coastguard Worker- Fixed PAM module detection and added support for the common PAM definitions 500*5e7646d2SAndroid Build Coastguard Worker (Issue #5185) 501*5e7646d2SAndroid Build Coastguard Worker- The scheduler now substitutes default values for invalid job attributes when 502*5e7646d2SAndroid Build Coastguard Worker running in "relaxed conformance" mode (Issue #5186) 503*5e7646d2SAndroid Build Coastguard Worker- The scheduler did not work with older versions of uClibc (Issue #5188) 504*5e7646d2SAndroid Build Coastguard Worker- The scheduler now generates a strings file for localizing PPD options 505*5e7646d2SAndroid Build Coastguard Worker (Issue #5194) 506