summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2016-07-09 13:36:27 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2016-07-09 13:45:50 +0900
commit83c877f11c6cbd99cb203447d248748ad45624c3 (patch)
tree62ca4d3fee760b2529bfd951b94d37ff4dd7be10 /ChangeLog
parent971f10b63a6685b7c40737cb5629e0a853ae3b17 (diff)
downloadfreetype2-83c877f11c6cbd99cb203447d248748ad45624c3.tar.gz
[mac] Fix ftexport.sym target in Jamfile.
* Jamfile: Update the directories of the header files scanned for ftexport.sym. They were incorrect since the migration of the header files, on 2015-06-22. Either inexisting include/cache (removed on 2006-03-20) is not needed to be listed explicitly. Now ftmac.h is scanned only in the case of Mac OS & Mac OS X.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 199ed91db..9a834c54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-07-09 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+
+ [mac] Fix ftexport.sym target in Jamfile.
+
+ * Jamfile: Update the directories of the header files scanned for
+ ftexport.sym. They were incorrect since the migration of the
+ header files, on 2015-06-22. Either inexisting include/cache
+ (removed on 2006-03-20) is not needed to be listed explicitly.
+ Now ftmac.h is scanned only in the case of Mac OS & Mac OS X.
+
2016-07-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Sub-banding protocol revision.