Skip to content

Commit 3f09a47

Browse files
committed
Merge bitcoin#35132: doc: update release process to mention security advisories pre-announcements
4abc0c2 doc: update release process to mention security advisories pre-announcements (Antoine Poinsot) Pull request description: We missed a pre-announcement with the release of 31.0. This updates the release process docs to make sure we check those before publishing a major release. ACKs for top commit: achow101: ACK 4abc0c2 jonatack: ACK 4abc0c2 Tree-SHA512: 63d1def3d4144de7992b539d41a496c98bc81b33e2a9c27af55933a696050123a0c967253093728f0553f13aca12acec8a51efbeda0936077646c379c37219d6
2 parents 1a4371c + 4abc0c2 commit 3f09a47

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

doc/release-notes-empty-template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ To receive security and update notifications, please subscribe to:
2020

2121
<https://bitcoincore.org/en/list/announcements/join/>
2222

23+
With the release of this new major version, versions *version minus 3* and
24+
older are at "End of Life" and will no longer receive updates.
25+
26+
In accordance with the security policy, we will in two weeks disclose:
27+
28+
* Medium and high severity vulnerabilities fixed in *version minus 2*. There are N of these.
29+
30+
* Low severity vulnerabilities fixed in *version*. There are M of these.
31+
2332
How to Upgrade
2433
==============
2534

doc/release-process.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Release Process
2525
- set `CLIENT_VERSION_MINOR` to `0`
2626
- set `CLIENT_VERSION_BUILD` to `0`
2727
- set `CLIENT_VERSION_IS_RELEASE` to `true`
28+
* Check with the security team whether there is any security advisory to pre-announce.
2829

2930
#### Before branch-off
3031

@@ -296,7 +297,7 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
296297

297298
- Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes
298299

299-
- Announce the release:
300+
- Announce the release, along with any security advisory pre-announcements:
300301

301302
- bitcoin-dev and bitcoin-core-dev mailing list
302303

0 commit comments

Comments
 (0)