From: Michael R Sweet Date: Sat, 17 Oct 2020 03:20:11 +0000 (-0400) Subject: Add an OpenPrinting changes file. X-Git-Tag: v2.3.3op1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa2987637adc27ecab69ee29acc4cde19daff7d;p=thirdparty%2Fcups.git Add an OpenPrinting changes file. Add a banner to the README explaining what this project is for. --- diff --git a/CHANGES-OPENPRINTING.md b/CHANGES-OPENPRINTING.md new file mode 100644 index 0000000000..0bd7874854 --- /dev/null +++ b/CHANGES-OPENPRINTING.md @@ -0,0 +1,25 @@ +Changes in OpenPrinting CUPS +============================ + +Changes in CUPS v2.3.3op1 +------------------------- + +- ippeveprinter now supports multiple icons and strings files. +- ippeveprinter now uses the system's FQDN with Avahi. +- ippeveprinter now supports Get-Printer-Attributes on "/". +- ippeveprinter now uses a deterministic "printer-uuid" value. +- ippeveprinter now uses system sounds on macOS for Identify-Printer. +- Updated ippfind to look for files in "~/Desktop" on Windows. +- Updated ippfind to honor `SKIP-XXX` directives with `PAUSE`. +- Fixed IPP Everywhere v1.1 conformance issues in ippeveprinter. +- Fixed DNS-SD name collision support in ippeveprinter. +- Fixed compiler warnings. +- Fixed TLS support on Windows. +- Fixed ippfind sub-type searches with Avahi. +- Fixed the default hostname used by ippeveprinter on macOS. +- Fixed resolution of local IPP-USB printers with Avahi. +- Fixed coverity issues (Issue #2) +- Fixed `httpAddrConnect` issues (Issue #3) +- Fixed web interface device URI issue (Issue #4) +- Fixed lp/lpr "printer/class not found" error reporting (Issue #6) +- Fixed xinetd support for LPD clients (Issue #7) diff --git a/README.md b/README.md index 700213d787..de80367361 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ -README - CUPS v2.3.3 - 2020-04-24 -================================= +README - CUPS v2.3.3op1 - 2020-10-16 +==================================== + +> *Note:* This version of CUPS is being maintained by the OpenPrinting +> organization. It tracks the current Apple CUPS sources and includes common +> changes and bug fixes for the various Linux distributions and other UNIX®-like +> operating systems. + INTRODUCTION ------------