Getting GLM 0.9.3.4 release

This commit is contained in:
Christophe Riccio 2012-06-30 14:05:52 +01:00
parent ac8ec9b97c
commit 5506d67789
2 changed files with 26 additions and 1 deletions

View File

@ -176,6 +176,31 @@
</todo>
<page_news>
<news index="0080" date="30/06/2012" title="GLM 0.9.3.4 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
<paragraph>
GLM 0.9.3.4 fixes quite few issues with GCC.
</paragraph>
<list name="Changelog:">
<list-element>Fixed incompatibility generated with GCC</list-element>
<list-element>Fixed C++11 compiler option for GCC</list-element>
<list-element>Removed MS language extension option for GCC</list-element>
<list-element>Fixed bitfieldExtract for vector types</list-element>
<list-element>Fixed warnings</list-element>
<list-element>Fixed SSE includes</list-element>
</list>
<paragraph>
<link href="https://github.com/Groovounet/glm/issues">If you encounter bugs, don't hesitate to report them.</link>
</paragraph>
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.zip/download">GLM 0.9.3.4 (zip)</source>
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.7z/download">GLM 0.9.3.4 (7z)</source>
<source type="Link" href="https://github.com/Groovounet/glm/issues">Submit a bug report</source>
<source type="Link" href="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</source>
<source type="Link" href="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</source>
</news>
<news index="0079" date="10/05/2012" title="GLM 0.9.3.3 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
<paragraph>
Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported.

View File

@ -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