Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions _includes/posts/maintenance-table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
| 25.x | 2023-05-18 | 2024-04-16 | TBA |
| 26.x | 2023-12-06 | after v28.0 | TBA |
| 27.x | 2024-04-16 | after v29.0 | TBA |
| 28.x | TBA* | TBA | TBA |
| 28.x | TBA* | after v30.0 | after v31.0 |
| 27.x | 2024-04-16 | after v29.0 | after v30.0 |
| 26.x | 2023-12-06 | after v28.0 | after v29.0 |
| 25.x | 2023-05-18 | 2024-04-16 | after v28.0 |
| 24.x | 2022-11-24 | 2023-12-12 | 2024-04-02 |
| 23.x | 2022-04-25 | 2023-05-18 | 2023-12-01 |
| 22.x | 2021-09-13 | 2022-11-24 | 2023-04-01 |
| 0.21.x | 2021-01-15 | 2022-04-25 | 2022-10-01 |
| 0.20.x | 2020-06-03 | 2021-09-13 | 2022-02-01 |
| 0.19.x | 2019-11-24 | 2021-01-15 | 2021-08-01 |
| 0.18.x | 2019-05-02 | 2020-06-03 | 2021-02-01 |
| 0.17.x | 2018-10-03 | 2019-11-24 | 2020-08-01 |
| 0.16.x | 2018-02-26 | 2019-05-02 | 2020-02-01 |
| 0.15.x | 2017-09-15 | 2018-10-03 | 2019-08-01 |
| 0.14.x | 2017-03-08 | 2018-02-26 | 2019-02-01 |
| 0.13.x | 2016-08-23 | 2017-09-15 | 2018-08-01 |
| 0.12.x | 2016-02-23 | 2017-03-31 | 2018-02-28 |
| 0.11.x | 2015-07-12 | 2016-08-23 | 2017-08-01 |
| 0.10.x | 2015-02-16 | 2016-02-29 | 2017-02-28 |
| 0.9.x | 2014-03-19 | 2015-06-16 | 2016-02-28 |
| 0.8.x | 2013-02-19 | 2014-03-19 | 2015-12-31 |
4 changes: 2 additions & 2 deletions _posts/en/pages/2016-01-15-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ We maintain the major versions until their "Maintenance End". We generally maint
For example, if the current release is 23.0, then 22.0 is also considered maintained.
Once 24.0 is released, then 22.0 would be considered at its "Maintenance End".
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.
Once software has reached the "Maintenance End" period it will only receive critical security fixes until the EOL date.
Once software has reached the "Maintenance End" period, it will only receive critical security fixes until the End-of-Life (EOL) date.
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.
Generally, it is recommended to run the latest maintenance release (point release) of the current or previous major version.

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.

For example, major version 22.0 was released on 2021-09-13 and we provided maintenance fixes (point releases) until 2022-11-15.
Critical security issues would still be continued to be fixed until the End-Of-Life "EOL" date of 2024-04-01.
Critical security issues would still be continued to be fixed until the EOL date of 2024-04-01.
However, to take advantage of bug fixes, you would have to upgrade to a later major version.

## Schedule
Expand Down