]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Changelog, bump version to 2.4.2.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 31 Mar 2022 14:17:52 +0000 (10:17 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 31 Mar 2022 14:17:52 +0000 (10:17 -0400)
CHANGES.md
configure.ac
xcode/config.h

index 84550d6a916e46ba871a1e60fb1d97add9e406f5..b9883925fd04c2df697b9c29050b5b4fd2931444 100644 (file)
@@ -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)
index a8c6c1040c54cc4cc26d9479638a490be74df2da..76793ce8ac6303e927b033de47b4c20b35a86585 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.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
index ada160e50ee33da98d1e701fab36e938ca681646..a540736cc21000ede804c57e0eb159a10f7e281a 100644 (file)
@@ -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"
 
 
 /*