]> git.imager.perl.org - imager.git/blobdiff - TIFF/Changes
Imager is moving to github
[imager.git] / TIFF / Changes
index 37a8707436e8fc25f6b41908da8a414cb1053cd7..29437af89c2827daf019730dfe6ad0b05d2a5f4d 100644 (file)
@@ -1,3 +1,67 @@
+Imager-File-TIFF 0.91
+=====================
+
+ - Imager has moved to github.
+
+Imager-File-TIFF 0.90
+=====================
+
+ - skipped this version somehow
+
+Imager-File-TIFF 0.89
+=====================
+
+ - update the bundled/modified Devel::CheckLib to handle the gcc-4
+   symlink on Cygwin
+
+Imager-File-TIFF 0.88
+=====================
+
+ - handle SampleFormat = 2 by translating the signed integer values to
+   unsigned by flipping their sign bits.
+
+   Handle SampleFormat = 3 where possible.
+
+   SampleFormat is ignored for paletted images.
+
+   Mixed SampleFormat are be handled incorrectly, since libtiff
+   returns only the first SampleFormat value, and an image with both
+   an alpha channel and SampleFormat = 2 for color channels probably
+   has a different SampleFormat for the alpha channel.
+
+   https://rt.cpan.org/Ticket/Display.html?id=74540
+
+ - eliminate some warnings produced by GCC 4.7.2:
+
+    - a set but otherwise unused variable,
+
+    - an incompletely bracketed array of structures initialization, and
+
+    - a format string error (with no security implications)
+
+Imager-File-TIFF 0.87
+=====================
+
+ - fix some mismatched format strings/types
+
+Imager-File-TIFF 0.86
+=====================
+
+ - update README
+
+Imager-File-TIFF 0.85
+=====================
+
+ - for libtiff versions that support extended warning handlers (3.8.0
+   or later), use them to avoid some global variables.
+
+ - clean up .dSYM directories generated performing probes on OS X
+   Mountain Lion.
+
+ - pass the --verbose command-line option through to Imager::Probe in
+   Makefile.PL
+   https://rt.cpan.org/Ticket/Display.html?id=75878
+
 Imager-File-TIFF 0.83
 =====================