From 39330b901fbca2cf6b824657277e68118788729c Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 20 Dec 2021 16:09:05 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=204.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a79c8055..7c805e7c5 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-rendering4 VERSION 4.9.0) +project(ignition-rendering4 VERSION 4.9.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 501f13277..7765504fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,29 @@ ## Ignition Rendering -### Ignition Rendering 4.X +### Ignition Rendering 4.9.1 (2021-12-20) + +1. Remove unused time var in material scripts + * [Pull request #485](https://github.com/ignitionrobotics/ign-rendering/pull/485) + +1. Fix logic on warning for ogre versions different than 1.9.x + * [Pull request #465](https://github.com/ignitionrobotics/ign-rendering/pull/465) + * [Pull request #411](https://github.com/ignitionrobotics/ign-rendering/pull/411) + * [Pull request #413](https://github.com/ignitionrobotics/ign-rendering/pull/413) + +1. Avoid symbol redefition to fix armel builds + * [Pull request #457](https://github.com/ignitionrobotics/ign-rendering/pull/457) + +1. Fix selection buffer material script + * [Pull request #456](https://github.com/ignitionrobotics/ign-rendering/pull/456) + +1. Fix compilation against Ogre 1.10.12 + * [Pull request #390](https://github.com/ignitionrobotics/ign-rendering/pull/390) + +1. Ogre: Do not assume that ogre plugins have lib prefix on macOS + * [Pull request #454](https://github.com/ignitionrobotics/ign-rendering/pull/454) + +1. Fix ray query distance calculation + * [Pull request #438](https://github.com/ignitionrobotics/ign-rendering/pull/438) ### Ignition Rendering 4.9.0 (2021-09-15)