summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDominik Röttsches <drott@chromium.org>2020-02-25 11:08:11 +0200
committerWerner Lemberg <wl@gnu.org>2020-02-25 11:02:28 +0100
commit5b1a37af563349172230842fcfdb59b5f22afcd0 (patch)
tree0debf6dbeaa09f6a28b4e560a89443ebe89380e8 /ChangeLog
parentfa147af4a5255bf9017c9b004f7abd1d5e72f497 (diff)
downloadfreetype2-5b1a37af563349172230842fcfdb59b5f22afcd0.tar.gz
Fix for CFF space glyph regression (#57541).
* src/psaux/psft.c (cf2_decoder_parse_substrings): Replace early-out with FT_OFFSET.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad34231ad..a0d747c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-02-25 Dominik Röttsches <drott@chromium.org>
+
+ Fix for CFF space glyph regression (#57541).
+
+ * src/psaux/psft.c (cf2_decoder_parse_substrings): Replace early-out
+ with FT_OFFSET.
+
2020-02-22 Werner Lemberg <wl@gnu.org>
[woff2] Fix font table access.