Imager release history. Older releases can be found in Changes.old
+ - NOTE: possibly backward incompatible
+ support reading from/writing to perl filehandes that aren't raw
+ files.
+
+ This allows Imager's I/O to honour handles with layers such as
+ gzip, scalar file handles or tied file handles.
+
+ This is backward in-compatible in that previous Imager would simply
+ use fileno() to retrieve the fd for the file and call write(2) etc
+ on it directly.
+ https://rt.cpan.org/Ticket/Display.html?id=78843
+
+ - moved most of README to lib/Imager/Install.pod which should make it
+ more accessible to the "web" generation, also significantly updated
+ and re-worked it.
+
+ - updated README's for the separately distributed modules to refer to
+ Imager::Install, and that they need -dev versions of packages
+ https://rt.cpan.org/Ticket/Display.html?id=81265
+
+ - the JPEG test code now reports the compile-time library version
+
+ - avoid a possible compiler optimization issue on CentOS 5.9 i386 by
+ rearranging (and mildly optimizing) some code.
+ https://rt.cpan.org/Ticket/Display.html?id=83212
+
+ - fix a POD error in Imager::Fill (detected on new Pod-Simple)
+ https://rt.cpan.org/Ticket/Display.html?id=83434
+
+ - fix a broken link to Graphics::Magick
+ https://rt.cpan.org/Ticket/Display.html?id=82743
+
+Imager 0.94 - 15 Dec 2012
+=========================
+
+Variations on some of these changes were included in development
+releases.
+
- improved thread safety
- the internal error stack and log file handle are now in a per-thread
context object