01/10/2011:
GLM 0.9.2.6 (2.1 MB)
diff --git a/doc/index.html b/doc/index.html
index c0afce4e..32c06d50 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -35,9 +35,7 @@
Thanks for contributing to the project by
submitting tickets for bug reports and feature requests. (SF.net account required).
Any feedback is welcome at glm@g-truc.net.
12/12/2011 - GLM 0.9.3 beta released 12/12/2011 - GLM 0.9.2.8 released 11/11/2011 - GLM 0.9.3 alpha released 11/11/2011 - GLM 0.9.3 alpha released
GLM 0.9.3 is making progress which is illustrated by the release of this first alpha.
Changelog:
Improved doxygen documentation
diff --git a/doc/src/data.xml b/doc/src/data.xml
index 45f88d14..2672067d 100644
--- a/doc/src/data.xml
+++ b/doc/src/data.xml
@@ -4,7 +4,6 @@
-
@@ -170,7 +168,7 @@
-
+
GLM 0.9.3 beta fixes various bugs and add support for Chrome Native Client
@@ -181,18 +179,6 @@
GLM 0.9.3 Manual
GLM 0.9.3 API
-
-
-
- This updated fixes bugs on the modf, step and outerProduct functions.
-
-
- GLM 0.9.2.8 (zip)
- GLM 0.9.2.8 (7z)
- Submit a bug report
- GLM 0.9.2 Manual
- GLM 0.9.2 API
-
diff --git a/readme.txt b/readme.txt
index bb7344e0..a45f18c9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -37,17 +37,13 @@ More informations in GLM manual:
http://glm.g-truc.net/glm-0.9.3.pdf
================================================================================
-GLM 0.9.3.B: 2011-12-13
+GLM 0.9.3.B: 2011-12-12
--------------------------------------------------------------------------------
- Added support for Chrone Native Client
- Added epsilon constant
- Removed value_size function from vector types
- Fixed roundEven on GCC
- Improved API documentation
-
-================================================================================
-GLM 0.9.2.8: 2011-12-12
---------------------------------------------------------------------------------
- Fixed modf implementation
- Fixed step function accuracy
- Fixed outerProduct