]> git.imager.perl.org - imager.git/blobdiff - T1/Changes
remove an unneeded check when terminating the stream for JPEG writing.
[imager.git] / T1 / Changes
index 23c7f6d343d8cf1421bc5cdb77d209fdf61c24c3..252f3fadfa6a23a540c608498f0fe8c911f3ccaf 100644 (file)
@@ -1,3 +1,68 @@
+Imager::Font::T1 1.026
+======================
+
+Coverity detected issue:
+
+ - adjust a pointer parameter from an array-style declaration with 6
+   elements to pointer style (since it hasn't been 6 for years.)
+
+Imager::Font::T1 1.024
+======================
+
+ - update the bundled/modified Devel::CheckLib to handle the gcc-4
+   symlink on Cygwin
+
+Imager::Font::T1 1.023
+======================
+
+ - if the first text drawn with Imager::Font::T1 is not anti-aliased,
+   text drawn would be nonsense.  This would also read beyond the end
+   of a malloced buffer.
+
+Imager::Font::T1 1.022
+======================
+
+ - depend on Imager 0.95.
+
+Imager::Font::T1 1.021
+======================
+
+Released as part of Imager 0.94_02.
+
+ - enable the debug log for t/t90std.t
+
+ - add typemap to the manifest, this caused build failures in 1.020.
+
+Imager::Font::T1 1.020
+======================
+
+ - add the 1.019 changes list
+
+ - update README
+
+Imager::Font::T1 1.019
+======================
+
+ - slightly improve control over anti-aliasing, this is now recorded
+   per thread
+
+ - use a mutex to avoid re-entering t1lib, which isn't thread safe.
+
+ - avoid a paralled testing race condition.
+
+Imager::Font::T1 1.018
+======================
+
+ - match Imager::Font;:T1's error message translations to those from
+   later versions of T1Lib.
+
+ - 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::Font::T1 1.017
 ======================