From 27fd0a19c83bb9691d03e0731f8f309082a029dd Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 31 Aug 2023 22:37:54 -0500 Subject: [PATCH 1/2] Prepare for 6.6.1 release Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb9ad0b01..a6b6c445a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-rendering6 VERSION 6.6.0) +project(ignition-rendering6 VERSION 6.6.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 66ad38d68..d958d3810 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,28 @@ ## Ignition Rendering +### Ignition Rendering 6.6.1 (2023-09-01) + +1. Fixed light visual in OGRE + * [Pull request #864](https://github.com/gazebosim/gz-rendering/pull/#864) + +1. Lower severity level for ogre2 visibility mask msgs and unavailable render passes + * [Pull request #830](https://github.com/gazebosim/gz-rendering/pull/830) + +1. Infrastructure + * [Pull request #834](https://github.com/gazebosim/gz-rendering/pull/834) + +1. Rename COPYING to LICENSE + * [Pull request #833](https://github.com/gazebosim/gz-rendering/pull/833) + +1. Add message to see troubleshooting page when render engine fails to create dummy window + * [Pull request #829](https://github.com/gazebosim/gz-rendering/pull/829) + +1. Tweak max camera position limit + * [Pull request #827](https://github.com/gazebosim/gz-rendering/pull/827) + +1. Limit max camera position vector length + * [Pull request #824](https://github.com/gazebosim/gz-rendering/pull/824) + ### Ignition Rendering 6.6.0 (2023-02-02) 1. Backport Composite BaseVisual destroy fix to 6 From 4747722e17a13b48977e4d9835af3fd49d461689 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 1 Sep 2023 13:14:52 -0500 Subject: [PATCH 2/2] Fix typo Signed-off-by: Addisu Z. Taddese --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d958d3810..1a34984b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ ### Ignition Rendering 6.6.1 (2023-09-01) 1. Fixed light visual in OGRE - * [Pull request #864](https://github.com/gazebosim/gz-rendering/pull/#864) + * [Pull request #864](https://github.com/gazebosim/gz-rendering/pull/864) 1. Lower severity level for ogre2 visibility mask msgs and unavailable render passes * [Pull request #830](https://github.com/gazebosim/gz-rendering/pull/830)