Skip to content

Commit

Permalink
v1.024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 6, 2024
1 parent 1e7a704 commit 7bc6812
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
============

Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Expand Up @@ -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);
}
Expand Down
7 changes: 7 additions & 0 deletions 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
=====================

Expand Down

0 comments on commit 7bc6812

Please sign in to comment.