From: Tony Cook Date: Wed, 13 Feb 2019 08:17:33 +0000 (+1100) Subject: add the FT2 encoding symbol change to the main Changes file X-Git-Tag: v1.011~13 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/4321405f78d41875efd0ac4793428d1ba9ab27ee add the FT2 encoding symbol change to the main Changes file --- diff --git a/Changes b/Changes index 0910c86c..c68a1250 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,11 @@ General changes: message. Thanks to Peter Sergeant for reporting this. https://rt.cpan.org/Ticket/Display.html?id=128481 + - use undeprecated encoding symbols for FT2. This should fix the + build on the badly patched CentOS 7 Freetype 2. Thanks to Slaven + Rezic for the report. + https://rt.cpan.org/Ticket/Display.html?id=128142 + Coverity has come back up read-only, a few more changes: - add missing va_end() for bmp.c's write_packed(). CID 185320.