Skip to content

Commit

Permalink
note the 0.92_01 dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Sep 11, 2012
1 parent 4224d05 commit e9ce25b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes
Expand Up @@ -18,6 +18,27 @@ Imager release history. Older releases can be found in Changes.old
- support for giflib 5.0.
https://rt.cpan.org/Ticket/Display.html?id=79029

Imager 0.92_01 - 18 Aug 2012
==============

This development release was a work in progress release of the thread
safety changes:

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

This release was removed from CPAN after a short time.

Imager 0.92 - 14 Aug 2012
===========

Expand Down

0 comments on commit e9ce25b

Please sign in to comment.