From 2ddc72c47172b1b943fa9b228580d931edc9aa35 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 22 Sep 2023 18:12:11 +0200 Subject: [PATCH] cups-filters 2.0.0 Release --- CHANGES.md | 11 ++++++++++- INSTALL | 4 ++-- README.md | 2 +- configure.ac | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e627c3427..98661e2a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 f9c1b6220..847b52dbe 100644 --- 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 diff --git a/README.md b/README.md index 29493e54d..8caab4a8c 100644 --- 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... diff --git a/configure.ac b/configure.ac index 9dea62b50..5683c73b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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);}'`"