Skip to content

Commit

Permalink
1.025 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Nov 16, 2024
1 parent 4081ece commit a98aabc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Imager release history. Older releases can be found in Changes.old

Imager 1.025 - 16 Nov 2024
============

- trim: fix a buffer overflow due to a mis-sized buffer
https://github.com/tonycoz/imager/issues/534

Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ BEGIN {
if ($ex_version < 5.57) {
our @ISA = qw(Exporter);
}
$VERSION = '1.024';
$VERSION = '1.025';
require XSLoader;
XSLoader::load(Imager => $VERSION);
}
Expand Down

0 comments on commit a98aabc

Please sign in to comment.