Updates for 3.6.5 release

This commit is contained in:
Robert Osfield
2020-01-31 11:02:47 +00:00
parent 2e0472ba7e
commit 35f3876797
3 changed files with 10 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 161)
# set to 0 when not a release candidate, non zero means that any generated
# git tags will be treated as release candidates of given number
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 3)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 0)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

View File

@@ -1,3 +1,11 @@
Fri, 31 Jan 2020 10:37:25 +0000
Author : Robert Osfield
Added mutex lock to avoid threading issues when glyphs are added to a Font from multiple threads
Thu, 30 Jan 2020 19:25:50 +0000
Author : Robert Osfield
Updates for 3.6.5-rc3
Thu, 30 Jan 2020 16:30:41 +0000
Author : OpenSceneGraph git repository
Merge pull request #911 from LaurensVoerman/FbxSdkFixFix for older versions of fbxsdk without xml or zlib libraries,

View File

@@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to
Robert Osfield.
Project Lead.
30th January 2020.
31th January 2020.
---