diff --git a/doc/src/data.xml b/doc/src/data.xml index 94812601..c12fc587 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -176,6 +176,31 @@ + + + GLM 0.9.3.4 fixes quite few issues with GCC. + + + + Fixed incompatibility generated with GCC + Fixed C++11 compiler option for GCC + Removed MS language extension option for GCC + Fixed bitfieldExtract for vector types + Fixed warnings + Fixed SSE includes + + + + If you encounter bugs, don't hesitate to report them. + + + GLM 0.9.3.4 (zip) + GLM 0.9.3.4 (7z) + Submit a bug report + GLM 0.9.3 Manual + GLM 0.9.3 API + + Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported. diff --git a/readme.txt b/readme.txt index f186d8aa..c65e7a5a 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm-0.9.3.pdf ================================================================================ -GLM 0.9.3.4: 2012-06-28 +GLM 0.9.3.4: 2012-06-30 -------------------------------------------------------------------------------- - Added SSE4 and AVX2 detection. - Removed VIRTREV_xstream and the incompatibility generated with GCC