Skip to content

Commit 7523763

Browse files
committed
Prepare release 2.4.16
1 parent 277d3b1 commit 7523763

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ CHANGES - OpenPrinting CUPS
22
===========================
33

44

5-
Changes in CUPS v2.4.16 (YYYY-MM-DD)
5+
Changes in CUPS v2.4.16 (2025-12-04)
66
------------------------------------
77

88
- `cupsUTF8ToCharset` didn't validate 2-byte UTF-8 sequences, potentially
99
reading past the end of the source string (Issue #1438)
1010
- The web interface did not support domain usernames fully (Issue #1441)
11-
- Made the presence of the "JobPrivateXxx" and "SubscriptionPrivateXxx"
12-
directives outside a Policy an informational warning.
1311
- Fixed an infinite loop issue in the GTK+ print dialog (Issue #1439)
12+
- Fixed stopping scheduler on unknown directive in configuration (Issue #1443)
1413

1514

1615
Changes in CUPS v2.4.15 (2025-11-27)

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.15
1+
OpenPrinting CUPS v2.4.16
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.0415
46+
# define CUPS_VERSION 2.0416
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 15
49+
# define CUPS_VERSION_PATCH 16
5050

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

0 commit comments

Comments
 (0)