From 0cd245d2ed45c081e3baf042a601667f5cf6aca3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 17 Mar 2011 20:58:53 +0000 Subject: [PATCH] Getting ready GLM 0.9.1.1 release --- doc/src/data.xml | 16 ++++++++++++++++ readme.txt | 9 +++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/doc/src/data.xml b/doc/src/data.xml index b3afe3c6..d346768d 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -148,6 +148,22 @@ + + + GLM 0.9.1.1 fixes some bugs, warnings on Clang C++ and clean up a bit the code. + + + If you have uncounter any issue with GLM 0.9.1.0, please download this revision. + + + Finally, the work has started for GLM 0.9.2 if you have requests don't forget to submit them! + + + GLM 0.9.1.1 (zip) + GLM 0.9.1.1 (7z) + Submit a bug report + + Finally, GLM 0.9.1 branch is reaching the status of stable with diff --git a/readme.txt b/readme.txt index 45bce812..90418ce0 100644 --- a/readme.txt +++ b/readme.txt @@ -11,10 +11,15 @@ GLM is a header only library, there is nothing to build, just include it. #include 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