From e302cd880e86a576714cb631ca8a58d8f9d9a811 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 21 Jun 2022 08:51:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=204.5.1=20(#373)?= 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 | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04688701a..b6fc47793 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-common4 VERSION 4.5.0) +project(ignition-common4 VERSION 4.5.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 6af3b6fe2..e16f3357e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,40 @@ ## Ignition Common 4.x +## Ignition Common 4.5.1 (2022-06-21) + +1. Fix spelling in URI error message + * [Pull request #333](https://github.com/gazebosim/gz-common/pull/333) + +1. `ignLogInit` fails if run after console output + * [Pull request #332](https://github.com/gazebosim/gz-common/pull/332) + +1. Fix compatibility with FFmpeg 5.0 + * [Pull request #325](https://github.com/gazebosim/gz-common/pull/325) + +1. packages.apt: don't install ruby-ronn + * [Pull request #324](https://github.com/gazebosim/gz-common/pull/324) + +1. Add some tests for `parentPath`/`basename` + * [Pull request #309](https://github.com/gazebosim/gz-common/pull/309) + +1. Add CI support for Jammy + * [Pull request #316](https://github.com/gazebosim/gz-common/pull/316) + +1. Minor typo in filesystem documentation + * [Pull request #313](https://github.com/gazebosim/gz-common/pull/313) + +1. Fix out-of-bounds access in sanitizeSlashes + * [Pull request #303](https://github.com/gazebosim/gz-common/pull/303) + +1. Fix out-of-bound access in URI + * [Pull request #304](https://github.com/gazebosim/gz-common/pull/304) + +1. Move performance test to examples + * [Pull request #294](https://github.com/gazebosim/gz-common/pull/294) + +1. Fix memory corruption & leaks in Image + * [Pull request #240](https://github.com/gazebosim/gz-common/pull/240) + ## Ignition Common 4.5.0 (2022-01-12) 1. Fixed crash when a Collada file has an empty normal vector