diff --git a/CMakeLists.txt b/CMakeLists.txt index ba0bbd22d..ebeffbecc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 8) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 9) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/ChangeLog b/ChangeLog index 7af747f52..e291a5ec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Thu, 25 Jul 2019 14:58:17 +0100 +Author : Robert Osfield +Changed the #extension enable + +Thu, 25 Jul 2019 14:10:01 +0100 +Author : Robert Osfield +Change the DefaultFont so that it's managemed via the ObjectCache to enabl it to be release and cleared in a central manner. Added call to Registry::releaseGLObjects() to osgViewer/Renderer.cpp to enable automatic clean up of objects in the ObjectCache. + +Thu, 25 Jul 2019 12:48:21 +0100 +Author : Robert Osfield +Added readObject() implementations + +Thu, 25 Jul 2019 10:39:34 +0100 +Author : Robert Osfield +Added ReaderWriterOBJ::readObject(..) implementations to address issue with using osgconv + +Mon, 22 Jul 2019 19:22:16 +0100 +Author : Robert Osfield +Updates for 3.6.4-rc8 + 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 diff --git a/README.md b/README.md index 5a9c0af80..162704aad 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to Robert Osfield. Project Lead. -22nd July 2019. +25th July 2019. ---