]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update files for possible next release
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 30 Sep 2024 12:19:33 +0000 (14:19 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 30 Sep 2024 12:19:33 +0000 (14:19 +0200)
CHANGES.md
README.md
configure
configure.ac
cups/cups.h
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec
xcode/config.h

index 7a5e8813fe49b158f4ac320fa677961e080b7fb7..396d634d7f173311221e54f95e486b879a0d8fae 100644 (file)
@@ -2,6 +2,10 @@ CHANGES - OpenPrinting CUPS
 ===========================
 
 
+Changes in CUPS v2.4.12 (YYYY-MM-DD)
+------------------------------------
+
+
 Changes in CUPS v2.4.11 (2024-09-30)
 ------------------------------------
 
index 061ced0afe81b9fc427eb8c4c84639b4f940b61c..784b588236874947c7e2ed548083c0c19f1bdc0b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-OpenPrinting CUPS v2.4.11
+OpenPrinting CUPS v2.4.12
 =========================
 
 ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)
index f8147c9d6f10b6133eef366e66f76584a585702e..f9037fddbcd5db704171c3f6bb6aa39f03508e01 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.11.
+# Generated by GNU Autoconf 2.71 for CUPS 2.4.12.
 #
 # Report bugs to <https://github.com/openprinting/cups/issues>.
 #
@@ -610,8 +610,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='CUPS'
 PACKAGE_TARNAME='cups'
-PACKAGE_VERSION='2.4.11'
-PACKAGE_STRING='CUPS 2.4.11'
+PACKAGE_VERSION='2.4.12'
+PACKAGE_STRING='CUPS 2.4.12'
 PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues'
 PACKAGE_URL='https://openprinting.github.io/cups'
 
@@ -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.11 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.4.12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -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.11:";;
+     short | recursive ) echo "Configuration of CUPS 2.4.12:";;
    esac
   cat <<\_ACEOF
 
@@ -1758,7 +1758,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-CUPS configure 2.4.11
+CUPS configure 2.4.12
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -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.11, which was
+It was created by CUPS $as_me 2.4.12, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3244,8 +3244,8 @@ done
 ac_config_headers="$ac_config_headers config.h"
 
 
-CUPS_VERSION="2.4.11"
-CUPS_API_VERSION="$(echo 2.4.11 | awk -F. '{print $1 "." $2}')"
+CUPS_VERSION="2.4.12"
+CUPS_API_VERSION="$(echo 2.4.12 | awk -F. '{print $1 "." $2}')"
 CUPS_BUILD="cups-$CUPS_VERSION"
 
 
@@ -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.11, which was
+This file was extended by CUPS $as_me 2.4.12, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -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.11
+CUPS config.status 2.4.12
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
index b81717d0f9ffecc401ad1020f42c847d878e204f..2d67548f1be392b96dc3a2ecafa65ec178a9b333 100644 (file)
@@ -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.11],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
+AC_INIT([CUPS],[2.4.12],[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
index 0c634673d30b932fa2a99c5a845ced3f4c3a5262..5643fdf08c71fdc07709beaebd7b6acefc90b353 100644 (file)
@@ -43,10 +43,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0411
+#  define CUPS_VERSION                 2.0412
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           4
-#  define CUPS_VERSION_PATCH           11
+#  define CUPS_VERSION_PATCH           12
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for
index 19ddea2d1234bcd756d72092c15d3a503b0e9905..1a5c46c48307d707d0134450eac2bff24ece28f8 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native</id>
         <title>OpenPrinting CUPS Library for VS2019+</title>
-        <version>2.4.11.0</version>
+        <version>2.4.12.0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -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.11.0" />
+           <dependency id="libcups2_native.redist" version="2.4.12.0" />
        </dependencies>
     </metadata>
     <files>
index 85ab305260ac99de5124e49dd088c941b7f9e782..e36fd56c9148ccd272f0e1141685087ff36be520 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native.redist</id>
         <title>OpenPrinting CUPS Library for VS2019+ Redist</title>
-        <version>2.4.11.0</version>
+        <version>2.4.12.0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
index e4a63f69d1bbad0f8041bb6ab2358e4a59a7a840..c1aaa6b23d32748e4daf45fe5e902e9a53159352 100644 (file)
@@ -19,8 +19,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.4.11"
-#define CUPS_MINIMAL "CUPS/2.4.11"
+#define CUPS_SVERSION "CUPS v2.4.12"
+#define CUPS_MINIMAL "CUPS/2.4.12"
 
 
 /*