diff --git a/ChangeLog b/ChangeLog index bfdcbd054..cd1db7bc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,19 @@ +2002-02-09 Werner Lemberg + + * README: Fix typo. + * docs/CHANGES: Minor fixes. + + + * Version 2.0.8 released. + ========================= + + 2002-02-08 David Turner - * docs/CHANGES: updating for 2.0.8 + * docs/CHANGES: Updating for 2.0.8. - * include/freetype/freetype.h: setting PATCH_LEVEL to 8 and - removing FT_Get_Next_Char from the API (temporarily) + * include/freetype/freetype.h: Setting `PATCH_LEVEL' to 8 and + removing `FT_Get_Next_Char' from the API (temporarily). * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char; note that this function might temporarily be removed for the 2.0.8 diff --git a/README b/README index 8ab9d7315..aed7c4998 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.8.tar.bz2 ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.8.tar.gz - ftp://ftp.freetype.org/pub/freetype2/ftdoc207.zip + ftp://ftp.freetype.org/pub/freetype2/ftdoc208.zip Enjoy! diff --git a/docs/CHANGES b/docs/CHANGES index faec62aa2..70a675c5e 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -5,16 +5,15 @@ LATEST CHANGES BETWEEN 2.0.8 and 2.0.7 - There was a small but nasty bug in "freetype-config.in" which caused the "freetype-config" script to fail on Unix. - this doesn't prevented the installation of the library or even + This doesn't prevented the installation of the library or even its execution, but caused problems when trying to compile many - Unix packages that depend on it.. !!! - + Unix packages that depend on it. - - some TrueType or OpenType fonts embedded in PDF documents do - not have a 'cmap', 'post' and 'name' as is required by the - specification, FreeType no longer refuses to load such fonts.. + - Some TrueType or OpenType fonts embedded in PDF documents do + not have a 'cmap', 'post' and 'name' table as is required by the + specification. FreeType no longer refuses to load such fonts. - - various fixes to the PCF font driver + - Various fixes to the PCF font driver. ============================================================================