Commit cc356f04083df30f10c4771fffbf19574bbd734b

henry 2003-04-04T02:09:07

Updated for 2.02

diff --git a/HISTORY.txt b/HISTORY.txt
index 4d8d577..e229a09 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,4 +1,7 @@
-FTGL 2.01 (FTGL_2_0_1)
+FTGL 2.02 (FTGL_2_0_2)
+3 April 2003
+    - Fixed memory leaks
+
 14 March 2003
     - Minor changes to autoconf to detect glu
     
diff --git a/README.txt b/README.txt
index 042398f..39218d0 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 2.01
-14 March 2003
+FTGL 2.02
+3 April 2003
 
 
 DESCRIPTION:
@@ -38,10 +38,12 @@ Bezier curve code contributed by Jed Soane.
 Demo, Linux port, extrusion code and gltt maintainance by Gerard Lanois
 Linux port by Matthias Kretz
 Windows port by Andrew Ellerton & Max Rheiner
-Bug fixes by Robert Osfield, Marcelo E. Magallon, Markku Rontu, Mark A. Fox
+Bug fixes by Robert Osfield, Marcelo E. Magallon, Markku Rontu, Mark A. Fox,
+Patrick Rogers
 Containers and optimisations by Sebastien Barre
 Autoconf Marcelo E. Magallon.
 
+
 Please contact me if you have any suggestions, feature requests, or problems.
 
 Henry Maddocks
diff --git a/TODO.txt b/TODO.txt
index 1792cb0..4daf309 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
-FTGL 2.01
-14 March 2003
+FTGL 2.02
+3 April 2003
 
 TODO:
     
@@ -36,9 +36,5 @@ BUGS:
       glGet call to check the current texture id can't be used in a display
       list. It is only a valid call when the list is compiled and is ignore after
       that.
-    - Advance/Kerning is screwed up for really small point sizes eg 2 point.
-      This is because I'm trying to use FT_Vector which is integer based.
-      I will probably have to make my own struct with floats.
-      This might be fixed in 2.0
     - The texture co-ords in the Texture Font may be wrong for non
       scalable fonts.
diff --git a/test/font_pack/README.txt b/test/font_pack/README.txt
index 3ccdee7..ad8a8b3 100644
--- a/test/font_pack/README.txt
+++ b/test/font_pack/README.txt
@@ -1,4 +1,4 @@
-FTGL Version 2.0
+FTGL Version 2.02
 
 Unit Tests
 
@@ -6,16 +6,11 @@ To run the unit tests the following fonts should be sourced and placed in this
 directory.
 
 raghu.ttf is available from http://rohini.ncst.ernet.in/indix/download/font/
-
 HPGCalc.pfb & HPGCalc.afm are available from
 http://www.geocities.com/jking_ok/font.html
-
 LucidaSansRegular.ttf and Thoburi.ttf are part of the Java 2 SDK from IBM
-
 times.ttf and arial.ttf are windows system fonts.
 
-
-
 Please contact me if you have any suggestions, feature requests, or problems.