Browse Source

Merge branch '0.9.1' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.1

Christophe Riccio 15 years ago
parent
commit
b73338e3fb
2 changed files with 6 additions and 6 deletions
  1. 1 1
      doc/man.doxy
  2. 5 5
      doc/src/data.xml

+ 1 - 1
doc/man.doxy

@@ -44,7 +44,7 @@ PROJECT_BRIEF          =
 # exceed 55 pixels and the maximum width should not exceed 200 pixels. 
 # Doxygen will copy the logo to the output directory.
 
-PROJECT_LOGO           = D:/g-truc/git/ogl-math/doc/image/logo-mini.png
+PROJECT_LOGO           = G:/git/ogl-math/doc/image/logo-mini.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

+ 5 - 5
doc/src/data.xml

@@ -1546,14 +1546,14 @@
 
     <news index="0060" date="13/02/2011" title="GLM 0.9.0.8 and GLM 0.9.1 beta released" image="goodies/logo.png" image-mini="image/logo-mini.png">
       <paragraph>
-        GLM 0.9.0.8 add the operator * for quaternion products and deprecated the cross function previously used for the same purpose.
+        The stable version, GLM 0.9.0.8, adds the operator * for quaternion products and deprecated the cross function previously used for the same purpose.
         Also, it clarifies that GLM is a header only library when a user try to build it. Once more, there is nothing to build.
       </paragraph>
       <paragraph>
-        GLM 0.9.1 beta includes a great contribution on the <a href="http://glm.g-truc.net/html-0.9.1/index.html">API documentation</a> by 
-        <a href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showprofile&amp;User=23530">Alfonse Reinheart</a>,
-        author of <a href="http://www.arcsynthesis.org/gltut/">a great OpenGL tutorial</a> which uses GLM. 
-        This version also improves the SIMD implementation.
+        The development version, GLM 0.9.1 beta, provides an improved <link href="http://glm.g-truc.net/html-0.9.1/index.html">API documentation</link> by 
+        <link href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showprofile&amp;User=23530">Alfonse Reinheart</link>,
+        author of <link href="http://www.arcsynthesis.org/gltut/">a great OpenGL tutorial</link> which uses GLM. 
+        This version also improves the SIMD extensions and it fixes many bugs.
       </paragraph>
 
       <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.B/glm-0.9.1.B.zip/download">GLM 0.9.1.B (zip,)</source>