From ab3a001a8f03f957b4e738caaae34442deb10158 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 26 Jul 2024 17:19:17 +0000 Subject: [PATCH] updates to release doc Signed-off-by: Ian Chen --- releases.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releases.md b/releases.md index 6a5ff2b10..0c389eb95 100644 --- a/releases.md +++ b/releases.md @@ -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);
void bar(); -Ign-(N+2) | void bar(); +gz-(N) | void foo(); +gz-(N+1) | void foo() GZ_DEPRECATED(N+1);
void bar(); +gz-(N+2) | void bar(); ### Support lifecycle @@ -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: