Skip to content

Commit

Permalink
updates to release doc (gazebosim#464)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored and azeey committed Jan 9, 2025
1 parent 30839ef commit dbe1ffe
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit dbe1ffe

Please sign in to comment.