* 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.
This commit is contained in:
parent
609f0ca04f
commit
fe4f571f99
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2013-06-19 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* 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 <wl@gnu.org>
|
2013-06-19 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
* builds/unix/install.mk (install): Don't create `cache' directory.
|
* builds/unix/install.mk (install): Don't create `cache' directory.
|
||||||
|
|
|
@ -765,7 +765,7 @@ FT_BEGIN_HEADER
|
||||||
/* switch between the two engines using the `hinting-engine' property of */
|
/* switch between the two engines using the `hinting-engine' property of */
|
||||||
/* the cff driver module. */
|
/* the cff driver module. */
|
||||||
/* */
|
/* */
|
||||||
/* #define CFF_CONFIG_OPTION_OLD_ENGINE */
|
#define CFF_CONFIG_OPTION_OLD_ENGINE
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
|
@ -765,7 +765,7 @@ FT_BEGIN_HEADER
|
||||||
/* switch between the two engines using the `hinting-engine' property of */
|
/* switch between the two engines using the `hinting-engine' property of */
|
||||||
/* the cff driver module. */
|
/* the cff driver module. */
|
||||||
/* */
|
/* */
|
||||||
#define CFF_CONFIG_OPTION_OLD_ENGINE
|
/* #define CFF_CONFIG_OPTION_OLD_ENGINE */
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue