Browse Source

Added post 74

Christophe Riccio 14 years ago
parent
commit
313238ae0f
2 changed files with 11 additions and 1 deletions
  1. 10 0
      doc/src/data.xml
  2. 1 1
      readme.txt

+ 10 - 0
doc/src/data.xml

@@ -163,6 +163,16 @@
     <entry>row and column major matrices</entry>
   </todo>
 
+  <news index="0074" date="12/12/2011" title="GLM 0.9.2.8 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
+    <paragraph>
+      This updated fixes bugs on the modf, step and outerProduct functions.
+    </paragraph>
+
+    <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.8/glm-0.9.2.8.zip/download">GLM 0.9.2.8 (zip)</source>
+    <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.8/glm-0.9.2.8.7z/download">GLM 0.9.2.8 (7z)</source>
+    <source type="Link" href="https://sourceforge.net/apps/trac/ogl-math/newticket">Submit a bug report</source>
+  </news>
+
   <page_news>
     <news index="0073" date="11/11/2011" title="GLM 0.9.3 alpha released" image="goodies/logo.png" image-mini="image/logo-mini.png">
       <paragraph>

+ 1 - 1
readme.txt

@@ -37,7 +37,7 @@ More informations in GLM manual:
 http://glm.g-truc.net/glm-0.9.2.pdf
 
 ================================================================================
-GLM 0.9.2.8: 2011-12-XX
+GLM 0.9.2.8: 2011-12-12
 --------------------------------------------------------------------------------
 - Fixed modf implementation
 - Fixed step function accuracy