@ -3,7 +3,8 @@
<glm copyright= "Copyright © 2005 - 2010 " >
<downloads >
<section name= "GLM - zip files" >
<download name= "GLM 0.9.0.3" date= "26/08/2010" size= "1.2 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.zip/download" />
<download name= "GLM 0.9.0.4" date= "04/10/2010" size= "2.2 MB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.zip/download" />
<download name= "GLM 0.9.0.3" date= "26/08/2010" size= "1.2 MB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.zip/download" />
<download name= "GLM 0.9.0.2" date= "08/07/2010" size= "809 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.2/glm-0.9.0.2.zip/download" />
<download name= "GLM 0.9.0.1" date= "21/06/2010" size= "727 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.1/glm-0.9.0.1.zip/download" />
<download name= "GLM 0.9.0.0" date= "25/05/2010" size= "1.0 MB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.0/glm-0.9.0.0.zip/download" />
@ -51,6 +52,7 @@
<download name= "GLM 0.1.0.0" date= "02/21/2005" size= "29.2 KB" link= "http://prdownloads.sourceforge.net/glf/glm-0.1-ur.zip?download" />
</section>
<section name= "GLM - 7z files" >
<download name= "GLM 0.9.0.4" date= "04/10/2010" size= "1.5 MB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.7z/download" />
<download name= "GLM 0.9.0.3" date= "26/08/2010" size= "684 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.7z/download" />
<download name= "GLM 0.9.0.2" date= "08/07/2010" size= "651 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.2/glm-0.9.0.2.7z/download" />
<download name= "GLM 0.9.0.1" date= "21/06/2010" size= "569 KB" link= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.1/glm-0.9.0.1.7z/download" />
@ -1530,6 +1532,19 @@
<page_news >
<news index= "0055" date= "04/10/2010" title= "GLM 0.9.0.4 released" image= "goodies/logo.png" image-mini= "image/logo-mini.png" >
<paragraph >
GLM 0.9.0.4 revision mainly fixes bugs.
It also contains a contribution by Arnaud Masserann, a autoexp.dat file to make GLM looks nicer in Visual Studio debugger.
To take advantage of this file, edit ${VISUALSTUDIO_DIRECTORY}/common7/packages/debugger/autoexp.dat file and add the content of the file util/autoexp.txt
included in GLM 0.9.0.4.
</paragraph>
<source type= "Download" href= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.zip/download" > GLM 0.9.0.4 (zip, 1.2 KB)</source>
<source type= "Download" href= "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.7z/download" > GLM 0.9.0.4 (7z, 684 KB)</source>
<source type= "Link" href= "https://sourceforge.net/apps/trac/ogl-math/newticket" > Submit a bug report</source>
</news>
<news index= "0054" date= "26/08/2010" title= "GLM 0.9.0.3 released" image= "goodies/logo.png" image-mini= "image/logo-mini.png" >
<paragraph >
GLM 0.9.0.3 fixes major issues on non-squared matrices.