diff --git a/doc/src/data.xml b/doc/src/data.xml index f44f8a6a..ebd8a45d 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -3,6 +3,8 @@
+ + @@ -56,6 +58,8 @@
+ + @@ -1570,9 +1574,17 @@ UPDATED: SF.net mirrors are available again. - GLM 0.9.1.A (zip, 3.0 MB) - GLM 0.9.1.A (7z, 2.0 MB) - GLM Manual + + + + + + GLM 0.9.1.B (zip,) + GLM 0.9.1.B (7z) + GLM 0.9.1 manual + GLM 0.9.0.8 (zip,) + GLM 0.9.0.8 (7z) + GLM 0.9.0 manual Submit a bug report @@ -2858,8 +2870,13 @@ +<<<<<<< HEAD +======= + + +>>>>>>> 0.9.0 diff --git a/readme.txt b/readme.txt index f5819bc4..0dfba3ab 100644 --- a/readme.txt +++ b/readme.txt @@ -13,6 +13,18 @@ GLM is a header only library, there is nothing to build, just include it. More informations in GLM manual: http://glm.g-truc.net/glm-manual.pdf +================================================================================ +GLM 0.9.1.B: 2010-02-13 +-------------------------------------------------------------------------------- +- Updated API documentation +- Improved SIMD implementation + +================================================================================ +GLM 0.9.0.8: 2011-02-13 +-------------------------------------------------------------------------------- +- Added quaternion product operator. +- Clarify that GLM is a header only library. + ================================================================================ GLM 0.9.1.A: 2010-01-31 --------------------------------------------------------------------------------