[cff]: Improve debugging output.
ftgrays: Speed up rendering of small cubic splines.
Oops, revert unwanted previous commit for ftgrays.c.
Fix various memory problems found by linuxtesting.org.
autofit: Remove dead code.
Fix Savannah bug #27987.
TrueType: Make FreeType ignore maxSizeOfInstructions in `maxp'.
Apply patch #7196.
* docs/formats.txt: Give pointer to PCF documentation.
Fix Savannah bug #29846.
Fix Savannah bug #29444.
Fix Savannah bug #27999.
Add overflow check to `fvar' table.
Fix Savannah bug #29335.
Add new function `FT_Library_SetLcdFilterWeights'.
Fix Savannah bug #29404.
Fix a typo in include/freetype/ftsystem.h.
Fix `multi build' for Tytgat's CFF driver improvement.
Remove duplicated inclusion of `FT_OUTLINE_H' in ftobjs.c.
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.