Skip to content

Commit 2ddc72c

Browse files
committed
cups-filters 2.0.0 Release
1 parent fffe781 commit 2ddc72c

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGES.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# CHANGES - OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
1+
# CHANGES - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
2+
3+
## CHANGES IN V2.0.0 (22th September 2023)
4+
5+
- `universal`: Enable `application/vnd.cups-postscript` as input
6+
There are filters which produce this MIME type (such as `hpps` of
7+
HPLIP), and if someone uses such driver on a client and the server
8+
has an IPP Everywhere/driverless printer, the job fails (Pull
9+
request #534).
10+
211

312
## CHANGES IN V2.0rc2 (20th June 2023)
413

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
INSTALL - OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
2-
--------------------------------------------------------
1+
INSTALL - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
2+
-------------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting CUPS
55
Filters from source code. For more information on OpenPrinting CUPS

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenPrinting CUPS Filters v2.0rc2 - 2023-06-20
1+
# OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
22

33
Looking for compile instructions? Read the file "INSTALL"
44
instead...

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
55
# ====================
66
# Version informations
77
# ====================
8-
AC_INIT([cups-filters], [2.0rc2], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
8+
AC_INIT([cups-filters], [2.0.0], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
99
cups_filters_version="AC_PACKAGE_VERSION"
1010
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
1111
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"

0 commit comments

Comments
 (0)