X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/d47f1478992290997f0b23792fe4265585857656..9d2648493177027a5c97aa5ae7ef64bec3dceab5:/Changes diff --git a/Changes b/Changes index 30d8fc5f..f7edd851 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ Imager release history. Older releases can be found in Changes.old +Imager 1.005 - 16 Apr 2016 +============ + +It's now been ten years since I switched to the new Changes file in +release 0.55. + + - revert the ivdformat probes, they don't work as is and trying to + fix them is too much work for now. + +Imager 1.004_004 - 15 Apr 2016 +================ + + - test that the ivdformat from Config is correct and look for a valid + one if it isn't. + For the strange Win32 failures. + + - fix a copy and paste error in pod in samples/samp-form.cgi + +Imager 1.004_003 - 23 Mar 2016 +================ + + - add some extra error reporting to the I/O layers tests, this might + help catch a failure seen on Win32. + http://cpantesters.org/cpan/report/99781689-6bf5-1014-897a-75cb4eee1325 + +Imager 1.004_002 - 20 Mar 2016 +================ + + - don't use the seek() method on opened() handles in + t/200-file/400-basic.t. In older versions of perl such handles are + only IO::Handle objects, not IO::File, and don't have a seek() + method. + Imager 1.004_001 - 16 Mar 2016 (Birthday release - but not my birthday) ================