-INSTALL - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
+INSTALL - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
---------------------------------------------------------
This file describes how to compile and install OpenPrinting CUPS
-NEWS - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
+NEWS - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
------------------------------------------------------
+CHANGES IN V1.28.16
+
+ - imagetoraster, imagetopdf, libcupsfilters: Added support for
+ reading the resolution of an image from its EXIF data when
+ loading it. This way we get the image reproduced in its
+ original size with "print-scaling=none" (Issue #362).
+ - libcupsfilters: Replaced deprecated data types uint16 and
+ uint32. The function to read TIFF image files via libtiff in
+ cupsfilters/image-tiff.c uses the deprecated types uint16
+ and uint32. The replacements for these types are uint16_t
+ and uint32_t.
+
CHANGES IN V1.28.15
- pdftops: In pdftops identify old LaserJets more precisely
-README - OpenPrinting CUPS Filters v1.28.15 - 2022-04-11
+README - OpenPrinting CUPS Filters v1.28.16 - 2022-08-24
--------------------------------------------------------
Looking for compile instructions? Read the file "INSTALL.txt"
# ====================
m4_define([cups_filters_version_major],[1])
m4_define([cups_filters_version_minor],[28])
-m4_define([cups_filters_version_micro],[15])
+m4_define([cups_filters_version_micro],[16])
m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
# =============