]> git.imager.perl.org - imager.git/blobdiff - T1/Changes
avoid a possible sign-extension for offsets/sizes in SGI
[imager.git] / T1 / Changes
index 92870d8837162d46c27a05c93843d04e63ff1d85..9e32cca1f99ba41c79b96ae2ce2779c7347efcc6 100644 (file)
@@ -1,3 +1,41 @@
+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.)
+
+ - avoid dead code in i_t1_glyph_names(), which is the implementation
+   of glyph_names() for T1.  CID 185322.
+
+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
 ======================