From: Zdenek Dohnal Date: Fri, 12 Nov 2021 06:44:38 +0000 (+0100) Subject: Prepare for 2.4rc1 X-Git-Tag: v2.4rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7df1b1788369092c822344b6708536ba3b7047cb;p=thirdparty%2Fcups.git Prepare for 2.4rc1 --- diff --git a/CHANGES.md b/CHANGES.md index 2076ad75eb..637ea73603 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ -CHANGES - OpenPrinting CUPS 2.4b1 - 2021-10-27 +CHANGES - OpenPrinting CUPS 2.4b1 - 2021-11-12 ============================================== -Changes in CUPS v2.4rc1 ------------------------ +Changes in CUPS v2.4rc1 (12th November 2021) +-------------------------------------------- - Added warning and debug messages when loading printers if the queue is raw or with driver (Issue #286) diff --git a/INSTALL.md b/INSTALL.md index 90aec9954b..9acb6abfaf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -Building and Installing OpenPrinting CUPS v2.4b1 +Building and Installing OpenPrinting CUPS v2.4rc1 ================================================ This file describes how to compile and install CUPS from source code. For more diff --git a/README.md b/README.md index d7d87befc5..c4e36dcd77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OpenPrinting CUPS v2.4b1 +OpenPrinting CUPS v2.4rc1 ======================== ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases) diff --git a/configure b/configure index 6e83e9db98..1378cabbf0 100755 --- 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.4b1. +# Generated by GNU Autoconf 2.71 for CUPS 2.4rc1. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='CUPS' PACKAGE_TARNAME='cups' -PACKAGE_VERSION='2.4b1' -PACKAGE_STRING='CUPS 2.4b1' +PACKAGE_VERSION='2.4rc1' +PACKAGE_STRING='CUPS 2.4rc1' PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues' PACKAGE_URL='https://openprinting.github.io/cups' @@ -1500,7 +1500,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.4b1 to adapt to many kinds of systems. +\`configure' configures CUPS 2.4rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1566,7 +1566,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of CUPS 2.4b1:";; + short | recursive ) echo "Configuration of CUPS 2.4rc1:";; esac cat <<\_ACEOF @@ -1746,7 +1746,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -CUPS configure 2.4b1 +CUPS configure 2.4rc1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2101,7 +2101,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.4b1, which was +It was created by CUPS $as_me 2.4rc1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3232,8 +3232,8 @@ done ac_config_headers="$ac_config_headers config.h" -CUPS_VERSION="2.4b1" -CUPS_API_VERSION="$(echo 2.4b1 | awk -F. '{print $1 "." $2}')" +CUPS_VERSION="2.4rc1" +CUPS_API_VERSION="$(echo 2.4rc1 | awk -F. '{print $1 "." $2}')" CUPS_BUILD="cups-$CUPS_VERSION" @@ -12640,7 +12640,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.4b1, which was +This file was extended by CUPS $as_me 2.4rc1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12705,7 +12705,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.4b1 +CUPS config.status 2.4rc1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a57f10958b..c3e0114342 100644 --- a/configure.ac +++ b/configure.ac @@ -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.4b1],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups]) +AC_INIT([CUPS],[2.4rc1],[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