updating docs for 2.0.8
diff --git a/ChangeLog b/ChangeLog
index cd283f0..bfdcbd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-02-08  David Turner  <david@freetype.org>
 
+        * 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)
 
diff --git a/README b/README
index 0b3969b..8ab9d73 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@
   systems, especially GNU based operating systems like GNU/Linux.
 
 
-  FreeType 2.0.7
+  FreeType 2.0.8
   ==============
 
   Please   read  the  docs/CHANGES   file,  it   contains  IMPORTANT
@@ -19,8 +19,8 @@
   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.7.tar.bz2
-    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.7.tar.gz
+    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
 
   Enjoy!
diff --git a/docs/CHANGES b/docs/CHANGES
index cb2117d..faec62a 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,3 +1,24 @@
+LATEST CHANGES BETWEEN 2.0.8 and 2.0.7
+
+  I. IMPORTANT BUG FIXES
+  
+    - 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
+      its execution, but caused problems when trying to compile many
+      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..
+
+    - various fixes to the PCF font driver
+    
+
+============================================================================
+
 LATEST CHANGES BETWEEN 2.0.7 and 2.0.6
 
   I. IMPORTANT BUG FIXES