Getting ready GLM 0.9.1.1 release

This commit is contained in:
Christophe Riccio 2011-03-17 20:58:53 +00:00
parent d08c508f01
commit 0cd245d2ed
2 changed files with 23 additions and 2 deletions

View File

@ -148,6 +148,22 @@
</todo>
<page_news>
<news index="0062" date="17/03/2011" title="GLM 0.9.1.1 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
<paragraph>
GLM 0.9.1.1 fixes some bugs, warnings on Clang C++ and clean up a bit the code.
</paragraph>
<paragraph>
If you have uncounter any issue with GLM 0.9.1.0, please download this revision.
</paragraph>
<paragraph>
Finally, the work has started for GLM 0.9.2 if you have requests don't forget to <link href="https://sourceforge.net/apps/trac/ogl-math/newticket">submit them!</link>
</paragraph>
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.1/glm-0.9.1.1.zip/download">GLM 0.9.1.1 (zip)</source>
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.1/glm-0.9.1.1.7z/download">GLM 0.9.1.1 (7z)</source>
<source type="Link" href="https://sourceforge.net/apps/trac/ogl-math/newticket">Submit a bug report</source>
</news>
<news index="0061" date="03/03/2011" title="GLM 0.9.1.0 final released" image="goodies/logo.png" image-mini="image/logo-mini.png">
<paragraph>
Finally, GLM 0.9.1 branch is reaching the status of stable with

View File

@ -11,10 +11,15 @@ GLM is a header only library, there is nothing to build, just include it.
#include <glm/glm.hpp>
More informations in GLM manual:
http://glm.g-truc.net/glm-manual.pdf
http://glm.g-truc.net/glm-0.9.1.pdf
================================================================================
GLM 0.9.1.0: 2010-03-02
GLM 0.9.1.1: 2010-03-17
--------------------------------------------------------------------------------
- Fixed bugs
================================================================================
GLM 0.9.1.0: 2010-03-03
--------------------------------------------------------------------------------
- Fixed bugs