From e4e2b28cf1c87699e5c86e75e066636ba2a9c146 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 7 Jun 2019 09:04:34 +0200 Subject: [PATCH 1/2] doc: clarify support in SECURITY.md --- SECURITY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 80b41030b7395..40447223745fb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,6 +2,8 @@ ## Supported Versions +Versions of Bitcoin Core that are currently supported with security updates: + | Version | Supported | | ------- | ------------------ | | 0.18 | :white_check_mark: | From d7c054277798cc1975041eb19c679cd07c412d68 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 7 Jun 2019 09:12:45 +0200 Subject: [PATCH 2/2] doc: update release process with SECURITY.md --- doc/release-process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index 2e712bf58e5ab..8f1222cb88464 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -41,10 +41,12 @@ Release Process #### After branch-off (on master) - Update the version of `contrib/gitian-descriptors/*.yml`. +- Update the versions in `SECURITY.md` as per the software lifecycle [maintenance policy](https://bitcoincore.org/en/lifecycle/#maintenance-period), generally bumping all up one major version. #### After branch-off (on the major release branch) - Update the versions and the link to the release notes draft in `doc/release-notes.md`. +- Delete `SECURITY.md`. #### Before final release