| 6 | |
| 7 | CHANGES IN V1.17.2 |
| 8 | |
| 9 | - libcupsfilters: Fixed outstanding bug in PCLm with JPEG (DCT) |
| 10 | compression. Now PCLm support is completely working. |
| 11 | |
| 12 | CHANGES IN V1.17.1 |
| 13 | |
| 14 | - libcupsfilters: Added direct PNG printing to the PPD |
| 15 | generator, the one of CUPS has it, too. |
| 16 | - libcupsfilters: In the PPD file generator renamed the option |
| 17 | "cupsPrintQuality" into the IPP name "print-quality" as CUPS |
| 18 | does not update the "print-quality=4" entry in the filter |
| 19 | command line based on the setting of "cupsPrintQuality" |
| 20 | (CUPS issue #5090). |
| 21 | - libcupsfilters: Completely redone the way how to determine |
| 22 | the resolutions to use for the default resolution and print |
| 23 | quality option in the PPDs generated for IPP |
| 24 | printers. Resolution lists from IPP attributes are now read |
| 25 | into sorted, duplicate-free lists with wrong resolutions |
| 26 | removed or fixed. Resolutions actually used are the common |
| 27 | ones between the supported PDLs, PDls with inferior maximum |
| 28 | resolution or with broken resolution list are skipped |
| 29 | (Debian bug #868360, Ubuntu bug #1712019, CUPS issue #5088, |
| 30 | CUPS issue #5091). |
| 31 | - rastertopdf: Prefer RLE compression instead of Flate as |
| 32 | there are HP printers where Flate is buggy. |
| 33 | - Build system: Fixed help mesage for "--enable-driverless" |
| 34 | configure option (Bug #1405). |
| 35 | |