Skip to content

Commit

Permalink
cups-filters 1.28.16 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Aug 24, 2022
1 parent 8e89b70 commit 91a99f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

# =============
Expand Down

0 comments on commit 91a99f0

Please sign in to comment.