Updates for 3.6.4-rc8

This commit is contained in:
Robert Osfield 2019-07-22 19:22:16 +01:00
parent ccbc632afc
commit 4e126469fc
3 changed files with 22 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 160)
# 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 7)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 8)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

View File

@ -1,3 +1,23 @@
Mon, 22 Jul 2019 17:20:10 +0100
Author : Robert Osfield
Added handling of iOS and Android to make sure FontConfig is only used for Desktop builds
Fri, 19 Jul 2019 09:20:50 +0100
Author : Robert Osfield
Updated for rc7
Fri, 19 Jul 2019 09:10:02 +0100
Author : OpenSceneGraph git repository
Merge pull request #797 from wangii/OpenSceneGraph-3.6 fix u64 and i64 allocation, setArray bug
Fri, 19 Jul 2019 14:06:20 +0800
Author : Linan Wang
fix typo
Fri, 19 Jul 2019 13:28:25 +0800
Author : Linan Wang
fix u64 and i64 allocation, setArray bug
Thu, 18 Jul 2019 12:44:59 +0100
Author : Robert Osfield
Fixed indentation

View File

@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to
Robert Osfield.
Project Lead.
18th July 2019.
22nd July 2019.
---