]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 2.0.0 Release 2.0.0
authorTill Kamppeter <till.kamppeter@gmail.com>
Fri, 22 Sep 2023 16:12:11 +0000 (18:12 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Fri, 22 Sep 2023 16:12:11 +0000 (18:12 +0200)
CHANGES.md
INSTALL
README.md
configure.ac

index e627c3427436e8a241fe56a59dfb31b08239dd46..98661e2a9b3502e067c12923bec4dc73556b3e19 100644 (file)
@@ -1,4 +1,13 @@
-# CHANGES - OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
+# CHANGES - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
+
+## CHANGES IN V2.0.0 (22th September 2023)
+
+- `universal`: Enable `application/vnd.cups-postscript` as input
+  There are filters which produce this MIME type (such as `hpps` of
+  HPLIP), and if someone uses such driver on a client and the server
+  has an IPP Everywhere/driverless printer, the job fails (Pull
+  request #534).
+
 
 ## CHANGES IN V2.0rc2 (20th June 2023)
 
diff --git a/INSTALL b/INSTALL
index f9c1b62206780d8210fec0b2770fb977cd2d48eb..847b52dbe5d900b776da0e18d103da6185166003 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-INSTALL - OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
---------------------------------------------------------
+INSTALL - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
+-------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
 Filters from source code. For more information on OpenPrinting CUPS
index 29493e54df467ec59104811a4674704e20e1175a..8caab4a8c9e2790155f207b3e4b2ba80e73b39ee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
+# OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
 
 Looking for compile instructions?  Read the file "INSTALL"
 instead...
index 9dea62b508f102da34726ea0321ae86856f9fff9..5683c73b2887c26ac381962861bc0a01602b92ae 100644 (file)
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
 # ====================
 # Version informations
 # ====================
-AC_INIT([cups-filters], [2.0rc2], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
+AC_INIT([cups-filters], [2.0.0], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
 cups_filters_version="AC_PACKAGE_VERSION"
 cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
 cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"