Skip to content

Commit 390af91

Browse files
committed
2.4.3
1 parent ed799a2 commit 390af91

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
CHANGES - OpenPrinting CUPS 2.4.2 - 2022-05-26
1+
CHANGES - OpenPrinting CUPS 2.4.3 - 2023-06-01
22
==============================================
33

4-
Changes in CUPS v2.4.3 (TBA)
4+
Changes in CUPS v2.4.4 (TBA)
55
----------------------------
66

7+
8+
Changes in CUPS v2.4.3 (2023-06-01)
9+
-----------------------------------
10+
711
- Added a title with device uri for found network printers (Issues #402, #393)
812
- Added new media sizes defined by IANA (Issues #501)
913
- Added quirk for GoDEX label printers (Issue #440)

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.2
1+
OpenPrinting CUPS v2.4.3
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.0402
46+
# define CUPS_VERSION 2.0403
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 2
49+
# define CUPS_VERSION_PATCH 3
5050

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

xcode/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* Version of software...
2020
*/
2121

22-
#define CUPS_SVERSION "CUPS v2.4.2"
23-
#define CUPS_MINIMAL "CUPS/2.4.2"
22+
#define CUPS_SVERSION "CUPS v2.4.3"
23+
#define CUPS_MINIMAL "CUPS/2.4.3"
2424

2525

2626
/*

0 commit comments

Comments
 (0)