File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments