From d2d5968aed5bc264c885c54d0a50e5355808ab78 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Sep 2016 09:04:32 +0200 Subject: * Version 2.7 released. ======================= Tag sources with `VER-2-7'. * docs/VERSION.TXT: Add entry for version 2.7. * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, builds/windows/vc2005/index.html, builds/windows/vc2008/freetype.vcproj, builds/windows/vc2008/index.html, builds/windows/vc2010/freetype.vcxproj, builds/windows/vc2010/index.html, builds/windows/visualc/freetype.dsp, builds/windows/visualc/freetype.vcproj, builds/windows/visualc/index.html, builds/windows/visualce/freetype.dsp, builds/windows/visualce/freetype.vcproj, builds/windows/visualce/index.html, builds/wince/vc2005-ce/freetype.vcproj, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/freetype.vcproj, builds/wince/vc2008-ce/index.html: s/2.6.5/2.7/, s/265/27/. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 7. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.raw (version_info): Set to 18:6:12. * CMakeLists.txt (VERSION_MINOR): Set to 7. (VERSION_PATCH): Set to 0. * docs/CHANGES: Updated. --- docs/CHANGES | 9 ++++++++- docs/VERSIONS.TXT | 1 + docs/freetype-config.1 | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/CHANGES b/docs/CHANGES index 089dd9028..49590f866 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -51,7 +51,14 @@ CHANGES BETWEEN 2.6.5 and 2.7 - Handling of raw CID fonts was broken (bug introduced in version 2.6.4). - - The smooth rasterizer has been streamlined to make it faster. + - The smooth rasterizer has been streamlined to make it faster by + approx. 20%. + + - The `ftgrid' demo program now understands command line option + `-d' to give start-up design coordinates. + + - The `ftdump' demo program has a new command line option `-p' to + dump TrueType bytecode instructions. ====================================================================== diff --git a/docs/VERSIONS.TXT b/docs/VERSIONS.TXT index c5a57e7ac..a1eb0be2b 100644 --- a/docs/VERSIONS.TXT +++ b/docs/VERSIONS.TXT @@ -52,6 +52,7 @@ on _most_ systems, but not all of them: release libtool so ------------------------------- + 2.7.0 18.6.12 6.12.6 2.6.5 18.5.12 6.12.5 2.6.4 18.4.12 6.12.4 2.6.3 18.3.12 6.12.3 diff --git a/docs/freetype-config.1 b/docs/freetype-config.1 index 63e5aed3c..02b80db1a 100644 --- a/docs/freetype-config.1 +++ b/docs/freetype-config.1 @@ -1,4 +1,4 @@ -.TH FREETYPE-CONFIG 1 "July 2016" "FreeType 2.6.5" +.TH FREETYPE-CONFIG 1 "September 2016" "FreeType 2.7" . . .SH NAME -- cgit v1.2.1