From 68b1fb3041860f2f4d33ac2efdb39737243bec02 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 7 Apr 2021 17:40:12 -0700 Subject: [PATCH 1/2] Declare dependency on libatomic in package.xml Signed-off-by: Scott K Logan --- iceoryx_utils/package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/iceoryx_utils/package.xml b/iceoryx_utils/package.xml index 30e069e468..e9b5b51716 100644 --- a/iceoryx_utils/package.xml +++ b/iceoryx_utils/package.xml @@ -13,6 +13,7 @@ cmake acl + libatomic doxygen From 1a2c9ea7c0be6866ca16af741d199e52b7298c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietrich=20Kr=C3=B6nke?= Date: Thu, 8 Apr 2021 09:57:01 +0200 Subject: [PATCH 2/2] iox-#670 set version number to 0.99.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dietrich Krönke --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- cmake/package/package.cmake | 2 +- doc/aspice_swe3_4/CMakeLists.txt | 2 +- iceoryx_binding_c/CMakeLists.txt | 2 +- iceoryx_binding_c/package.xml | 2 +- iceoryx_dds/CMakeLists.txt | 2 +- iceoryx_integrationtest/package.xml | 2 +- iceoryx_posh/CMakeLists.txt | 2 +- iceoryx_posh/package.xml | 2 +- iceoryx_utils/CMakeLists.txt | 2 +- iceoryx_utils/package.xml | 2 +- tools/introspection/CMakeLists.txt | 2 +- 13 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a475d00e5c..c293c404b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,12 @@ See [Eclipse iceoryx 1.0.0 (Almond)](https://projects.eclipse.org/projects/techn - iceoryx libs should be build as static libs [\#509](https://github.com/eclipse-iceoryx/iceoryx/issues/509) - Build with gcov is broken [\#497](https://github.com/eclipse-iceoryx/iceoryx/issues/497) +## [v0.99.5](https://github.com/eclipse-iceoryx/iceoryx/tree/v0.99.5) (2021-04-08) + +[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.99.4...v0.99.5) + +- Add libatomic to dependency list in iceoryx_utils for RHEL + ## [v0.99.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v0.99.4) (2021-04-06) [Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.99.3...v0.99.4) @@ -77,6 +83,7 @@ See [Eclipse iceoryx 1.0.0 (Almond)](https://projects.eclipse.org/projects/techn [Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.90.0...v0.99.0) Intermediate Milestone before the final 1.0.0 release, see v.1.0.0 above for the changes. + ## [v0.90.0](https://github.com/eclipse-iceoryx/iceoryx/tree/v0.90.0) (2020-12-22) [Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.17.0...v0.90.0) diff --git a/VERSION b/VERSION index de9bcdff29..2d666706df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.99.4 +0.99.5 diff --git a/cmake/package/package.cmake b/cmake/package/package.cmake index fe43c79fce..9db280c624 100644 --- a/cmake/package/package.cmake +++ b/cmake/package/package.cmake @@ -14,7 +14,7 @@ # # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") #find_package(iceoryx_utils REQUIRED) #include(IceoryxVersion) diff --git a/doc/aspice_swe3_4/CMakeLists.txt b/doc/aspice_swe3_4/CMakeLists.txt index 452e42bfdd..1f6ed24907 100644 --- a/doc/aspice_swe3_4/CMakeLists.txt +++ b/doc/aspice_swe3_4/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") #find_package(iceoryx_utils REQUIRED) diff --git a/iceoryx_binding_c/CMakeLists.txt b/iceoryx_binding_c/CMakeLists.txt index a06b06a822..16ea94768d 100644 --- a/iceoryx_binding_c/CMakeLists.txt +++ b/iceoryx_binding_c/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.7) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") find_package(iceoryx_utils REQUIRED) diff --git a/iceoryx_binding_c/package.xml b/iceoryx_binding_c/package.xml index 2b25edd8c7..8e1efbf209 100644 --- a/iceoryx_binding_c/package.xml +++ b/iceoryx_binding_c/package.xml @@ -2,7 +2,7 @@ iceoryx_binding_c - 0.99.4 + 0.99.5 Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_dds/CMakeLists.txt b/iceoryx_dds/CMakeLists.txt index 2da3c696f6..ddbb4af2c0 100644 --- a/iceoryx_dds/CMakeLists.txt +++ b/iceoryx_dds/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.7) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") find_package(iceoryx_utils REQUIRED) diff --git a/iceoryx_integrationtest/package.xml b/iceoryx_integrationtest/package.xml index 09ca7ca0af..028d43bb3b 100644 --- a/iceoryx_integrationtest/package.xml +++ b/iceoryx_integrationtest/package.xml @@ -2,7 +2,7 @@ iceoryx_integrationtest - 0.99.4 + 0.99.5 iceoryx Software Integrationtest Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index 5b45347734..f350b9b942 100644 --- a/iceoryx_posh/CMakeLists.txt +++ b/iceoryx_posh/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") find_package(iceoryx_utils REQUIRED) diff --git a/iceoryx_posh/package.xml b/iceoryx_posh/package.xml index 1783f9dce4..b61e6fb043 100644 --- a/iceoryx_posh/package.xml +++ b/iceoryx_posh/package.xml @@ -2,7 +2,7 @@ iceoryx_posh - 0.99.4 + 0.99.5 Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_utils/CMakeLists.txt b/iceoryx_utils/CMakeLists.txt index f7a81d777c..ac721ea7e1 100644 --- a/iceoryx_utils/CMakeLists.txt +++ b/iceoryx_utils/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") #include("${CMAKE_CURRENT_LIST_DIR}/cmake/IceoryxVersion.cmake") diff --git a/iceoryx_utils/package.xml b/iceoryx_utils/package.xml index e9b5b51716..8b3068eaba 100644 --- a/iceoryx_utils/package.xml +++ b/iceoryx_utils/package.xml @@ -2,7 +2,7 @@ iceoryx_utils - 0.99.4 + 0.99.5 Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Eclipse Foundation, Inc. Apache 2.0 diff --git a/tools/introspection/CMakeLists.txt b/tools/introspection/CMakeLists.txt index 4c11541a1a..d6679a8d22 100644 --- a/tools/introspection/CMakeLists.txt +++ b/tools/introspection/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "0.99.4") +set(IOX_VERSION_STRING "0.99.5") find_package(iceoryx_utils REQUIRED)