]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.16 Release 1.28.16
authorTill Kamppeter <till.kamppeter@gmail.com>
Wed, 24 Aug 2022 12:35:56 +0000 (14:35 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Wed, 24 Aug 2022 12:35:56 +0000 (14:35 +0200)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index f861d161708e0a6d0ea53b4470219102728184e8..bd69d1e351f02c410ef8daf54f04e8eb92e24e18 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-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
diff --git a/NEWS b/NEWS
index 003514858586a006dee683636732e63d06bb52bc..e810978c6c7f52e942c62a5268c0973fcbaa0289 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
-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
diff --git a/README b/README
index e3cb51f73ba9a1c69af6255574b8fa5e75342c41..14d8f522bb5d3e9184b59939b589edcb94f486e9 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-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"
index cff1aedc9f5722aa07640e3612a3c381b7ae54df..c1b108fa3fec113a5a0409d839d005f89b85d10c 100644 (file)
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
 # ====================
 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])
 
 # =============