- Localization update (Issue #5339, Issue #5348, Issue #5362, Issue #5408,
Issue #5410)
-- Documentation updates (Issue #5369, Issue #5403)
+- Documentation updates (Issue #5369, Issue #5403, Issue #5404)
- The lpadmin command would create a non-working printer in some error cases
(Issue #5305)
- The scheduler would crash if an empty `AccessLog` directive was specified
<dd>Sets the default value for the named PPD option. For example, <code>-o PageSize=Legal</code> sets the default page size to US Legal.</dd>
<dt><code>-o printer-error-policy=name</code></dt>
- <dd>Sets the error handling policy:<dl>
+ <dd>Sets the policy for errors such as printers that cannot be found or accessed, don't support the format being printed, fail during submission of the print data, or cause one or more filters to crash:<dl>
<dt><code>abort-job</code></dt>
<dd>Aborts the job on error.</dd>
<dt><code>retry-job</code></dt>
The specified port monitor must be listed in the printer's PPD file.
.TP 5
\fB\-o printer-error-policy=\fIname\fR
-Sets the error policy to be used when the printer backend is unable to send the job to the printer.
-The name must be one of "abort-job", "retry-job", "retry-current-job", or "stop-printer".
+Sets the policy for errors such as printers that cannot be found or accessed, don't support the format being printed, fail during submission of the print data, or cause one or more filters to crash.
+The name must be one of "abort-job" (abort the job on error), "retry-job" (retry the job at a future time), "retry-current-job" (retry the current job immediately), or "stop-printer" (stop the printer on error).
The default error policy is "stop-printer" for printers and "retry-current-job" for
classes.
.TP 5