From 060a641c2bca52b4bedf2ce94a7dfdd4f5e0a1f5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 19 Jul 2019 09:20:50 +0100 Subject: [PATCH] Updated for rc7 --- CMakeLists.txt | 2 +- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a568b41c..b0aac6d20 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 6) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 7) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/ChangeLog b/ChangeLog index 53fb6d099..d9eec3a87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Thu, 18 Jul 2019 12:44:59 +0100 +Author : Robert Osfield +Fixed indentation + +Thu, 18 Jul 2019 09:13:25 +0800 +Author : Long Huan +Add OutputTextureFiles OptionAdd OutputTextureFiles Option support Write out the texture images to file + + +Wed, 17 Jul 2019 15:07:38 +0800 +Author : Long Huan +Update OBJWriterNodeVisitor.cpp + +Wed, 17 Jul 2019 14:52:10 +0800 +Author : Long Huan +fix obj-Plugin export texture fileFix obj-plugin to support export texture file + + +Thu, 18 Jul 2019 12:18:04 +0100 +Author : Robert Osfield +Added handling of zero radius models + +Thu, 18 Jul 2019 11:16:08 +0100 +Author : Robert Osfield +Removed references OpenVRML plugin + +Thu, 18 Jul 2019 11:14:10 +0100 +Author : Robert Osfield +Removed vrml plugin from build as OpenVRML plugin relies on no longer supported functionality + +Thu, 18 Jul 2019 10:34:53 +0100 +Author : Robert Osfield +Added calls to curl_global_init and curl_global_cleanup to improve the robustness of threaded curl plugin usage + +Tue, 16 Jul 2019 13:50:02 +0100 +Author : Robert Osfield +Updated for rc6 + Tue, 16 Jul 2019 11:53:24 +0100 Author : OpenSceneGraph git repository Merge pull request #789 from rhabacker/OpenSceneGraph-3.6cmake: Add find_package module for fontconfig diff --git a/README.md b/README.md index 2e1852ec5..d4f083dc0 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. -16th July 2019. +18th July 2019. ---