* Version 2.4.8 released.
Add FT_Get_PS_Font_Value() API.
[cid] Various loading fixes.
* README: We use copyright ranges also.
[raccess] Supplement for previous fix.
[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.
[truetype] Fix MD instruction for twilight zone.
* Version 2.4.7 released.
Fix handling of transformations if no renderer is present.
Fix conditions for autohinting.
[gxvalid] Fix a bug to detect too large offset in morx table.
Handle some border cases.
[psnames] Handle zapfdingbats.
[cff] Dump SIDs while tracing.
Remove unused FT_ALIGNMENT macro.
[smooth] Slightly optimize conic and cubic flatterners.
Slightly improve LZW_CLEAR handling.
Add explicit LZW decompression stack size limit.
Protect against loops in the prefix table.
Better tracing of metrics.
Better tracing of metrics.
[cff] Better tracing of the parsing process.
[cff] Formatting, minor code clean-ups.
Fix Savannah bug #33992.
[truetype] Fix degenerate case in S{P,F,DP}VTL opcodes.
[truetype] Remove incorrect comments.
[truetype] Fix some comments in the bytecode interpreter.
* Version 2.4.6 released.
[cff] Add some more tracing infos.
[psaux, type1] Fix null pointer dereferences.
Add FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT.
* src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo.
[truetype] Fix metrics on size request for scalable fonts.
[psaux] Fix potential sign extension problems.
* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
Sort case in switch statement numerically.
[psaux] Optimize previous commit.
[psaux] Add better argument check for `callothersubr'.
[sfnt] Try harder to find non-zero values for ascender and descender.
Fix Savannah bug #33246.
[ftstroke] Major revision.
* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
Improve documentation of FT_Get_Glyph_Name.
* Version 2.4.5 released.
Minor documentation fixes.
Merge branch 'master' of git.sv.gnu.org:/srv/git/freetype/freetype2
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix change
[gxvalid] make the `prop' validation tracing verbose.
[autogen.sh] Reflect environment variable LIBTOOLIZE.
Update license documentation.
Fix wrong indents in src/cache/ftcmru.c.
Fix g++4.6 compiler warnings in module drivers.
Fix misleading comment, s/buffer allocator/FT_NEW() families/g
[base] Fix g++4.6 compiler warnings in src/base/*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvtrak.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvmorx*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvmort*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvkern.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvjust.c.
[gxvalid] Preparation to fix gcc4.6 compiler warnings.
[autofit] Remove unused structure member.
Merge branch 'master' of git.sv.gnu.org:/srv/git/freetype/freetype2
Fix gcc 4.6 compiler warnings.
[mac] Conditionalize the inclusion of "AvailabilityMacros.h".
[autofit] Improve tracing of hinting process.
Reduce warnings for MS Visual Studio 2010.
Documentation fix.
Automake component `builds/unix/install-sh' is removed.
[autofit] Make trace message for CJK bluezone more verbose.
Formatting, minor doc improvements.
[autofit] Add bluezones for CJK Ideographs.
[autofit] Remove unused struct member.
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Simplify.
[autofit] Fix and add comments.
[autofit] Add more debugging functions.
Add new option `--disable-mmap' to configure script.
[truetype] Recalculate the sfnt table checksum always.
[truetype] Register a set of tricky fonts, NEC FA family.
Remove unrequired `else' from ttobjs.c::tt_get_sfnt_checksum().
[truetype] Fix a bug in the sfnt table checksum getter.