Skip to content

Commit

Permalink
0.92_01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Aug 18, 2012
1 parent 3ed2850 commit 727ff65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
Imager release history. Older releases can be found in Changes.old

Threads work
- mutex for gif
- mutex for tiff
Imager 0.92_01 - 18 Aug 2012
==============

Development release, let's see what broke.

This release is not Imager API binary compatible with older releases,
if you have a module that uses Imager's API it will need to be
reinstalled.

- improved thread safety
- the internal error stack and log file handle are now in a per-thread
context object
- JPEG now captures IPTC information in a thread-safe way
- avoid globals where possible for warning capture in libtiff

- avoid re-entering libtiff or giflib since they aren't thread safe

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

0 comments on commit 727ff65

Please sign in to comment.