From f14b7426893e1acc192b50b3c308f040d1727e96 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 8 Jul 2022 12:29:24 +0100 Subject: [PATCH] Update BRANCHES.md for 3.2.0 release Signed-off-by: Paul Elliott --- BRANCHES.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BRANCHES.md b/BRANCHES.md index 3aca15990..6240023dc 100644 --- a/BRANCHES.md +++ b/BRANCHES.md @@ -12,11 +12,6 @@ At any point in time, we have a number of maintained branches, currently consist - One or more long-time support (LTS) branches: these only get bug fixes and security fixes. Currently, the only supported LTS branch is: [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). -- For a short time we also have the previous LTS, which has recently ended its - support period, - [`mbedtls-2.16`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.16). - This branch will move into the `archive` namespace around the time of - the next release. We retain a number of historical branches, whose names are prefixed by `archive/`, such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7).