From 830988ae522a6ff8229ab0791d86261f0f4f4014 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 14 Sep 2011 16:09:59 +0100 Subject: [PATCH 1/2] Updated readme for GLM 0.9.2.5 release --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.txt b/readme.txt index 3ae241ed..7b7bcb1c 100644 --- a/readme.txt +++ b/readme.txt @@ -36,6 +36,12 @@ 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.5: 2011-09-2X +-------------------------------------------------------------------------------- +- Fixed floatBitToXint functions +- Fixed pack and unpack functions + ================================================================================ GLM 0.9.2.4: 2011-09-03 -------------------------------------------------------------------------------- From e42e11246943761c5decb8fc1d23703850f91aa3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 15 Sep 2011 14:28:46 +0100 Subject: [PATCH 2/2] Typo --- glm/core/func_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/func_common.hpp b/glm/core/func_common.hpp index 1af20fad..4203583f 100644 --- a/glm/core/func_common.hpp +++ b/glm/core/func_common.hpp @@ -19,7 +19,7 @@ namespace glm namespace common{ //!< Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace. /// \addtogroup core_funcs - ///@{ + /// @{ //! Returns x if x >= 0; otherwise, it returns -x. //!