From 0da8c514c314353007ab69ed5461495f67a79dba Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Mon, 18 Mar 2024 15:25:53 +0000 Subject: Replace reference to master Signed-off-by: Dave Rodgman --- BRANCHES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BRANCHES.md') diff --git a/BRANCHES.md b/BRANCHES.md index 0ed2099..bcceda8 100644 --- a/BRANCHES.md +++ b/BRANCHES.md @@ -2,7 +2,7 @@ At any point in time, we have a number of maintained branches, currently consisting of: -- The [`master`](https://github.com/Mbed-TLS/mbedtls/tree/master) branch: +- The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch: this always contains the latest release, including all publicly available security fixes. - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: @@ -19,7 +19,7 @@ such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive These branches will not receive any changes or updates. We use [Semantic Versioning](https://semver.org/). In particular, we maintain -API compatibility in the `master` branch across minor version changes (e.g. +API compatibility in the `main` branch across minor version changes (e.g. the API of 3.(x+1) is backward compatible with 3.x). We only break API compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain ABI compatibility within LTS branches; see the next section for details. @@ -103,7 +103,7 @@ CONTRIBUTING](CONTRIBUTING.md#backwards-compatibility). The following branches are currently maintained: -- [master](https://github.com/Mbed-TLS/mbedtls/tree/master) +- [main](https://github.com/Mbed-TLS/mbedtls/tree/main) - [`development`](https://github.com/Mbed-TLS/mbedtls/) - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6) maintained until March 2027, see -- cgit v1.1