Fix Savannah bug #27442.
Improve CFF string (especially glyphname) lookup performance.
Improve handling of invalid glyph indices in char->index functions.
Fix Savannah bug #28905.
* Version 2.3.12 released.
Add some files to Windows project files.
Improve autotool version checking to work with beta releases.
Fix overallocating bug in FT_Outline_New_Internal().
Really fix Savannah bug #28678 (part 2).
Really fix Savannah bug #28678 (part 1).
* devel/ftoption.h [FT_CONFIG_OPTION_PIC]: Define.
Minor documentation improvement.
Prevent NULL pointer dereference passed to FT_Module_Requester.
[sfnt] Fix memory leaks in previous patch.
New parameters for FT_Open_Face() to ignore preferred family names.
Fix Savannah bug #28678.
Improve FT_BBox documentation.
Improve documentation of FT_BBox.
Make FT_Set_Transform work if no renderer is available.
Fix compilation instructions without our build system.
Provide inline assembly code for RVCT compiler.
Fix Savannah bug #28521.
Apply reports from clang static analyzer.
Improve the comment describing the FT_CONFIG_OPTION_INCREMENTAL option.
Enable the incremental font interface by default.
Make Type 1 `seac' operator work with incremental interface.
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.