diff --git a/doc/download.html b/doc/download.html index 2894a32c..4afb9ede 100644 --- a/doc/download.html +++ b/doc/download.html @@ -16,7 +16,6 @@ GLM 0.9.3.B (4.3 MB)
_________________

GLM - zip files
12/12/2011: GLM 0.9.3.B (4.3 MB) -
12/12/2011: GLM 0.9.2.8 (3.4 MB)
11/11/2011: GLM 0.9.3.A (4.3 MB)
24/10/2011: GLM 0.9.2.7 (3.4 MB)
01/10/2011: GLM 0.9.2.6 (3.4 MB) @@ -84,7 +83,6 @@
05/05/2005: GLM 0.2.0.0 (194 KB)
02/21/2005: GLM 0.1.0.0 (29.2 KB)
_________________

GLM - 7z files
12/12/2011: GLM 0.9.3.B (2.8 MB) -
12/12/2011: GLM 0.9.2.8 (2.1 MB)
11/11/2011: GLM 0.9.3.A (2.8 MB)
24/10/2011: GLM 0.9.2.7 (2.1 MB)
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

- GLM 0.9.3 beta fixes various bugs and add support for Chrome Native Client

Download: GLM 0.9.3.B (zip)
Download: GLM 0.9.3.B (7z)
Link: Submit a bug report
Link: GLM 0.9.3 Manual
Link: GLM 0.9.3 API

12/12/2011 - GLM 0.9.2.8 released

- This updated fixes bugs on the modf, step and outerProduct functions. -

Download: GLM 0.9.2.8 (zip)
Download: GLM 0.9.2.8 (7z)
Link: Submit a bug report
Link: GLM 0.9.2 Manual
Link: GLM 0.9.2 API

11/11/2011 - GLM 0.9.3 alpha released

+ GLM 0.9.3 beta fixes various bugs and add support for Chrome Native Client

Download: GLM 0.9.3.B (zip)
Download: GLM 0.9.3.B (7z)
Link: Submit a bug report
Link: GLM 0.9.3 Manual
Link: GLM 0.9.3 API

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 @@
    - @@ -74,7 +73,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