]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update CHANGES.md
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 27 Jun 2023 11:29:50 +0000 (13:29 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 27 Jun 2023 11:29:50 +0000 (13:29 +0200)
CHANGES.md

index c5d9c8e1f80c8d66ba02c6dfcc074dee85432006..9fab86f45bdc2c70e1d74c73a56b91d0890c10f5 100644 (file)
@@ -4,11 +4,12 @@ CHANGES - OpenPrinting CUPS 2.5b1 - (TBA)
 Changes in CUPS v2.5b1 (TBA)
 ----------------------------
 
-- Fix delays in lpd backend (Issue #741)
-- Fix segfault in `cupsGetNamedDest()` when trying to get default printer, but
+- Fixed delays in lpd backend (Issue #741)
+- Fixed segfault in `cupsGetNamedDest()` when trying to get default printer, but
   the default printer is not set (Issue #719)
-- Fix printing multiple files on specific printers (Issue #643)
-- Fix use-after-free in `cupsdAcceptClient()` when we log warning during error
+- Fixed printing multiple files on specific printers (Issue #643)
+- Fixed purging job files via `cancel -x` (Issue #742)
+- Fixed use-after-free in `cupsdAcceptClient()` when we log warning during error
   handling (fixes CVE-2023-34241)