Changes between Initial Version and Version 1 of Ticket #9641


Ignore:
Timestamp:
08/24/2017 04:08:35 PM (8 years ago)
Author:
ken@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9641

    • Property Owner changed from blfs-book@… to ken@…
    • Property Status newassigned
    • Property Summary cups-filters-1.16.2cups-filters-1.17.0
  • TabularUnified Ticket #9641 – Description

    initial v1  
    1 New point version.
     1New minor version (was new point version).
     2
     3{{{
     4NEWS - OpenPrinting CUPS Filters v1.17.0 - 2017-08-22
     5-----------------------------------------------------
     6
     7CHANGES IN V1.17.0
     8
     9        - rastertopdf, rastertopclm, driverless, cups-browsed,
     10          libcupsfilters: Added support for the PCLm output format for
     11          driverless printing on Mopria and Wi-Fi Direct
     12          printers. This is the Google Summer of Code 2017 project of
     13          Sahil Arora (sahilarora dot 535 at gmail dot com). Thank you
     14          very much for your great work!  The PCLm support requires
     15          QPDF 7.0.0 or later.
     16
     17CHANGES IN V1.16.4
     18
     19        - Build system: Switched over to C11 standard with GNU
     20          extensions (-std=gnu11).
     21        - Build system: Removed -pedantic flag as it is only needed
     22          for compatibility with commercial compilers like the ones of
     23          Windows (and we use GNU extensions anyway).
     24        - libfontembed, texttopdf: reverted removal of anonymous
     25          union.
     26
     27CHANGES IN V1.16.3
     28
     29        - libfontembed: Reverted unneeded soname change.
     30
     31CHANGES IN V1.16.2
     32
     33        - README: Minimum CUPS requirement of cups-filters is CUPS
     34          1.4.x.  It does not build with earlier CUPS versions (Bug
     35          #993).
     36        - driverless, foomatic-rip: Create relative symbolic links.
     37        - All C/C++ files: Silenced all compiler warnings, at least
     38          the ones appearing when building on Ubuntu Linux 17.10 with
     39          GCC 7.1.0.
     40        - README: Updated the introduction section to reflect the
     41          current functionality of cups-filters, and the build
     42          requirements for the Poppler-based filters (C++11: Bug
     43          #1404, Build configuration of Poppler: Bug #1257). Thanks to
     44          Roland Hieber (r dot hieber at pengutronix dot de) to find
     45          out about this.
     46        - pdftoopvp, bannertopdf, pdftoraster: Build with C++11
     47          standard as some features of this standard are needed by
     48          these filters (or by Poppler). Thanks to Roland Hieber (r
     49          dot hieber at pengutronix dot de) for the patch (Bug #1404).
     50
     51
     52}}}