From eee59dd0b55a0b11b80bda6ca437d60fee5faa09 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 11 Sep 2025 15:17:15 +0200 Subject: [PATCH] Prepare version 2.4.13 --- CHANGES.md | 4 +++- README.md | 2 +- cups/cups.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5890a626dc..da6f8006db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,11 @@ CHANGES - OpenPrinting CUPS =========================== -Changes in CUPS v2.4.13 (YYYY-MM-DD) +Changes in CUPS v2.4.13 (2025-09-11) ------------------------------------ +- Blocked authentication using alternate methods in cupsd (CVE-2025-58060) +- Fixed extension tag handling in `ipp_read_io()` in libcups (CVE-2025-58364) - Added `print-as-raster` printer and job attributes for forcing rasterization (Issue #1282) - Updated documentation (Issue #1086) diff --git a/README.md b/README.md index 3e1983f011..3b0f1e0829 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OpenPrinting CUPS v2.4.12 +OpenPrinting CUPS v2.4.13 ========================= ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases) diff --git a/cups/cups.h b/cups/cups.h index 731d99240f..51a81a0496 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -43,10 +43,10 @@ extern "C" { * Constants... */ -# define CUPS_VERSION 2.0412 +# define CUPS_VERSION 2.0413 # define CUPS_VERSION_MAJOR 2 # define CUPS_VERSION_MINOR 4 -# define CUPS_VERSION_PATCH 12 +# define CUPS_VERSION_PATCH 13 # define CUPS_BC_FD 3 /* Back-channel file descriptor for -- 2.47.3