]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add other useful change messages before release
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 8 Apr 2025 06:38:56 +0000 (08:38 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 8 Apr 2025 06:38:56 +0000 (08:38 +0200)
CHANGES.md

index 027db1e723d64b1b40abc05fb9e547297eaf5880..0b4f512f9b69efb73f003a4b6a75d86181867257 100644 (file)
@@ -2,11 +2,13 @@ CHANGES - OpenPrinting CUPS
 ===========================
 
 
-Changes in CUPS v2.4.12 (YYYY-MM-DD)
+Changes in CUPS v2.4.12 (2025-04-08)
 ------------------------------------
 
 - GnuTLS follows system crypto policies now (Issue #1105)
 - Added `NoSystem` SSLOptions value (Issue #1130)
+- Now we raise alert for certificate issues (Issue #1194)
+- Added Kyocera USB quirk (Issue #1198)
 - The scheduler now logs a job's debugging history if the backend fails
   (Issue #1205)
 - Fixed a potential timing issue with `cupsEnumDests` (Issue #1084)
@@ -21,11 +23,14 @@ Changes in CUPS v2.4.12 (YYYY-MM-DD)
 - Fixed client raster printing from macOS (Issue #1143)
 - Fixed the default User-Agent string.
 - Fixed a recursion issue in `ippReadIO`.
+- Fixed handling incorrect radix in `scan_ps()` (Issue #1188)
 - Fixed validation of dateTime values with time zones more than UTC+11
   (Issue #1201)
 - Fixed attributes returned by the Create-Xxx-Subscriptions requests
   (Issue #1204)
 - Fixed `ippDateToTime` when using a non GMT/UTC timezone (Issue #1208)
+- Fixed `job-completed` event notifications for jobs that are cancelled before
+  started (Issue #1209)
 - Fixed DNS-SD discovery with `ippfind` (Issue #1211)