Quellcode durchsuchen

Getting GLM 0.9.3.4 release

Christophe Riccio vor 13 Jahren
Ursprung
Commit
5506d67789
2 geänderte Dateien mit 26 neuen und 1 gelöschten Zeilen
  1. 25 0
      doc/src/data.xml
  2. 1 1
      readme.txt

+ 25 - 0
doc/src/data.xml

@@ -176,6 +176,31 @@
   </todo>
 
   <page_news>
+	<news index="0080" date="30/06/2012" title="GLM 0.9.3.4 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
+      <paragraph>
+		GLM 0.9.3.4 fixes quite few issues with GCC.
+      </paragraph>
+
+      <list name="Changelog:">
+        <list-element>Fixed incompatibility generated with GCC</list-element>
+        <list-element>Fixed C++11 compiler option for GCC</list-element>
+        <list-element>Removed MS language extension option for GCC</list-element>
+        <list-element>Fixed bitfieldExtract for vector types</list-element>
+        <list-element>Fixed warnings</list-element>
+        <list-element>Fixed SSE includes</list-element>
+      </list>
+
+      <paragraph>
+        <link href="https://github.com/Groovounet/glm/issues">If you encounter bugs, don't hesitate to report them.</link>
+      </paragraph>
+
+      <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.zip/download">GLM 0.9.3.4 (zip)</source>
+      <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.7z/download">GLM 0.9.3.4 (7z)</source>
+      <source type="Link" href="https://github.com/Groovounet/glm/issues">Submit a bug report</source>
+      <source type="Link" href="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</source>
+      <source type="Link" href="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</source>
+    </news>
+  
     <news index="0079" date="10/05/2012" title="GLM 0.9.3.3 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
       <paragraph>
         Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported.

+ 1 - 1
readme.txt

@@ -37,7 +37,7 @@ More informations in GLM manual:
 http://glm.g-truc.net/glm-0.9.3.pdf
 
 ================================================================================
-GLM 0.9.3.4: 2012-06-28
+GLM 0.9.3.4: 2012-06-30
 --------------------------------------------------------------------------------
 - Added SSE4 and AVX2 detection.
 - Removed VIRTREV_xstream and the incompatibility generated with GCC