]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Updated NEWS
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 16 Sep 2021 18:29:11 +0000 (20:29 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 16 Sep 2021 18:29:11 +0000 (20:29 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4059f85cfa33778f32ef8f1c1d3c03fbc7930f47..edee603e99111a8e1e6b7c150249cb3e769aee17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,23 @@ CHANGES IN V2.0.0
 
        - foomatic-rip: Debug message was wrongly sent to stdout and
          not to log (Issue #422).
+       - libcupsfilters: In ghostscript() pass on LD_LIBRARY_PATH to
+         Ghostscript
+       - libcupsfilters: In color-management-related functions use
+         the log function instead of logging right to stderr.
+       - libcupsfilters: In ieee1284NormalizeMakeAndModel() extract
+         driver info with regular expression.
+       - libcupsfilters: Support print-rendering-intent IPP attribute
+         in ghostscript(), mupdftoraster(), and pdftoraster() filter
+         functions.
+       - libcupsfilters, mupdftoraster: Moved core functionality of
+         mupdftoraster into the mupdftoraster() filter function (Pull
+         request #412).
+       - textbrftoindex: Fix control character filtering (Pull
+          request #409)
+       - libcupsfilters, bannertopdf: Moved core functionality of
+         bannertopdf into the bannertopdf() filter function (Pull
+         request #407).
        - libcupsfilters, texttopdf: Moved core functionality of
          texttopdf into the texttopdf() filter function (Pull request
          #404).