Skip to content

Commit c955360

Browse files
committed
Bump release for 2.4.19
1 parent 8570b11 commit c955360

9 files changed

Lines changed: 26 additions & 22 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ CHANGES - OpenPrinting CUPS
22
===========================
33

44

5+
Changes in CUPS v2.4.19 (YYYY-MM-DD)
6+
------------------------------------
7+
8+
59
Changes in CUPS v2.4.18 (2026-04-22)
610
------------------------------------
711

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.18
1+
OpenPrinting CUPS v2.4.19
22
=========================
33

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

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for CUPS 2.4.18.
3+
# Generated by GNU Autoconf 2.72 for CUPS 2.4.19.
44
#
55
# Report bugs to <https://github.com/openprinting/cups/issues>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='CUPS'
605605
PACKAGE_TARNAME='cups'
606-
PACKAGE_VERSION='2.4.18'
607-
PACKAGE_STRING='CUPS 2.4.18'
606+
PACKAGE_VERSION='2.4.19'
607+
PACKAGE_STRING='CUPS 2.4.19'
608608
PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues'
609609
PACKAGE_URL='https://openprinting.github.io/cups'
610610

@@ -1495,7 +1495,7 @@ if test "$ac_init_help" = "long"; then
14951495
# Omit some internal or obsolete options to make the list less imposing.
14961496
# This message is too long to be a string in the A/UX 3.1 sh.
14971497
cat <<_ACEOF
1498-
'configure' configures CUPS 2.4.18 to adapt to many kinds of systems.
1498+
'configure' configures CUPS 2.4.19 to adapt to many kinds of systems.
14991499
15001500
Usage: $0 [OPTION]... [VAR=VALUE]...
15011501
@@ -1561,7 +1561,7 @@ fi
15611561

15621562
if test -n "$ac_init_help"; then
15631563
case $ac_init_help in
1564-
short | recursive ) echo "Configuration of CUPS 2.4.18:";;
1564+
short | recursive ) echo "Configuration of CUPS 2.4.19:";;
15651565
esac
15661566
cat <<\_ACEOF
15671567
@@ -1749,7 +1749,7 @@ fi
17491749
test -n "$ac_init_help" && exit $ac_status
17501750
if $ac_init_version; then
17511751
cat <<\_ACEOF
1752-
CUPS configure 2.4.18
1752+
CUPS configure 2.4.19
17531753
generated by GNU Autoconf 2.72
17541754
17551755
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2115,7 +2115,7 @@ cat >config.log <<_ACEOF
21152115
This file contains any messages produced by compilers while
21162116
running configure, to aid debugging if configure makes a mistake.
21172117
2118-
It was created by CUPS $as_me 2.4.18, which was
2118+
It was created by CUPS $as_me 2.4.19, which was
21192119
generated by GNU Autoconf 2.72. Invocation command line was
21202120
21212121
$ $0$ac_configure_args_raw
@@ -3268,8 +3268,8 @@ done
32683268
ac_config_headers="$ac_config_headers config.h"
32693269

32703270

3271-
CUPS_VERSION="2.4.18"
3272-
CUPS_API_VERSION="$(echo 2.4.18 | awk -F. '{print $1 "." $2}')"
3271+
CUPS_VERSION="2.4.19"
3272+
CUPS_API_VERSION="$(echo 2.4.19 | awk -F. '{print $1 "." $2}')"
32733273
CUPS_BUILD="cups-$CUPS_VERSION"
32743274

32753275

@@ -13283,7 +13283,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1328313283
# report actual input values of CONFIG_FILES etc. instead of their
1328413284
# values after options handling.
1328513285
ac_log="
13286-
This file was extended by CUPS $as_me 2.4.18, which was
13286+
This file was extended by CUPS $as_me 2.4.19, which was
1328713287
generated by GNU Autoconf 2.72. Invocation command line was
1328813288
1328913289
CONFIG_FILES = $CONFIG_FILES
@@ -13348,7 +13348,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1334813348
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1334913349
ac_cs_config='$ac_cs_config_escaped'
1335013350
ac_cs_version="\\
13351-
CUPS config.status 2.4.18
13351+
CUPS config.status 2.4.19
1335213352
configured by $0, generated by GNU Autoconf 2.72,
1335313353
with options \\"\$ac_cs_config\\"
1335413354

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71...
1313
AC_PREREQ([2.71])
1414

1515
dnl Package name and version...
16-
AC_INIT([CUPS],[2.4.18],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
16+
AC_INIT([CUPS],[2.4.19],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
1717

1818
dnl This line is provided to ensure that you don't run the autoheader program
1919
dnl against this project. Doing so is completely unsupported and WILL cause

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.0418
46+
# define CUPS_VERSION 2.0419
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 18
49+
# define CUPS_VERSION_PATCH 19
5050

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

vcnet/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ typedef unsigned long useconds_t;
100100
* Version of software...
101101
*/
102102

103-
#define CUPS_SVERSION "CUPS v2.4.18"
104-
#define CUPS_MINIMAL "CUPS/2.4.18"
103+
#define CUPS_SVERSION "CUPS v2.4.19"
104+
#define CUPS_MINIMAL "CUPS/2.4.19"
105105

106106

107107
/*

vcnet/libcups2_native.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups2_native</id>
55
<title>OpenPrinting CUPS Library for VS2019+</title>
6-
<version>2.4.18.0</version>
6+
<version>2.4.19.0</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
1616
<copyright>Copyright © 2020-2026 by OpenPrinting</copyright>
1717
<tags>http ipp native</tags>
1818
<dependencies>
19-
<dependency id="libcups2_native.redist" version="2.4.18.0" />
19+
<dependency id="libcups2_native.redist" version="2.4.19.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

vcnet/libcups2_native.redist.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups2_native.redist</id>
55
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
6-
<version>2.4.18.0</version>
6+
<version>2.4.19.0</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>

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.18"
23-
#define CUPS_MINIMAL "CUPS/2.4.18"
22+
#define CUPS_SVERSION "CUPS v2.4.19"
23+
#define CUPS_MINIMAL "CUPS/2.4.19"
2424

2525

2626
/*

0 commit comments

Comments
 (0)