OpenPrinting CUPS Changes
=========================
+Changes in CUPS v2.3.3op2
+-------------------------
+
+- Clarified the documentation for the "Listen" directive (Issue #53)
+
+
Changes in CUPS v2.3.3op1
-------------------------
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
Copyright © 2020 by Michael R Sweet
+<br>
Copyright © 2007-2019 by Apple Inc.
</body>
<dd style="margin-left: 5.0em">Listens to the specified address and port or domain socket path for connections.
Multiple Listen directives can be provided to listen on multiple addresses.
The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
+Note: "Listen *:<i>port</i>" and "Port <i>port</i>" effectively listen on all IP addresses, so you cannot combine them with Listen directives for explicit IPv4 or IPv6 addresses on the same port.
<dt><a name="ListenBackLog"></a><b>ListenBackLog </b><i>number</i>
<dd style="margin-left: 5.0em">Specifies the number of pending connections that will be allowed.
This normally only affects very busy servers that have reached the MaxClients limit, but can also be triggered by large numbers of simultaneous connections.
<b>subscriptions.conf</b>(5),
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
+Copyright © 2020 by Michael R Sweet
+<br>
Copyright © 2007-2019 by Apple Inc.
</body>
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
Copyright \[co] 2020 by Michael R Sweet
+.br
Copyright \[co] 2007-2019 by Apple Inc.
.\"
.\" cupsd.conf man page for CUPS.
.\"
+.\" Copyright © 2020 by Michael R Sweet
.\" Copyright © 2007-2019 by Apple Inc.
.\" Copyright © 1997-2006 by Easy Software Products.
.\"
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
-.TH cupsd.conf 5 "CUPS" "16 July 2019" "Apple Inc."
+.TH cupsd.conf 5 "CUPS" "28 November 2020" "Apple Inc."
.SH NAME
cupsd.conf \- server configuration file for cups
.SH DESCRIPTION
Listens to the specified address and port or domain socket path for connections.
Multiple Listen directives can be provided to listen on multiple addresses.
The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
+Note: "Listen *:\fIport\fR" and "Port \fIport\fR" effectively listen on all IP addresses, so you cannot combine them with Listen directives for explicit IPv4 or IPv6 addresses on the same port.
.\"#ListenBackLog
.TP 5
\fBListenBackLog \fInumber\fR
.BR subscriptions.conf (5),
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
+Copyright \[co] 2020 by Michael R Sweet
+.br
Copyright \[co] 2007-2019 by Apple Inc.