diff options
author | Michael R Sweet <michael.r.sweet@gmail.com> | 2018-11-08 08:54:02 -0500 |
---|---|---|
committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2018-11-08 08:54:02 -0500 |
commit | 16303a1ac41a9dfd5687e45d2fff20aebaaf0d5e (patch) | |
tree | a7ea7bb588554fc99b183c6c07c15c7fb5e85948 | |
parent | f6b6ea274ed3331e71993fded34fb4bd6baed6b4 (diff) | |
download | cups-16303a1ac41a9dfd5687e45d2fff20aebaaf0d5e.tar.gz |
CUPS 2.2.9 release.
-rw-r--r-- | _posts/2018-11-08-cups-2.2.9.md | 13 | ||||
-rw-r--r-- | doc/relnotes.html | 29 |
2 files changed, 42 insertions, 0 deletions
diff --git a/_posts/2018-11-08-cups-2.2.9.md b/_posts/2018-11-08-cups-2.2.9.md new file mode 100644 index 000000000..9df055713 --- /dev/null +++ b/_posts/2018-11-08-cups-2.2.9.md @@ -0,0 +1,13 @@ +--- +title: CUPS 2.2.9 +layout: post +permalink: /blog/:year-:month-:day-:title.html +--- + +CUPS 2.2.9 is a bug fix release that addresses issues in the scheduler, +IPP Everywhere support, CUPS library, and USB printer support. A detailed list +of changes can be found in the change log included in the download. + +Enjoy! + +<a class="btn btn-default" href="https://github.com/apple/cups/releases/tag/v2.2.9"><span class="oi oi-data-transfer-download"></span> Download CUPS 2.2.9</a> diff --git a/doc/relnotes.html b/doc/relnotes.html index b5e2cf5d0..2122567e8 100644 --- a/doc/relnotes.html +++ b/doc/relnotes.html @@ -5,6 +5,35 @@ layout: sub <h1 class="title">Release Notes</h1> +<h2 class="title"><a name="020209">CUPS 2.2.9</a> <em>(November 8, 2018)</em></h2> + +<ul> + <li>Localization changes (Issue #5348, Issue #5362, Issue #5408)</li> + <li>Documentation updates (Issue #5369)</li> + <li>The lpadmin command would create a non-working printer in some error cases (Issue #5305)</li> + <li>The scheduler would crash if an empty `AccessLog` directive was specified (Issue #5309)</li> + <li>Fixed a regression in the changes to ippValidateAttribute (Issue #5322, Issue #5330)</li> + <li>Fixed a crash bug in the Epson dot matrix driver (Issue #5323)</li> + <li>Automatic debug logging of job errors did not work with systemd (Issue #5337)</li> + <li>The web interface did not list the IPP Everywhere "driver" (Issue #5338)</li> + <li>The IPP Everywhere "driver" now properly supports face-up printers (Issue #5345)</li> + <li>Fixed some typos in the label printer drivers (Issue #5350)</li> + <li>Multi-file jobs could get stuck if the backend failed (Issue #5359, Issue #5413)</li> + <li>The IPP Everywhere "driver" no longer does local filtering when printing to a shared CUPS printer (Issue #5361)</li> + <li>The lpadmin command now correctly reports IPP errors when configuring an IPP Everywhere printer (Issue #5370)</li> + <li>Fixed some memory leaks discovered by Coverity (Issue #5375)</li> + <li>The PPD compiler incorrectly terminated JCL options (Issue #5379)</li> + <li>The cupstestppd utility did not generate errors for missing/mismatched CloseUI/JCLCloseUI keywords (Issue #5381)</li> + <li>The scheduler now reports the actual location of the log file (Issue #5398)</li> + <li>Added a USB quirk rule (Issue #5420)</li> + <li>The scheduler was being backgrounded on macOS, causing applications to spin (rdar://40436080)</li> + <li>The scheduler did not validate that required initial request attributes were in the operation group (rdar://41098178)</li> + <li>Authentication in the web interface did not work on macOS (rdar://41444473)</li> + <li>Fixed an issue with HTTP Digest authentication (rdar://41709086)</li> + <li>The scheduler could crash when job history was purged (rdar://42198057)</li> + <li>Dropped non-working RSS subscriptions UI from web interface templates.</li> + <li>Fixed a memory leak for some IPP (extension) syntaxes.</li> +</ul> <h2 class="title"><a name="0203b5">CUPS 2.b5</a> <em>(June 5, 2018)</em></h2> |