]> git.imager.perl.org - imager.git/blobdiff - Changes
RT #117878: handle invalid image objects for write_multi()
[imager.git] / Changes
diff --git a/Changes b/Changes
index 30d8fc5f476e849bd03d5d9b285ecb64bebc9be4..f7edd851034c8e3061ddc32d61f38e038d17ccc2 100644 (file)
--- 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)
 ================