diff --git a/Changes b/Changes index f289609f..d2980f9c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Imager release history. Older releases can be found in Changes.old +Imager 1.024 - 6 Apr 2024 +============ + + - TIFF: improve reporting from a test on failure. + + - TIFF: support back to libtiff 4.0.8, for compatibility with RHEL + and its clones. + https://github.com/tonycoz/imager/issues/527 + Imager 1.023 - 13 Jan 2024 ============ diff --git a/Imager.pm b/Imager.pm index 3e2c0dd8..82ab2cba 100644 --- a/Imager.pm +++ b/Imager.pm @@ -149,7 +149,7 @@ BEGIN { if ($ex_version < 5.57) { our @ISA = qw(Exporter); } - $VERSION = '1.023'; + $VERSION = '1.024'; require XSLoader; XSLoader::load(Imager => $VERSION); } diff --git a/TIFF/Changes b/TIFF/Changes index fbcd0238..13a110d7 100644 --- a/TIFF/Changes +++ b/TIFF/Changes @@ -1,5 +1,12 @@ +Imager-File-TIFF 0.99 +===================== + - improve reporting from a test on failure. + - support back to libtiff 4.0.8, for compatibility with RHEL + and its clones. + https://github.com/tonycoz/imager/issues/527 + Imager-File-TIFF 0.98 =====================