]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Updated NEWS for new API functions cfFilterLoadPPD()/cfFilterFreePPD()
authorTill Kamppeter <till.kamppeter@gmail.com>
Fri, 8 Apr 2022 19:34:19 +0000 (21:34 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Fri, 8 Apr 2022 19:34:19 +0000 (21:34 +0200)
Added new API function cfFilterLoadPPD() and cfFilterFreePPD() for
easy setup of filter function (chain) calls. Call cfFilterLoadPPD()
when setting up the filter data structure before calling the filter
functions and call cfFilterFreePPD() when done.

NEWS

diff --git a/NEWS b/NEWS
index 19b35f73b51b32b9c715d3e9936218d21de2c901..c1d0969d685db7c1183426b4c7883d454c10f89f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ NEWS - OpenPrinting CUPS Filters v1.27.5 - 2020-06-05
 
 CHANGES IN V2.0.0
 
+       - libcupsfilters: Added new API function cfFilterLoadPPD() and
+         cfFilterFreePPD() for easy setup of filter function (chain)
+         calls. Call cfFilterLoadPPD() when setting up the filter
+         data structure before calling the filter functions and call
+         cfFilterFreePPD() when done.
        - libcupsfilters: Renamed function/data type/constant names to
          get a consistent API: Functions start with "cf" and the name
          is in camel-case, data types start with "cf_" and are