From adc90e71c8306cd8aee54511e92b7dab8a6db044 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 8 Apr 2022 21:34:19 +0200 Subject: [PATCH] Updated NEWS for new API functions cfFilterLoadPPD()/cfFilterFreePPD() 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 19b35f73b..c1d0969d6 100644 --- 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 -- 2.47.3