Changes between Version 1 and Version 3 of Ticket #6599


Ignore:
Timestamp:
06/13/2015 06:44:05 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6599

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6599 – Description

    v1 v3  
    22
    33[https://www.openprinting.org/download/cups-filters/cups-filters-1.0.69.tar.xz]
     4
     5[http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/annotate/head:/NEWS]
     6
     7{{{
     8NEWS - OpenPrinting CUPS Filters v1.0.69 - 2015-06-10
     9-----------------------------------------------------
     10
     11CHANGES IN V1.0.69
     12
     13  - cups-browsed: When generating a PPD for an auto-discovered IPP
     14    network printer, create a "ColorModel" option only if valid
     15    choices are reported for it by the IPP printer.
     16  - cups-browsed: Updated PPD file generator for auto-generated queues
     17    for IPP network printers from the CUPS 2.1.x upstream code, so that
     18    floating-point numbers are written in a locale-neutral way
     19    (CUPS STR #4579).
     20  - cups-browsed: When checking whether a queue name already exists
     21    as a locally defined queue, do case-insensitive comparing as for
     22    CUPS printer names are case-insensitive. This assures that
     23    already existing queues do never get overwritten.
     24  - cups-browsed: Added "IPPPrinterQueueType Auto/PPD/NoPPD" directive
     25    to cups-browsed.conf to allow controlling how cups-browsed
     26    creates queues fr native IPP network printers: with PPD, with
     27    System V interface script, or selecting automatically.
     28  - pdftopdf: Center Landscape-oriented jobs correctly on the page
     29    if the "fitplot" or "number-up" options are used (Bug #1284).
     30  - pstopdf: Removed "-dUseCIEColor" from the Ghostscript command line.
     31    In modern Ghostscript versions (9.11 and newer) it is recommended to
     32    not use it with the pdfwrite and ps2write output devices any more.
     33  - imagetopdf: Corrections in PDF output: Let evince display the PDF
     34    with the correct size including margins and let ghostscript not
     35    complain about an invalid xref entry.
     36  - cups-browsed: Do not add options to the System V interface script
     37    which calls sys5ippprinter but set the options as defaults for the
     38    CUPS queue in printers.conf.
     39  - cups-browsed: When auto-generating a PPD-less print queue for an
     40    IPP network printer, determine default page size, unprintable margins,
     41    and color space from the printer via an IPP request.
     42  - imagetopdf: Debug logging should be only controlled by the LogLevel
     43    of CUPS, not by an awkward build time switch.
     44  - cups-browsed: Determine from the TXT records of the Bonjour broadcast
     45    of an IPP network printer whether it has color and duplex
     46    capabilities and if yes, let auto-generated PPD-less print queues
     47    use appropriate command line options to make use of these
     48    capabilities.
     49  - imagetopdf: Make this filter also work with auto-generated PPD-less
     50    print queues for IPP network printers.
     51  - sys5ippprinter: Renamed pdftoippprinter to reflect that it is
     52    once a System 5 interface script and second does not accept only
     53    PDF as input.
     54  - pdftoippprinter: Support also PWG Raster and JPEG as input formats
     55    so that an auto-generated, PPD-less queue for an IPP printer emulates
     56    an IPP Everywhere printer.
     57}}}