1.3b4
diff --git a/README.txt b/README.txt
index 6bde87d..dbdd636 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 1.3b3
-November 13 2001
+FTGL 1.3b4
+December 11 2001
DESCRIPTION:
diff --git a/TODO.txt b/TODO.txt
index d9a75f2..532fca2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
FTGL 1.3b4
-November 13 2001
+December 11 2001
TODO:
- namespace ftgl or gltt?
@@ -34,7 +34,10 @@ BUGS:
stored in Freetype. It is supposed to be in font units but in some
cases it is in 16.16 format. I have implemented a work around but
hopefully the freetype guys will sort this.
- - The initial position of a glyph is different for (outline, polygon)
- & (bitmap, pixmap, texture) See '!' in G.Lanois demo
- FTVectoriser seems to position some points incorrectly. confusing
line point with control point at start or end????
+ - FTExtrdGlyph - Some glyph contours are 'wound' in reverse causing
+ the 'sides' of the extrusions to be culled. First fix only half
+ worked. When calculating the winding using the summed area I need
+ to use the outside contour only. How do I know it's an outside
+ contour? A workaround is to disable face culling.