SHA256
1
0
forked from pool/freetype2
OBS User unknown
2008-08-21 16:08:44 +00:00
committed by Git OBS Bridge
parent 874567c334
commit 2714617701
5 changed files with 65 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 18 16:38:09 CEST 2008 - mfabian@suse.de
- fix uninitialized pointer "FT_STREAM stream" in function
FT_Open_Face() which made fontforge crash while trying to apply
a workaround to the sazanami-fonts because fontforge called
FT_Open_Face() with 0 for the FT_Library argument and
then freetype crashed in FT_Stream_Free().
-------------------------------------------------------------------
Wed Jul 23 12:20:30 CEST 2008 - mfabian@suse.de