Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1295 Cherry-pick old release notes from 'release_…
Browse files Browse the repository at this point in the history
…2.0' branch
  • Loading branch information
mossmaurice committed Jan 30, 2025
1 parent 1d4def7 commit a650bff
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/website/release-notes/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
nav:
- iceoryx-v3-0-0.md
- iceoryx-v2-0-6.md
- iceoryx-v2-0-5.md
- iceoryx-v2-0-4.md
- iceoryx-v2-0-3.md
- iceoryx-v2-0-2.md
- iceoryx-v2-0-1.md
- iceoryx-v2-0-0.md
Expand Down
13 changes: 13 additions & 0 deletions doc/website/release-notes/iceoryx-v2-0-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# iceoryx v2.0.3

## [v2.0.3](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.3) (2023-02-02)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.2...v2.0.3)

**Bugfixes:**

- Build error on certain versions of Windows/Visual Studio [\#1476](https://github.com/eclipse-iceoryx/iceoryx/issues/1476)
- Fix FileLock leak when lock failed [\#1440](https://github.com/eclipse-iceoryx/iceoryx/issues/1440)
- Fix INTERFACE_INCLUDE_DIRECTORIES in CMake [\#1481](https://github.com/eclipse-iceoryx/iceoryx/issues/1481)
- `m_originId` in `mepoo::ChunkHeader` sometimes not set [\#1668](https://github.com/eclipse-iceoryx/iceoryx/issues/1668)
- `WaitSet::wait` returns if data was send before `WaitSet::attachState(.., State::HAS_{DATA, REQUEST, RESPONSE})` [\#1855](https://github.com/eclipse-iceoryx/iceoryx/issues/1855)
9 changes: 9 additions & 0 deletions doc/website/release-notes/iceoryx-v2-0-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# iceoryx v2.0.4

## [v2.0.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.4) (2023-11-27)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.3...v2.0.4)

**Features:**

- Add the introspection to the ROS release [\#2099](https://github.com/eclipse-iceoryx/iceoryx/issues/2099)
9 changes: 9 additions & 0 deletions doc/website/release-notes/iceoryx-v2-0-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# iceoryx v2.0.5

## [v2.0.5](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.5) (2023-11-30)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.4...v2.0.5)

**Bugfixes:**

- Fix ROS 2 RHEL build [\#2099](https://github.com/eclipse-iceoryx/iceoryx/issues/2099)
12 changes: 12 additions & 0 deletions doc/website/release-notes/iceoryx-v2-0-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# iceoryx v2.0.6

## [v2.0.6](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.6) (2024-04-26)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.5...v2.0.6)

**Refactoring:**

- Patch cpptoml to use cmake 3.16 [#2011](https://github.com/eclipse-iceoryx/iceoryx/issues/2011)
- Update github actions [#2011](https://github.com/eclipse-iceoryx/iceoryx/issues/2011)
- Remove warning in toml gateway config parser [#2266](https://github.com/eclipse-iceoryx/iceoryx/issues/2266)
- Fix warnings on macOS [#2284](https://github.com/eclipse-iceoryx/iceoryx/issues/2266)

0 comments on commit a650bff

Please sign in to comment.