Skip to content

Commit

Permalink
Prepare release 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Sep 30, 2024
1 parent 2abe1ba commit 7d535f7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGES - OpenPrinting CUPS
===========================


Changes in CUPS v2.4.11 (YYYY-MM-DD)
Changes in CUPS v2.4.11 (2024-09-30)
------------------------------------

- Updated the maximum file descriptor limit for `cupsd` to 64k-1 (Issue #989)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenPrinting CUPS v2.4.10
OpenPrinting CUPS v2.4.11
=========================

![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)
Expand Down
30 changes: 15 additions & 15 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for CUPS 2.4.10.
# Generated by GNU Autoconf 2.71 for CUPS 2.4.11.
#
# Report bugs to <https://github.com/openprinting/cups/issues>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='CUPS'
PACKAGE_TARNAME='cups'
PACKAGE_VERSION='2.4.10'
PACKAGE_STRING='CUPS 2.4.10'
PACKAGE_VERSION='2.4.11'
PACKAGE_STRING='CUPS 2.4.11'
PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues'
PACKAGE_URL='https://openprinting.github.io/cups'

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of CUPS 2.4.10:";;
short | recursive ) echo "Configuration of CUPS 2.4.11:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1758,7 +1758,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
CUPS configure 2.4.10
CUPS configure 2.4.11
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2113,7 +2113,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by CUPS $as_me 2.4.10, which was
It was created by CUPS $as_me 2.4.11, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3244,8 +3244,8 @@ done
ac_config_headers="$ac_config_headers config.h"


CUPS_VERSION="2.4.10"
CUPS_API_VERSION="$(echo 2.4.10 | awk -F. '{print $1 "." $2}')"
CUPS_VERSION="2.4.11"
CUPS_API_VERSION="$(echo 2.4.11 | awk -F. '{print $1 "." $2}')"
CUPS_BUILD="cups-$CUPS_VERSION"


Expand Down Expand Up @@ -4727,11 +4727,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_11+y}
if test ${ac_cv_prog_cxx_cxx11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -4773,11 +4773,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_98+y}
if test ${ac_cv_prog_cxx_cxx98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_98=no
ac_cv_prog_cxx_cxx98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -12894,7 +12894,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by CUPS $as_me 2.4.10, which was
This file was extended by CUPS $as_me 2.4.11, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12959,7 +12959,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
CUPS config.status 2.4.10
CUPS config.status 2.4.11
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71...
AC_PREREQ([2.71])

dnl Package name and version...
AC_INIT([CUPS],[2.4.10],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
AC_INIT([CUPS],[2.4.11],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])

dnl This line is provided to ensure that you don't run the autoheader program
dnl against this project. Doing so is completely unsupported and WILL cause
Expand Down
6 changes: 3 additions & 3 deletions cups/cups.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* API definitions for CUPS.
*
* Copyright © 2021-202 by OpenPrinting.
* Copyright © 2021-2024 by OpenPrinting.
* Copyright © 2007-2020 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products.
*
Expand Down Expand Up @@ -43,10 +43,10 @@ extern "C" {
* Constants...
*/

# define CUPS_VERSION 2.0410
# define CUPS_VERSION 2.0411
# define CUPS_VERSION_MAJOR 2
# define CUPS_VERSION_MINOR 4
# define CUPS_VERSION_PATCH 10
# define CUPS_VERSION_PATCH 11

# define CUPS_BC_FD 3
/* Back-channel file descriptor for
Expand Down
4 changes: 2 additions & 2 deletions vcnet/libcups2_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups2_native</id>
<title>OpenPrinting CUPS Library for VS2019+</title>
<version>2.4.10.0</version>
<version>2.4.11.0</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand All @@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="libcups2_native.redist" version="2.4.10.0" />
<dependency id="libcups2_native.redist" version="2.4.11.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion vcnet/libcups2_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups2_native.redist</id>
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
<version>2.4.10.0</version>
<version>2.4.11.0</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions xcode/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* Version of software...
*/

#define CUPS_SVERSION "CUPS v2.4.10"
#define CUPS_MINIMAL "CUPS/2.4.10"
#define CUPS_SVERSION "CUPS v2.4.11"
#define CUPS_MINIMAL "CUPS/2.4.11"


/*
Expand Down

0 comments on commit 7d535f7

Please sign in to comment.