summaryrefslogtreecommitdiff
path: root/docs/CHANGES
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-06-09 20:49:29 +0000
committerWerner Lemberg <wl@gnu.org>2008-06-09 20:49:29 +0000
commit7cb9ec0f1c9b3ce3c92c840cdc9a18a576993bc3 (patch)
treedac22cb24e7da9f67257f38548b1763aca526cdd /docs/CHANGES
parentd77e72295e2f0494bd993c4f59b642c6bd5c3192 (diff)
downloadfreetype2-7cb9ec0f1c9b3ce3c92c840cdc9a18a576993bc3.tar.gz
* src/type1/t1parse.h (T1_ParserRec): Make `base_len' and
`private_len' unsigned. * src/type1/t1parse.c (read_pfb_tag): Make `asize' unsigned and read it as such. (T1_New_Parser, T1_Get_Private_Dict): Make `size' unsigned. * src/base/ftstream.c (FT_Stream_Skip): Reject negative values. * src/type1/t1load.c (parse_blend_design_positions): Check `n_axis' for sane value. Fix typo. * src/psaux/psobjs.c (ps_table_add): Check `idx' correctly. * src/truetype/ttinterp (Ins_SHC): Use BOUNDS() to check `last_point'. * src/sfnt/ttload.c (tt_face_load_max_profile): Limit `maxTwilightPoints'.
Diffstat (limited to 'docs/CHANGES')
-rw-r--r--docs/CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 9fe53a7c7..f163b4374 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -10,6 +10,8 @@ CHANGES BETWEEN 2.3.6 and 2.3.5
it's always possible to manually select an Apple Unicode cmap if
desired.
+ - Many bug fixes to the TrueType bytecode interpreter.
+
- Improved Mac support.
- Subsetted CID-keyed CFFs are now supported correctly.