]> git.imager.perl.org - imager.git/commitdiff
add the FT2 encoding symbol change to the main Changes file
authorTony Cook <tony@develop-help.com>
Wed, 13 Feb 2019 08:17:33 +0000 (19:17 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 13 Feb 2019 08:17:33 +0000 (19:17 +1100)
Changes

diff --git a/Changes b/Changes
index 0910c86c0521632f560825cba7c76c370d5969ae..c68a12501c3cc6e2092b8ba134db89a839b4fc72 100644 (file)
--- 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.