Make incremental interface work with TrueType fonts.
Make compilation with FT_CONFIG_OPTION_PIC work again.
Make freetype-config aware of $SYSROOT.
Really fix compiler warnings.
Improve configure.raw to copy some options from CFLAGS to LDFLAGS.
Ignore invalid `setcurrentpoint' operations in Type 1 fonts.
Fix parsing of /CIDFontVersion.
Trace glyph index in CID module.
Better handling of start of `eexec' section.
Really fix FreeDesktop bug #21197.
Add tracing messages for advance values.
Add basic support for Type1 charstrings in CFF.
Return correct `linearHoriAdvance' value for embedded TT bitmaps too.
Improve code readability.
Improve documentation of the various advance values.
Mention all used licenses.
Fix Savannah bug #27811.
Fix handling of `get' and `put' CFF instructions.
Fix handling of `dup' CFF instruction.
* Version 2.3.11 released.
* docs/CHANGES, docs/release: Updated.
[pcf] Fix a bug in the nprops truncation, Gentoo bug #288357.
* Version 2.3.10 released.
[cache] Fold too long lines.
[cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582.
[cache, psaux, type1] Fix for multi build.
[autofit] Fix for multi build.
[cache] Check the face filled by FTC_Manager_LookupFace().
[raster] Fix 5-levels grayscale output.
Improve configure.raw for cross build.
[BDF] Modify hash API to take size_t value instead of void *.
[Win64] Improve the computation of random seed from stack address.
Replace CR line endings with CRLF in Visual C/CE project files.
[raster] Improvements for stand-alone mode.
Improve vertical metrics calculation (Savannah bug #27364).
Fix custom cmap for empty Type 1 font (Savannah bug #27294).
Document that FT_Get_X11_Font_Format() is a general call.
Fix rendering of horizontally compressed CFFs.
Don't call `ft_fseek' every time when executing `ft_fread'.
sfnt: Cast a charcode to 32-bit in cmap format 14 parser.
sfnt: Cast a charcode to 32-bit in cmap format 12 parser.
psaux: Fix a few casts to FT_Int32 value.
sfnt: Fix a data type mismatching with its source.
sfnt: Extend a few local variables to load 32-bit values.
pfr: Extend `num_aux' to take 32-bit value.
pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.
gxvalid: Extend a few local variables to reduce the casts.
gxvalid: Extend `settingTable' to take 32-bit offset.
autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.
smooth: Exclude 16-bit system in invalid pitch/height check.
cff: Type large constants > 0x7FFF as long for 16-bit systems.
base: Remove an unused variable.
cache: Check higher bits in flags for non ILP32 systems.
sfnt: Ignore invalid GIDs in glyph name lookup.
pcf: Fix a comparison between FT_Long and FT_ULong.
gxvalid: Guarantee `nFeatureFlags' size up to 32-bit.
sfnt: Insert explicit cast for LP64 system.
gxvalid: Guarantee `just' table size upto 32-bit.
gxvalid: Guarantee `trak' table size upto 32-bit.
type1: Fix a data type mismatching with its source.
pfr: Fix a data type mismatching with its source.
pfr: Fix a data type mismatching with its source.
pfr: Fix a data type mismatching with its source.
smooth: Improve the format in debug message.
sfnt: Fix a data type mismatching with its source.
psaux: Fix a data type mismatching with its source.
truetype: Extend TrueType GX packed deltas to FT_Offset.
truetype: Extend mmvar_len to hold size_t values.
truetype: Check invalid function number in IDEF instruction.
truetype: Check invalid function number in FDEF instruction.
truetype: Truncate the deltas of composite glyph at 16-bit values.
truetype: Truncate the instructions upto 16-bit per a glyph.