Skip to content

Commit

Permalink
Bump version to v1.0.28 (#157)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
EduPonz authored Jul 12, 2023
1 parent 2fd7223 commit 7ebc45e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fastcdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
pull_request:
branches:
- 'master'
- 1.0.x
paths-ignore:
- '**.md'
- '**.txt'
Expand Down
15 changes: 8 additions & 7 deletions PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -45,4 +45,5 @@ Other Tier 3 OS:

* FreeBSD
* VxWorks
* QNX
* QNX
* Android 11
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]], [eProsima FastCDR], [http://eprosima.com/])
CONFIG_ARGS="$*"
Expand Down

0 comments on commit 7ebc45e

Please sign in to comment.