From 95a996eb32e49423a7f459007bfe4aaee1f5485e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 13 Feb 2011 21:54:08 +0000 Subject: [PATCH 1/2] Added release post --- doc/src/data.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/data.xml b/doc/src/data.xml index bd17ee0d..4f733956 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -1546,14 +1546,14 @@ - 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. - GLM 0.9.1 beta includes a great contribution on the API documentation by + The development version, GLM 0.9.1 beta, provides an improved API documentation by Alfonse Reinheart, author of a great OpenGL tutorial which uses GLM. - This version also improves the SIMD implementation. + This version also improves the SIMD extensions and it fixes many bugs. GLM 0.9.1.B (zip,) From 21ea4e592bbba7aa114f23d14de004a1c80dd62d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 13 Feb 2011 22:32:07 +0000 Subject: [PATCH 2/2] Updated post for GLM 0.9.1.B and 0.9.0.8 release --- doc/man.doxy | 2 +- doc/src/data.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man.doxy b/doc/man.doxy index c7a4ddef..a0f71f99 100644 --- a/doc/man.doxy +++ b/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. diff --git a/doc/src/data.xml b/doc/src/data.xml index 4f733956..e2b8627b 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -1550,9 +1550,9 @@ Also, it clarifies that GLM is a header only library when a user try to build it. Once more, there is nothing to build. - The development version, GLM 0.9.1 beta, provides an improved API documentation by - Alfonse Reinheart, - author of a great OpenGL tutorial which uses GLM. + The development version, GLM 0.9.1 beta, provides an improved API documentation by + Alfonse Reinheart, + author of a great OpenGL tutorial which uses GLM. This version also improves the SIMD extensions and it fixes many bugs.