ref: 7c89d18d9f5b866481d2314cf3a65140fb671982
parent: 1c6af4855af4d1dff52b24b218118b5e4785c05d
author: Werner Lemberg <[email protected]>
date: Sat Feb 9 12:59:12 EST 2002
* README: Fix typo. * docs/CHANGES: Minor fixes.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
+2002-02-09 Werner Lemberg <[email protected]>
+
+ * README: Fix typo.
+ * docs/CHANGES: Minor fixes.
+
+
+ * Version 2.0.8 released.
+ =========================
+
+
2002-02-08 David Turner <[email protected]>
- * 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
--- 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!
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -5,16 +5,15 @@
- 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.
============================================================================