2
0
Эх сурвалжийг харах

Getting ready GLM 0.9.1.1 release

Christophe Riccio 14 жил өмнө
parent
commit
0cd245d2ed
2 өөрчлөгдсөн 23 нэмэгдсэн , 2 устгасан
  1. 16 0
      doc/src/data.xml
  2. 7 2
      readme.txt

+ 16 - 0
doc/src/data.xml

@@ -148,6 +148,22 @@
   </todo>
   </todo>
 
 
   <page_news>
   <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">
 	  <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>
 		  <paragraph>
 			  Finally, GLM 0.9.1 branch is reaching the status of stable with
 			  Finally, GLM 0.9.1 branch is reaching the status of stable with

+ 7 - 2
readme.txt

@@ -11,10 +11,15 @@ GLM is a header only library, there is nothing to build, just include it.
 #include <glm/glm.hpp>
 #include <glm/glm.hpp>
 
 
 More informations in GLM manual:
 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
 - Fixed bugs