Re: [ft-devel] FreeType version 2.2.1 released

2006-06-09 Thread Behdad Esfahbod
On Mon, 5 Jun 2006, David Turner wrote: Werner LEMBERG a �crit : Testing the patch, I'm getting another crash for a Type1 font: [...] Seems like ft_face-available_sizes is NULL. I don't have time to follow the thread -- is it necessary to do something on the FreeType side (either

Re: [ft-devel] FreeType version 2.2.1 released

2006-06-03 Thread Werner LEMBERG
Testing the patch, I'm getting another crash for a Type1 font: [...] Seems like ft_face-available_sizes is NULL. I don't have time to follow the thread -- is it necessary to do something on the FreeType side (either code or documentation)? Can you provide a patch in case we should fix

Re: [ft-devel] FreeType version 2.2.1 released

2006-06-02 Thread Behdad Esfahbod
On Thu, 18 May 2006, Matthias Clasen wrote: On Wed, 2006-05-17 at 19:40 -0400, James Cloos wrote: Changing line 194 of your patch from: if ( strike_index != 0xU ) to if ( strike_index != 0xU ft_face-available_sizes != NULL) avoids a NULL dereference in

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread David Turner
Hello everyone, here's attached a small patch to libXfont-X11R7.0-1.0.0 that I've just written to let the library compile with 2.2 I still consider the patch experimental, for the following reasons: - first of all, I could only _compile_ and install libXfont with it. I have no idea of how to

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread James Cloos
David == David Turner [EMAIL PROTECTED] writes: David here's attached a small patch to libXfont-X11R7.0-1.0.0 that I've just David written to let the library compile with 2.2 I'm giving it a test now. I should have a report back by the end of the day. -JimC -- James H. Cloos, Jr. [EMAIL

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread James Cloos
I compiled libXfont-1.1.0 with your patch and then xfs-1.0.2 (the X Font Sever) against that. Both are also against freetype-2.2.1. I did these via the gentoo ebuilds (hacking the libXfont ebuild to add your patch), so I'll have to recompile to get better debugging, but running the xfs under

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-16 Thread Matthias Clasen
We looked at updating freetype to 2.2.1 in Fedora recently, but discovered that libXfont still depends on the internal freetype headers (in the X 7.1 release candidate). So I wondered if anybody has a libXfont patch. There is none on the list of rogue clients... Matthias

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-16 Thread mpsuzuki
Hi, On Tue, 16 May 2006 13:19:33 -0400 Matthias Clasen [EMAIL PROTECTED] wrote: We looked at updating freetype to 2.2.1 in Fedora recently, but discovered that libXfont still depends on the internal freetype headers (in the X 7.1 release candidate). So I wondered if anybody has a libXfont

[ft-devel] FreeType version 2.2.1 released

2006-05-12 Thread Werner LEMBERG
FreeType 2.2.1 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/project/showfiles.php?group_id=3157 The latter site also holds older versions of the FreeType library. See below for the relevant snippet from the CHANGES