Skip to content

Commit e50b1e8

Browse files
committed
Prepare v2025.10
Signed-off-by: Tom Rini <[email protected]>
1 parent dc6c800 commit e50b1e8

3 files changed

Lines changed: 830 additions & 14 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VERSION = 2025
44
PATCHLEVEL = 10
55
SUBLEVEL =
6-
EXTRAVERSION = -rc5
6+
EXTRAVERSION =
77
NAME =
88

99
# *DOCUMENTATION*

doc/develop/release_cycle.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. |next_ver| replace:: v2025.10
1+
.. |next_ver| replace:: v2026.01
22

33
Release Cycle
44
=============
@@ -53,52 +53,54 @@ Examples::
5353
Current Status
5454
--------------
5555

56-
* U-Boot v2025.07 was released on Monday, 07 July 2025.
56+
* U-Boot v2025.10 was released on Monday, 06 October 2025.
5757

58-
* The Merge Window for the next release (|next_ver|) is **closed** with the -rc1
59-
release on Monday, 28 July 2025.
58+
* The Merge Window for the next release (|next_ver|) is **open** until the -rc1
59+
release on Monday, 27 October 2025.
6060

6161
* The next branch is now **open** with the -rc2 release on Monday, 11 August
6262
2025.
6363

64-
* Release "|next_ver|" is scheduled for Monday, 06 October 2025.
64+
* Release "|next_ver|" is scheduled for Monday, 05 January 2026.
6565

6666
Future Releases
6767
---------------
6868

6969
.. The following commented out dates are for when release candidates are
7070
planned to be tagged.
7171
72-
For the next scheduled release, release candidates were made on::
72+
.. For the next scheduled release, release candidates were made on::
7373
74-
* U-Boot |next_ver|-rc1 was released on Mon 28 July 2025.
74+
.. * U-Boot |next_ver|-rc1 was released on Mon 27 October 2025.
7575
76-
* U-Boot |next_ver|-rc2 was released on Mon 11 August 2025.
76+
.. * U-Boot |next_ver|-rc2 was released on Mon 10 November 2025.
7777
78-
* U-Boot |next_ver|-rc3 was released on Mon 25 August 2025.
78+
.. * U-Boot |next_ver|-rc3 was released on Mon 24 November 2025.
7979
80-
* U-Boot |next_ver|-rc4 was released on Mon 08 September 2025.
80+
.. * U-Boot |next_ver|-rc4 was released on Mon 08 December 2025.
8181
82-
* U-Boot |next_ver|-rc5 was released on Tue 23 September 2025.
82+
.. * U-Boot |next_ver|-rc5 was released on Tue 22 December 2025.
8383
8484
Please note that the following dates are planned only and may be deviated from
8585
as needed.
8686

87-
* "v2025.10": end of MW = Mon, Jul 28, 2025; release = Mon, Oct 06, 2025
88-
8987
* "v2026.01": end of MW = Mon, Oct 27, 2025; release = Mon, Jan 05, 2026
9088

9189
* "v2026.04": end of MW = Mon, Jan 26, 2026; release = Mon, Apr 06, 2026
9290

9391
* "v2026.07": end of MW = Mon, Apr 27, 2026; release = Mon, Jul 06, 2026
9492

93+
* "v2026.10": end of MW = Mon, Jul 27, 2026; release = Mon, Oct 05, 2026
94+
9595
Previous Releases
9696
-----------------
9797

9898
Note: these statistics are generated by our fork of `gitdm
9999
<https://source.denx.de/u-boot/gitdm>`_, which was originally created by
100100
Jonathan Corbet.
101101

102+
* :doc:`statistics/u-boot-stats-v2025.10` which was released on 06 October 2025.
103+
102104
* :doc:`statistics/u-boot-stats-v2025.07` which was released on 07 July 2025.
103105

104106
* :doc:`statistics/u-boot-stats-v2025.04` which was released on 07 April 2025.

0 commit comments

Comments
 (0)