From 82c188c24a8475d22f577e0c782f5c040d919d0d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 12 Jun 2015 11:28:54 +0000 Subject: [PATCH] Updated ChangeLog git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14913 16af8721-9629-0410-8352-f15c8da7e697 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index c788ba79f..3acd529e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2015-06-12 08:04 robert + + * src/osgText/TextBase.cpp: From Farshid Lashkari, "I've modified + some setter methods of TextBase to avoid unnecessary calls to + computeGlyphRepresentation() if the value has not changed." + +2015-06-11 08:44 robert + + * include/osg/GLDefines: Reverted the typdef GLfloat GLdouble for + Andoid as this was causing conflicts. + +2015-06-10 18:22 robert + + * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file for + 3.3.8 dev release + 2015-06-10 16:48 robert * CMakeModules/FindOpenEXR.cmake: From Laurens Voerman, "attached