Skip to content

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Jan 31, 2023
1 parent b2ab2b1 commit 7314cef
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# CHANGES - OpenPrinting libcupsfilters v2.0b2 - 2023-01-08

## CHANGES IN V2.0b3 (31th January 2023)

- cfFilterGhostscript(): Select correct ICC profile for PCL-XL.
When using the cfFilterGhostscript() filter function to generate
PCL-XL (PXL, PCL 6, Ghostscript output devices "pxlmono",
"pxlcolor") output, always the color IPP profile srgb.c was used,
also for monochrome output ("pxlmono") and this makes Ghostscript
error out. Now we correctly select sgray.icc for monochrome output.

- cfGetPrinterAttributes(): Poll "media-col-database" separately if needed
Some printers are not able to handle a get-printer-attributes
querying both the "all" group attribute and the "nedia-col-database"
atrribute, so query the latter with a separate call in such cases.

- cfGenerateSizes(): Also parse the "media-col-ready" IPP attribute
for page sizes and margins. This often reveal extra margin variants,
like borderless.

- Removed public cfPDFOut...() API (cupsfilters/pdfutils.h)
This API only makes sense if the API of fontembed is also public,
but this we made private earlier.

- Build system, README.md: Remove unused dependencies overlooked
during the separation: zlib (only needed by libppd), Freetype (not
needed any more after removal of pdftoopvp), Avahi and GLib (both
only needed by cups-browsd). Thanks a lot, Zdenek Dohnal (Pull
request #7).

- COPYING, NOTICE: Simplification for autotools-generated files
autotools-generated files can be included under the license of the
upstream code, and FSF copyright added to upstream copyright
list. Simplified debian/copyright appropriately.

- COPYING, NOTICE: Added copyright year 2023

- COPYING, NOTICE, AUTHORS: Added Jai Luthra and Vikrant Malik

- Makefile.am: Include LICENSE in distribution tarball


## CHANGES IN V2.0b2 (8th January 2023)

- Manage page dimensions when no printer properties are given.
Expand Down

0 comments on commit 7314cef

Please sign in to comment.