From: Zdenek Dohnal Date: Mon, 4 Sep 2023 12:23:53 +0000 (+0200) Subject: Update CHANGES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265a039a2614cdd2d7a89e903df22203318d4b7a;p=thirdparty%2Fcups.git Update CHANGES.md --- diff --git a/CHANGES.md b/CHANGES.md index 1176bf4a61..ac507751cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ Changes in CUPS v2.5b1 (TBA) - Fixed segfault in `cupsGetNamedDest()` when trying to get default printer, but the default printer is not set (Issue #719) - Fixed printing multiple files on specific printers (Issue #643) +- Fixed printing to stderr if we can't open cups-files.conf (Issue #777) - 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)