X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/73e3ff553db21593d26f9b0f8042ab30d8fae42c..3ddf4eba1df6ce4481975a6d1c2e685f8aaa82d0:/T1/Changes diff --git a/T1/Changes b/T1/Changes index 91802392..7efa4a73 100644 --- a/T1/Changes +++ b/T1/Changes @@ -1,3 +1,24 @@ +Imager::Font::T1 1.018 +====================== + + - use mutexes to avoid re-entrancy into the thread-unsafe T1Lib + + - improve error handling and reporting + + - provide better control of the level of anti-aliasing + +Imager::Font::T1 1.017 +====================== + + - no longer fallback to using DynaLoader to load the XS code + https://rt.cpan.org/Ticket/Display.html?id=75560 + +Imager::Font::T1 1.016 +====================== + + - update dependency to Imager 0.86 + https://rt.cpan.org/Ticket/Display.html?id=72643 + Imager::Font::T1 1.015 ====================== @@ -10,6 +31,13 @@ Imager::Font::T1 1.015 - Imager::Font->new now produces better error messages for the T1 engine. + - has_chars() now returns perl's true and false values in list + context rather than integers, which should be more efficient. + https://rt.cpan.org/Ticket/Display.html?id=69158 + + - the default text color is no longer transparent. + https://rt.cpan.org/Ticket/Display.html?id=71469 + Imager::Font::T1 1.014 ======================