Skip to content

Commit

Permalink
🎈 4.5.1 (#373)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jun 21, 2022
1 parent d7266a3 commit e302cd8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e302cd8

Please sign in to comment.