-# 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)
-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
-# 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...
# ====================
# 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);}'`"