Commit 2f0741f8171a48c373672206b94591ce0764772a

henry 2004-04-09T05:09:23

For 2.0.8

diff --git a/HISTORY.txt b/HISTORY.txt
index 5dd4d41..40af198 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,4 +1,13 @@
-FTGL 2.07
+FTGL 2.08
+    - Fixes for deprecated identifiers in 2.1.5
+    - Changed the internals to use FTGlyphSlot instead of FTGlyph
+    - Added a unit test for FTBitmapGlyph, FTCharToGlyphIndexMap.
+    - Fixed a memory leak in FTGlyphContainer.
+    - Added the ability to get the list of charmaps in the font.
+    - Changed FTGLTextureFont to use FTVector for texture id list.
+
+31 August 2003
+    2.07 (FTGL_2_0_7)
     - Minor fix for unix build scripts.
     - Minor fix for unit tests.
     
@@ -8,9 +17,9 @@ FTGL 2.07
 
 25 August 2003
     2.05 (FTGL_2_0_5)
- 	- Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs
- 	  sequentially rather than by glyph index. This should save a heap of
- 	  memory and a bit of time at startup.
+    - Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs
+      sequentially rather than by glyph index. This should save a heap of
+      memory and a bit of time at startup.
     - Changed the Mac font paths in the demos.
     - Changed the unit tests for new hinter in Freetype 2.1.4.
     - Added a test for broken contour tags.
diff --git a/README.txt b/README.txt
index 1e03d5b..3d44994 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 2.04
-12 April 2003
+FTGL 2.07
+31 August 2003
 
 DESCRIPTION:
 
@@ -46,6 +46,6 @@ Autoconf Marcelo E. Magallon.
 Please contact me if you have any suggestions, feature requests, or problems.
 
 Henry Maddocks
-henryj@paradise.net.nz
+ftgl@opengl.geek.nz
 http://homepages.paradise.net.nz/henryj/