]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.md
Update the hold expiration logging - one case is an error, the other is normal (Issue...
[thirdparty/cups.git] / CHANGES.md
index 57bd5f85c0563852fb4dfccb5d3a2a8b29be54c3..f93f84d134d91bc12e6d7fb58603f9b53ef54aa3 100644 (file)
@@ -1,7 +1,20 @@
-CHANGES - 2.2.11 - 2019-02-21
+CHANGES - 2.2.12 - 2019-05-01
 =============================
 
 
+Changes in CUPS v2.2.12
+-----------------------
+
+- Updated the systemd service file for cupsd (Issue #5551)
+- The `cupsCheckDestSupported` function did not check octetString values
+  correctly (Issue #5557)
+- The scheduler did not encode octetString values like "job-password" correctly
+  for the print filters (Issue #5558)
+- Restored minimal support for the `Emulators` keyword in PPD files to allow
+  old Samsung printer drivers to continue to work (Issue #5562)
+- Timed out job submission now yields an error (Issue #5570)
+
+
 Changes in CUPS v2.2.11
 -----------------------
 
@@ -27,6 +40,12 @@ Changes in CUPS v2.2.11
 - Added a USB quirks rule for Xerox printers (Issue #5523)
 - The scheduler's self-signed certificate did not include all of the alternate
   names for the server when using GNU TLS (Issue #5525)
+- Fixed compiler warnings with newer versions of GCC (Issue #5532, Issue #5533)
+- Fixed some PPD caching and IPP Everywhere PPD accounting/password bugs
+  (Issue #5535)
+- Fixed `PreserveJobHistory` bug with time values (Issue #5538)
+- Media size matching now uses a tolerance of 0.5mm (rdar://33822024)
+- The lpadmin command would hang with a bad PPD file (rdar://41495016)
 - Fixed a potential crash bug in cups-driverd (rdar://46625579)
 - Fixed a performance regression with large PPDs (rdar://47040759)
 - The scheduler did not always idle exit as quickly as it could.
@@ -35,7 +54,7 @@ Changes in CUPS v2.2.11
 Changes in CUPS v2.2.10
 -----------------------
 
-- CVE-2018-4700: Linux session cookies used a predictable random number seed.
+- CVE-2018-4300: Linux session cookies used a predictable random number seed.
 - The `lpoptions` command now works with IPP Everywhere printers that have not
   yet been added as local queues (Issue #5045)
 - Added USB quirk rules (Issue #5395, Issue #5443)