From bc272cd8df6a9932f14fa0bd5dd1f6d195a23c27 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 17 May 2011 15:39:25 +0100 Subject: [PATCH] Get ready GLM 0.9.2.1 release --- readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.txt b/readme.txt index 8dd3d770..62d16dfc 100644 --- a/readme.txt +++ b/readme.txt @@ -13,6 +13,14 @@ GLM is a header only library, there is nothing to build, just include it. More informations in GLM manual: http://glm.g-truc.net/glm-0.9.2.pdf +================================================================================ +GLM 0.9.2.1: 2010-05-20 +-------------------------------------------------------------------------------- +- Automatically detect CUDA support +- Fixed errors and warnings in VC with C++ extensions disabled +- Fixed and tested GLM_GTX_vector_angle +- Fixed and tested GLM_GTX_rotate_vector + ================================================================================ GLM 0.9.2.0: 2010-05-09 --------------------------------------------------------------------------------