From be373a0ad515526e8ecf016f4a3f567d9e6e3ca9 Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Wed, 15 Jan 2020 15:12:02 -0800 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3f5e62ff..f3147c15 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,6 +2,9 @@ Post release fixes / upgrades / issues: ***** ISSUES: + Need to upgrade to latest GeoTools. Prior versions were not supporting JDK9+ + https://sourceforge.net/projects/geotools/ + Scene /www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d renders in monochrome. Issue with displaying material nodes loaded from ExternProtoDeclare ProtoInstance nodes. @@ -24,10 +27,10 @@ Post release fixes / upgrades / issues: NavInfo for the center of rotation not right for ViewPoint node. Scene jumps to default of zero in the "Y" axis - Added note in DefaultRigidBodyPhysicsManager about about ODE not - re-initializing during a rebuild of an Xj3DBrowser instance in the same JVM - session. This is due to initializing an ODE lib in a static initializer of - the DRBPM and not in an instance constructor. + Added note in DefaultRigidBodyPhysicsManager about ODE not re-initializing + during a rebuild of an Xj3DBrowser instance in the same JVM session. This is + due to initializing an ODE lib in a static initializer of the DRBPM and not in + an instance constructor. ****** FIXES / UPGRADES: -- GitLab