From fe4f571f998e8c5f94d8fb48a3ba7721e8629adc Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 19 Jun 2013 23:27:47 +0200 Subject: [PATCH] * Version 2.5.0.1 released. =========================== Tag sources with `VER-2-5-0-1'. * include/freetype/config/ftoption.h: Undefine CFF_CONFIG_OPTION_OLD_ENGINE. * devel/ftoption.h: Define CFF_CONFIG_OPTION_OLD_ENGINE. --- ChangeLog | 12 ++++++++++++ devel/ftoption.h | 2 +- include/freetype/config/ftoption.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36ae987dd..5cda57a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-06-19 Werner Lemberg + + * Version 2.5.0.1 released. + =========================== + + + Tag sources with `VER-2-5-0-1'. + + * include/freetype/config/ftoption.h: Undefine + CFF_CONFIG_OPTION_OLD_ENGINE. + * devel/ftoption.h: Define CFF_CONFIG_OPTION_OLD_ENGINE. + 2013-06-19 Werner Lemberg * builds/unix/install.mk (install): Don't create `cache' directory. diff --git a/devel/ftoption.h b/devel/ftoption.h index ccb2321fa..220625df9 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -765,7 +765,7 @@ FT_BEGIN_HEADER /* switch between the two engines using the `hinting-engine' property of */ /* the cff driver module. */ /* */ -/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ +#define CFF_CONFIG_OPTION_OLD_ENGINE /*************************************************************************/ diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index d16278066..0883c69e4 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -765,7 +765,7 @@ FT_BEGIN_HEADER /* switch between the two engines using the `hinting-engine' property of */ /* the cff driver module. */ /* */ -#define CFF_CONFIG_OPTION_OLD_ENGINE +/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ /*************************************************************************/