summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-01-11 15:09:01 +0000
committerDavid Turner <david@freetype.org>2007-01-11 15:09:01 +0000
commit7a3c564e2e8d7d63bb284b29185a1f43f5f1d971 (patch)
treea5dcc97a77f927ea8e2c8fc24e2f62a77ef8da30 /ChangeLog
parent038ace28ad6b12e5ca850908cd551986956d8eb2 (diff)
* src/base/ftobjs.c (IsMacResource): fixed a small bug that caused a
crash with some Mac OS X .dfont files. Submitted by Masatake Yamoto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec7b9bb..ca6731de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-01-11 David Turner <david@freetype.org>
+ * src/base/ftobjs.c (IsMacResource): fixed a small bug that caused a
+ crash with some Mac OS X .dfont files. Submitted by Masatake Yamoto.
+
* autogen.sh: small fix to get it working on Mac OS X properly,
the issue is that GNU libtool is called "glibtool" on this platform,
and we must call "glibtoolize", since "libtoolize" doesn't exist