From 44438f32dcffcff53dede65c8c7caab5e05e9fa2 Mon Sep 17 00:00:00 2001 From: Glenn Waldron Date: Wed, 18 Oct 2023 15:25:29 -0400 Subject: [PATCH] bump version numbers in docs --- docs/source/conf.py | 6 +++--- docs/source/releasenotes.md | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3dc7346593..bf13b40425 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,16 +52,16 @@ # General information about the project. project = u'osgEarth' -copyright = u'2020, Pelican Mapping' +copyright = u'2023, Pelican Mapping' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.4' +version = '3.5' # The full version, including alpha/beta/rc tags. -release = '3.4' +release = '3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/releasenotes.md b/docs/source/releasenotes.md index c403db34f5..ea3e24ed6f 100644 --- a/docs/source/releasenotes.md +++ b/docs/source/releasenotes.md @@ -2,13 +2,14 @@ ## Version 3.5 (October 2023) -Highlights: +Release Highlights: -* New osgEarthCesium nodekit using the cesium-native SDK for 3D-Tiles integration -* Upgrades to the TerrainConstraintLayer for better meshing, performance, and support for 3D model constraints -* Integrated spdlog library for nicer logging (optional dependency) -* Various updates to the osgearth_imgui panels -* Updated Triton and Silverlining shader sets +* New `osgEarthCesium` nodekit using the cesium-native SDK for 3D-Tiles integration +* Upgrades to the `TerrainConstraintLayer` for better meshing, performance, and support for 3D model constraints +* New `TerrainMeshLayer` for "bring your own" terrain surface meshing +* Integration of [spdlog](https://github.com/gabime/spdlog) logging SDK (optional) +* Various updates to the `osgearth_imgui` panels +* Updated [Triton](https://sundog-soft.com/features/ocean-and-water-rendering-with-triton/) and [Silverlining](https://sundog-soft.com/features/real-time-3d-clouds/) shader sets ## Version 3.4 (May 2023)