From 7ebc45e03e1dd010681f5594135edbdcf3556c50 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Wed, 12 Jul 2023 08:03:35 +0200 Subject: [PATCH] Bump version to v1.0.28 (#157) * Refs #18858: Bump version to v1.1.0 * Refs #18858: Update platform support * Refs #18858: Address #103 * Refs #18858: Apply suggestions * Refs #18858: Apply suggestions --------- Signed-off-by: Eduardo Ponz --- .github/workflows/fastcdr-test.yml | 1 + PLATFORM_SUPPORT.md | 15 ++++++++------- README.md | 4 ++-- configure.ac | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/fastcdr-test.yml b/.github/workflows/fastcdr-test.yml index db7af418..8dc27a59 100644 --- a/.github/workflows/fastcdr-test.yml +++ b/.github/workflows/fastcdr-test.yml @@ -27,6 +27,7 @@ on: pull_request: branches: - 'master' + - 1.0.x paths-ignore: - '**.md' - '**.txt' diff --git a/PLATFORM_SUPPORT.md b/PLATFORM_SUPPORT.md index 2ef311f8..5c471674 100644 --- a/PLATFORM_SUPPORT.md +++ b/PLATFORM_SUPPORT.md @@ -31,12 +31,12 @@ Community members may provide assistance with these platforms. ## Platforms -|Architecture|Ubuntu Focal (20.04)|MacOS Mojave (10.14)|Windows 10 (VS2019)|Debian Buster (10)| -|------------|--------------------|--------------------|-------------------|------------------| -|amd64 |Tier 1 [a][s] |Tier 1 [s] |Tier 1 [a][s] |Tier 3 [s] | -|amd32 | | |Tier 1 [a][s] | | -|arm64 |Tier 1 [a][s] | | |Tier 3 [s] | -|arm32 |Tier 3 [s] | | |Tier 3 [s] | +|Architecture|Ubuntu Jammy (22.04)|MacOS Mojave (10.14)|Windows 10 (VS2019)|Ubuntu Focal (20.04)|Debian Buster (10)| +|------------|--------------------|--------------------|-------------------|--------------------|------------------| +|amd64 |Tier 1 [a][s] |Tier 1 [s] |Tier 1 [a][s] |Tier 3 [a][s] |Tier 3 [s] | +|amd32 | | |Tier 1 [a][s] | | | +|arm64 |Tier 1 [a][s] | | |Tier 3 [a][s] |Tier 3 [s] | +|arm32 |Tier 3 [s] | | |Tier 3 [s] |Tier 3 [s] | " [a] " Binary releases are provided as a single archive per platform.\ " [s] " Compilation from source. @@ -45,4 +45,5 @@ Other Tier 3 OS: * FreeBSD * VxWorks -* QNX \ No newline at end of file +* QNX +* Android 11 diff --git a/README.md b/README.md index cf82ae6c..4d817f84 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ One is the standard CDR serialization mechanism, while the other is a faster imp ## Build -**eProsima Fast CDR** provides [CMake][cmake] scripts to build and install it. -Also in [eProsima][eprosima] you can find packages for Linux using autotools and binaries for Windows. +**eProsima Fast CDR** provides [CMake][cmake] scripts to build and install it (please read the [installation guide](https://fast-dds.docs.eprosima.com/en/latest/installation/sources/sources_linux.html#cmake-installation) for more details). +Also, in [eProsima][eprosima] you can find packages for Linux using autotools and binaries for Windows. [cmake]: http://www.cmake.org [eprosima]: http://www.eprosima.com diff --git a/configure.ac b/configure.ac index 1518a230..bba072bd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # m4_define([version_major],[1]) m4_define([version_minor],[0]) -m4_define([version_micro],[27]) +m4_define([version_micro],[28]) AC_INIT([fastcdr], [version_major.version_minor.version_micro], [support@eprosima.com], [eProsima FastCDR], [http://eprosima.com/]) CONFIG_ARGS="$*"