* README: Fix typo. * docs/CHANGES: Minor fixes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
diff --git a/ChangeLog b/ChangeLog
index bfdcbd0..cd1db7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
+2002-02-09 Werner Lemberg <wl@gnu.org>
+
+ * README: Fix typo.
+ * docs/CHANGES: Minor fixes.
+
+
+ * Version 2.0.8 released.
+ =========================
+
+
2002-02-08 David Turner <david@freetype.org>
- * 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 8ab9d73..aed7c49 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 faec62a..70a675c 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.
============================================================================