documentation update for 2.0.5
diff --git a/ChangeLog b/ChangeLog
index 4a769a7..dac6690 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  <david@freetype.org>
 
diff --git a/README b/README
index 9601f3c..e778955 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 cbd8f23..2136348 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -30,6 +30,13 @@
   - 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 <freetype/ftsizes.h>)
+    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).