For 2.0.8
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
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/