From: Michael R Sweet Date: Thu, 31 Mar 2022 14:17:52 +0000 (-0400) Subject: Changelog, bump version to 2.4.2. X-Git-Tag: v2.4.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0b957db101781ca1f95261c3343d8ada939e53;p=thirdparty%2Fcups.git Changelog, bump version to 2.4.2. --- diff --git a/CHANGES.md b/CHANGES.md index 84550d6a91..b9883925fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ Changes in CUPS v2.4.2 (TBA) - Fixed copyright in CUPS Web UI trailer template (Issue #346) - mDNS hostname in device uri is not resolved when installaling a permanent IPP Everywhere queue (Issues #340, #343) -- Re-added LibreSSL/OpenSSL support (Issue #???) +- Re-added LibreSSL/OpenSSL support (Issue #362) Changes in CUPS v2.4.1 (27th January 2020) diff --git a/configure.ac b/configure.ac index a8c6c1040c..76793ce8ac 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.4.1],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups]) +AC_INIT([CUPS],[2.4.2],[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 diff --git a/xcode/config.h b/xcode/config.h index ada160e50e..a540736cc2 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -19,8 +19,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v2.4.1" -#define CUPS_MINIMAL "CUPS/2.4.1" +#define CUPS_SVERSION "CUPS v2.4.2" +#define CUPS_MINIMAL "CUPS/2.4.2" /*