Skip to content

Commit a2bd523

Browse files
committed
Make 2.4.9 release
1 parent b273a1f commit a2bd523

9 files changed

Lines changed: 27 additions & 26 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
CHANGES - OpenPrinting CUPS 2.4.9 - (TBA)
2-
=========================================
1+
CHANGES - OpenPrinting CUPS 2.4.9 - (2024-06-11)
2+
================================================
33

4-
Changes in CUPS v2.4.9 (TBA)
5-
----------------------------
4+
Changes in CUPS v2.4.9 (2024-06-11)
5+
-----------------------------------
66

7+
- Fixed domain socket handling (CVE-2024-35235)
78
- Fixed creating of `cupsUrfSupported` PPD keyword (Issue #952)
89
- Fixed searching for destinations in web ui (Issue #954)
910
- Fixed TLS negotiation using OpenSSL with servers that require the TLS SNI

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.8
1+
OpenPrinting CUPS v2.4.9
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.71 for CUPS 2.4.8.
3+
# Generated by GNU Autoconf 2.71 for CUPS 2.4.9.
44
#
55
# Report bugs to <https://github.com/openprinting/cups/issues>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='CUPS'
612612
PACKAGE_TARNAME='cups'
613-
PACKAGE_VERSION='2.4.8'
614-
PACKAGE_STRING='CUPS 2.4.8'
613+
PACKAGE_VERSION='2.4.9'
614+
PACKAGE_STRING='CUPS 2.4.9'
615615
PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues'
616616
PACKAGE_URL='https://openprinting.github.io/cups'
617617

@@ -1504,7 +1504,7 @@ if test "$ac_init_help" = "long"; then
15041504
# Omit some internal or obsolete options to make the list less imposing.
15051505
# This message is too long to be a string in the A/UX 3.1 sh.
15061506
cat <<_ACEOF
1507-
\`configure' configures CUPS 2.4.8 to adapt to many kinds of systems.
1507+
\`configure' configures CUPS 2.4.9 to adapt to many kinds of systems.
15081508
15091509
Usage: $0 [OPTION]... [VAR=VALUE]...
15101510
@@ -1570,7 +1570,7 @@ fi
15701570

15711571
if test -n "$ac_init_help"; then
15721572
case $ac_init_help in
1573-
short | recursive ) echo "Configuration of CUPS 2.4.8:";;
1573+
short | recursive ) echo "Configuration of CUPS 2.4.9:";;
15741574
esac
15751575
cat <<\_ACEOF
15761576
@@ -1758,7 +1758,7 @@ fi
17581758
test -n "$ac_init_help" && exit $ac_status
17591759
if $ac_init_version; then
17601760
cat <<\_ACEOF
1761-
CUPS configure 2.4.8
1761+
CUPS configure 2.4.9
17621762
generated by GNU Autoconf 2.71
17631763
17641764
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2113,7 +2113,7 @@ cat >config.log <<_ACEOF
21132113
This file contains any messages produced by compilers while
21142114
running configure, to aid debugging if configure makes a mistake.
21152115
2116-
It was created by CUPS $as_me 2.4.8, which was
2116+
It was created by CUPS $as_me 2.4.9, which was
21172117
generated by GNU Autoconf 2.71. Invocation command line was
21182118
21192119
$ $0$ac_configure_args_raw
@@ -3244,8 +3244,8 @@ done
32443244
ac_config_headers="$ac_config_headers config.h"
32453245

32463246

3247-
CUPS_VERSION="2.4.8"
3248-
CUPS_API_VERSION="$(echo 2.4.8 | awk -F. '{print $1 "." $2}')"
3247+
CUPS_VERSION="2.4.9"
3248+
CUPS_API_VERSION="$(echo 2.4.9 | awk -F. '{print $1 "." $2}')"
32493249
CUPS_BUILD="cups-$CUPS_VERSION"
32503250

32513251

@@ -12894,7 +12894,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1289412894
# report actual input values of CONFIG_FILES etc. instead of their
1289512895
# values after options handling.
1289612896
ac_log="
12897-
This file was extended by CUPS $as_me 2.4.8, which was
12897+
This file was extended by CUPS $as_me 2.4.9, which was
1289812898
generated by GNU Autoconf 2.71. Invocation command line was
1289912899
1290012900
CONFIG_FILES = $CONFIG_FILES
@@ -12959,7 +12959,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1295912959
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1296012960
ac_cs_config='$ac_cs_config_escaped'
1296112961
ac_cs_version="\\
12962-
CUPS config.status 2.4.8
12962+
CUPS config.status 2.4.9
1296312963
configured by $0, generated by GNU Autoconf 2.71,
1296412964
with options \\"\$ac_cs_config\\"
1296512965

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.8],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
16+
AC_INIT([CUPS],[2.4.9],[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.0408
46+
# define CUPS_VERSION 2.0409
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 8
49+
# define CUPS_VERSION_PATCH 9
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.8"
104-
#define CUPS_MINIMAL "CUPS/2.4.8"
103+
#define CUPS_SVERSION "CUPS v2.4.9"
104+
#define CUPS_MINIMAL "CUPS/2.4.9"
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.8.0</version>
6+
<version>2.4.9.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-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
1717
<tags>http ipp native</tags>
1818
<dependencies>
19-
<dependency id="libcups2_native.redist" version="2.4.8.0" />
19+
<dependency id="libcups2_native.redist" version="2.4.9.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.8.0</version>
6+
<version>2.4.9.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.8"
23-
#define CUPS_MINIMAL "CUPS/2.4.8"
22+
#define CUPS_SVERSION "CUPS v2.4.9"
23+
#define CUPS_MINIMAL "CUPS/2.4.9"
2424

2525

2626
/*

0 commit comments

Comments
 (0)