diff --git a/ChangeLog b/ChangeLog index 4a769a773..dac66908e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ retrieve the Postscript name of a given font. Should work with all formats except pure CFF/CEF fonts (this will be added soon). + * README, docs/CHANGES: updated for 2.0.5 release 2001-10-08 David Turner diff --git a/README b/README index 9601f3c72..e7789554a 100644 --- a/README +++ b/README @@ -1,17 +1,17 @@ - FreeType 2.0.4 + FreeType 2.0.5 ============== - Please read the CHANGES file, it contains IMPORTANT INFORMATION. + Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION. Read the files "INSTALL" or "docs/BUILD" for installation instructions. Note that the FreeType 2 documentation is now available as a separate package from our sites. See: - ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.4.tar.bz2 - ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.4.tar.gz - ftp://ftp.freetype.org/pub/freetype2/ftdoc204.zip + ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.5.tar.bz2 + ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.5.tar.gz + ftp://ftp.freetype.org/pub/freetype2/ftdoc205.zip Enjoy! diff --git a/docs/CHANGES b/docs/CHANGES index cbd8f23da..213634830 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -30,6 +30,13 @@ LATEST CHANGES BETWEEN 2.0.5 and 2.0.4 - Added a new function named "FT_Get_Name_Index" to retrieve the glyph index of a given glyph name, when found in a face. + - Added a new function named "FT_Get_Postscript_Name" to retrieve the + "unique" Postscript font name of a given face + + - Added a new public header size named FT_SIZES_H (or ) + providing new FT_Size-management functions: FT_New_Size, FT_Activate_Size, + FT_Done_Size. + - Fixed a reallocation bug that generated a dangling pointer (and possibly memory leaks) with Postscript fonts (in src/psaux/psobjs.c).