Updated for 2.02
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
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.