You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the release lifecycle page to reflect current practices
We only make a difference between maintained versions and end of life versions. To reflect this
practice, update the lifecycle page to drop the confusing EOM status.
While at it, update the versioning and maintenance sections to more closely reflect the current
practices of the project.
Copy file name to clipboardExpand all lines: _posts/en/pages/2016-01-15-lifecycle.md
+13-24Lines changed: 13 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,44 +16,33 @@ This document describes the life-cycle of the Bitcoin Core software package rele
16
16
17
17
Bitcoin Core releases are versioned as follows: MAJOR.MINOR, and release candidates are suffixed with rc1, rc2 etc.
18
18
19
-
## Major releases
19
+
We aim to make a major release every 6-7 months. These will be numbered 29.0, 30.0 etc.
20
20
21
-
We aim to make a major release every 6-7 months.
22
-
23
-
These will be numbered 22.0, 23.0 etc.
24
-
25
-
## Maintenance releases
26
-
27
-
We will provide maintenance "minor releases" that fix bugs within the major releases. As a general rule we do not introduce major new features in a maintenance release (except for consensus rules). However, we may add minor features where necessary, and we will back-port consensus rule changes such as soft forks.
28
-
29
-
Minor releases will be numbered 22.1, 22.2, 23.1, 23.2 etc.
21
+
We will provide maintenance "minor releases" that fix bugs (security and otherwise) within the major releases. These
22
+
will be numbered 29.3, 30.1, etc. We do not introduce major new features in maintenance releases (besides consensus
23
+
rules change, see below).
30
24
31
25
## Consensus rules
32
26
33
27
Proposals to change consensus rules are always shipped first in maintenance versions such as 22.2, 23.1 etc. This makes it easier for enterprise users to assess and test the proposal because of its smaller changeset compared to a major release. It also allows users who follow a more conservative upgrade path to adopt consensus rule changes in a more timely manner.
34
28
35
29
## Maintenance period
36
30
37
-
We maintain the major versions until their "Maintenance End". We generally maintain the current and previous major release.
38
-
For example, if the current release is 23.0, then 22.0 is also considered maintained.
39
-
Once 24.0 is released, then 22.0 would be considered at its "Maintenance End".
40
-
As a major release ages, issues have to be increasingly critical to be backported to it, and an increasing amount or severity of issues is required to warrant a new minor release.
41
-
Once software has reached the "Maintenance End" period, it will only receive critical security fixes until the End-of-Life (EOL) date.
42
-
After EOL, users must upgrade to a later version to receive security updates, even though the community may provide fixes for critical issues on a best effort basis.
43
-
Generally, it is recommended to run the latest maintenance release (point release) of the current or previous major version.
44
-
45
-
Please note that minor versions get bugfixes, translation updates, and soft forks. Translation on [Transifex][bitcoin-transifex-link] is only open for the last two major releases.
31
+
We always maintain the past three major versions released. Once a major version falls outside that window, it becomes
32
+
"End of Life". The threshold for backporting a change to a past major version increases as it ages. For example, if the
33
+
last major release is 30.0, then 29.x and 28.x are also considered maintained. Once 31.0 is released, then 28.x becomes
34
+
"End of Life".
46
35
47
-
For example, major version 22.0 was released on 2021-09-13 and we provided maintenance fixes (point releases) until 2022-12-14.
48
-
Critical security issues would still be continued to be fixed until the EOL date of 2023-04-01.
49
-
However, to take advantage of bug fixes, you would have to upgrade to a later major version.
36
+
Major versions that are "End of Life" do not, as a general rule, receive security fixes. For more about our policy on
37
+
security fixes, see our [security advisories](/en/security-advisories/) page. We recommend running the latest
38
+
maintenance release (point release) of the most recent major version you are able to upgrade to.
50
39
51
40
## Schedule
52
41
53
42
Once EOL is reached, you will need to upgrade to a newer version.
54
43
55
-
| Version | Release Date |Maintenance End |End of Life |
0 commit comments