]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Updated NEWS
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 12 Oct 2021 20:03:28 +0000 (22:03 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 12 Oct 2021 20:03:28 +0000 (22:03 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3a321da17f81f1b7b71517d88d52618fce16817c..802a6e0d0be2f8c1b966775d8eb111e46a66062c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ NEWS - OpenPrinting CUPS Filters v1.27.5 - 2020-06-05
 
 CHANGES IN V2.0.0
 
+       - libcupsfilters: Make cupsRasterParseIPPOptions() work
+         correctly together with PPDs, by not parsing options
+         which are in the printer's PPD and using
+         ppdRasterInterpretPPD() when set_defaults = 1 is set.
+         Without PPD the function behaves as before.
+       - libcupsfilters: Let the ieee1284NormalizeMakeAndModel()
+         function Clean up "Kodak" manufacturer name, as it is
+         sometimes reported as "Eastman Kodak Company".
        - libcupsfilters, texttotext: Moved core functionality of
          texttotext into the texttotext() filter function (Pull
          request #425).