Skip to content

Commit eee59dd

Browse files
committed
Prepare version 2.4.13
1 parent e58cba9 commit eee59dd

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ CHANGES - OpenPrinting CUPS
22
===========================
33

44

5-
Changes in CUPS v2.4.13 (YYYY-MM-DD)
5+
Changes in CUPS v2.4.13 (2025-09-11)
66
------------------------------------
77

8+
- Blocked authentication using alternate methods in cupsd (CVE-2025-58060)
9+
- Fixed extension tag handling in `ipp_read_io()` in libcups (CVE-2025-58364)
810
- Added `print-as-raster` printer and job attributes for forcing rasterization
911
(Issue #1282)
1012
- Updated documentation (Issue #1086)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenPrinting CUPS v2.4.12
1+
OpenPrinting CUPS v2.4.13
22
=========================
33

44
![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)

cups/cups.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ extern "C" {
4343
* Constants...
4444
*/
4545

46-
# define CUPS_VERSION 2.0412
46+
# define CUPS_VERSION 2.0413
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 12
49+
# define CUPS_VERSION_PATCH 13
5050

5151
# define CUPS_BC_FD 3
5252
/* Back-channel file descriptor for

0 commit comments

Comments
 (0)