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.
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.