]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
CUPS 2.3b2 release.
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 20:35:14 +0000 (15:35 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 20:35:14 +0000 (15:35 -0500)
_posts/2018-01-17-cups-2.3b2.md [new file with mode: 0644]
doc/relnotes.html

diff --git a/_posts/2018-01-17-cups-2.3b2.md b/_posts/2018-01-17-cups-2.3b2.md
new file mode 100644 (file)
index 0000000..2573f27
--- /dev/null
@@ -0,0 +1,11 @@
+---
+title: CUPS 2.3b2
+layout: post
+permalink: /blog/:year-:month-:day-:title.html
+---
+
+CUPS 2.3b2 is now available for download.  This is the second beta of the CUPS 2.3 series which adopts the new CUPS license, adds support for IPP presets and finishing templates, and fixes a number of bugs and "polish" issues.  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.3b2">Download CUPS 2.3b2</a>
index f4ca97cc91268964cba930a756725b3c3b049a31..6ce3bb8b44c7afd3ecea862e567561f985420a6f 100644 (file)
@@ -5,6 +5,25 @@ layout: sub
 
 <h1 class="title">Release Notes</h1>
 
+<h2 class="title"><a name="0203b2">CUPS 2.3b2</a> <em>(January 17, 2018)</em></h2>
+
+<ul>
+       <li>Localization changes (Issue #5210)</li>
+       <li>Build fixes (Issue #5217)</li>
+       <li>IPP Everywhere PPDs were not localized to English (Issue #5205)</li>
+       <li>The `cupsGetDests` and `cupsEnumDests` functions no longer filter out local print services like IPP USB devices (Issue #5206)</li>
+       <li>The `cupsCopyDest` function now correctly copies the `is_default` value (Issue #5208)</li>
+       <li>Printing to old CUPS servers has been fixed (Issue #5211)</li>
+       <li>The `ppdInstallableConflict` tested too many constraints (Issue #5213)</li>
+       <li>All HTTP field values can now be longer than `HTTP_MAX_VALUE` bytes (Issue #5216)</li>
+       <li>Added a USB quirk rule for Canon MP280 series printers (Issue #5221)</li>
+       <li>The `cupsRasterWritePixels` function did not correctly swap bytes for some formats (Issue #5225)</li>
+       <li>Fixed an issue with mapping finishing options (rdar://34250727)</li>
+       <li>The `ppdLocalizeIPPReason` function incorrectly returned a localized version of "none" (rdar://36566269)</li>
+       <li>The scheduler did not add ".local" to the default DNS-SD host name when needed.</li>
+</ul>
+
+
 <h2 class="title"><a name="0203b1">CUPS 2.3b1</a> <em>(December 19, 2017)</em></h2>
 
 <ul>