Skip to content

Commit 91a99f0

Browse files
committed
cups-filters 1.28.16 Release
1 parent 8e89b70 commit 91a99f0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTALL - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
1+
INSTALL - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
22
---------------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting CUPS

NEWS

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
NEWS - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
1+
NEWS - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
22
------------------------------------------------------
33

4+
CHANGES IN V1.28.16
5+
6+
- imagetoraster, imagetopdf, libcupsfilters: Added support for
7+
reading the resolution of an image from its EXIF data when
8+
loading it. This way we get the image reproduced in its
9+
original size with "print-scaling=none" (Issue #362).
10+
- libcupsfilters: Replaced deprecated data types uint16 and
11+
uint32. The function to read TIFF image files via libtiff in
12+
cupsfilters/image-tiff.c uses the deprecated types uint16
13+
and uint32. The replacements for these types are uint16_t
14+
and uint32_t.
15+
416
CHANGES IN V1.28.15
517

618
- pdftops: In pdftops identify old LaserJets more precisely

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
1+
README - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
22
--------------------------------------------------------
33

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

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
77
# ====================
88
m4_define([cups_filters_version_major],[1])
99
m4_define([cups_filters_version_minor],[28])
10-
m4_define([cups_filters_version_micro],[15])
10+
m4_define([cups_filters_version_micro],[16])
1111
m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
1212

1313
# =============

0 commit comments

Comments
 (0)