summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 34 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 420cfaba4..67d1c18f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,43 @@
-NEWS - OpenPrinting CUPS Filters v1.25.11 - 2019-10-10
+NEWS - OpenPrinting CUPS Filters v1.25.12 - 2019-11-12
------------------------------------------------------
+CHANGES IN V1.25.12
+
+ - libcupsfilters: Use the text names "Draft", "Normal", and
+ "High" instead of 3, 4, and 5 as choice names for the
+ "cupsPrintQuality" option as CUPS does (Issue #171).
+ - libcupsfilters: If a printer supports both Apple Raster and
+ PWG Raster let the generated PPD use Apple Raster as there
+ are several printers which report PWG Raster support but do
+ not actually print PWG Raster (Pull reguest #168, Issue
+ #171, CUPS issue #5238).
+ - cups-browsed: Fix unset location check to use DNS-SD field
+ (Pull request #172).
+ - libcupsfilters, beh, implicitclass, foomatic-rip,
+ imagetopdf, mupdftoraster, pdftops, sys5ippprinter,
+ cups-browsed, driverless: Silenced all compiler warnings to
+ make the build process of cups-filters completely free of
+ warnings.
+ - pdftops: Fixed crash when using filter without PPD file.
+ - pdftops: If printing grayscale jobs with Ghostscript as PDF
+ renderer, add "-sProcessColorModel=DeviceGray" to
+ Ghostscript command line.
+ - pdftops: Do not use the ugly "pdftops -level1 ..."
+ workaround to get grayscale PostScript output from
+ Poppler. It leads to huge output files with Poppler's
+ "pdftops" utility and does not work at all with
+ "pdftocairo". Poppler itself does not support PostScript
+ output converted to grayscale. Issue a warning with the hint
+ to use Ghostscript or MuPDF as PDF renderer (Issue #169).
+ - libcupsfilters: In the cupsRasterParseIPPOptions()
+ accept also "Mono", "Monochrome", and "Gray" as color
+ space names.
+
CHANGES IN V1.25.11
- cups-browsed: Really accept entries without printer name
reported on a job status request (Issue #163).
- - cups-browsed: Strip IPP atrribute values reported by the
+ - cups-browsed: Strip IPP attribute values reported by the
printer on a get-printer-attributes request from white
space (Pull request #166).