Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to releases page #464

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Example of function `foo` deprecated and replaced by function `bar`:

Version | API
----------- | ---
Ign-(N) | void foo();
Ign-(N+1) | void foo() IGN_DEPRECATED(N+1); <br> void bar();
Ign-(N+2) | void bar();
gz-(N) | void foo();
gz-(N+1) | void foo() GZ_DEPRECATED(N+1); <br> void bar();
gz-(N+2) | void bar();

### Support lifecycle

Expand All @@ -62,12 +62,12 @@ for a list of release and EOL dates for all versions of all libraries.
### Supported platforms

Platforms are defined as a combination of operating system and architecture.
For example, "Ubuntu Focal on amd64".
For example, "Ubuntu Noble on amd64".

Each release is targeted at a specific set of platforms. A support level applies
to an entire Gazebo release, including all library versions within it. The
supported platforms for each release are listed on their home pages (i.e.
[Fortress](https://gazebosim.org/docs/fortress)).
[Harmonic](https://gazebosim.org/docs/harmonic)).

In general, there are three categories of support for a platform:

Expand Down
Loading