Skip to content

Commit

Permalink
Prepare v2024.07
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed Jul 1, 2024
1 parent 274c572 commit 3f77295
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VERSION = 2024
PATCHLEVEL = 07
SUBLEVEL =
EXTRAVERSION = -rc5
EXTRAVERSION =
NAME =

# *DOCUMENTATION*
Expand Down
29 changes: 17 additions & 12 deletions doc/develop/release_cycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,50 +51,55 @@ Examples::
Current Status
--------------

* U-Boot v2024.04 was released on Tue 02 April 2024.
* U-Boot v2024.07 was released on Mon 01 July 2024.

* The Merge Window for the next release (v2024.07) is **closed**.
* The Merge Window for the next release (v2024.10) is **open** until the -rc1
release on Mon 22 July 2024.

* The next branch is now **open**.
* The next branch is now **closed**.

* Release "v2024.07" is scheduled for 01 July 2024.
* Release "v2024.10" is scheduled for 07 October 2024.

Future Releases
---------------

.. The following commented out dates are for when release candidates are
planned to be tagged.
For the next scheduled release, release candidates were made on::
.. For the next scheduled release, release candidates were made on::
* U-Boot v2024.07-rc1 was released on Mon 22 April 2024.
.. * U-Boot v2024.10-rc1 was released on Mon 22 July 2024.
* U-Boot v2024.07-rc2 was released on Mon 06 May 2024.
.. * U-Boot v2024.10-rc2 was released on Mon 05 August 2024.
* U-Boot v2024.07-rc3 was released on Mon 20 May 2024.
.. * U-Boot v2024.10-rc3 was released on Mon 19 August 2024.
* U-Boot v2024.07-rc4 was released on Mon 03 June 2024.
.. * U-Boot v2024.10-rc4 was released on Mon 02 September 2024.
* U-Boot v2024.07-rc5 was released on Mon 24 June 2024.
.. * U-Boot v2024.10-rc5 was released on Mon 16 September 2024.
.. * U-Boot v2024.10-rc6 was released on Mon 30 September 2024.
Please note that the following dates are planned only and may be deviated from
as needed.

* "v2024.07": end of MW = Mon, Apr 22, 2024; release = Mon, Jul 01, 2024

* "v2024.10": end of MW = Mon, Jul 22, 2024; release = Mon, Oct 07, 2024

* "v2025.01": end of MW = Mon, Oct 21, 2024; release = Mon, Jan 06, 2025

* "v2025.04": end of MW = Mon, Jan 27, 2025; release = Mon, Apr 07, 2025

* "v2025.07": end of MW = Mon, Apr 21, 2025; release = Mon, Jul 07, 2025

Previous Releases
-----------------

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

* :doc:`statistics/u-boot-stats-v2024.07` which was released on 01 July 2024.

* :doc:`statistics/u-boot-stats-v2024.04` which was released on 02 April 2024.

* :doc:`statistics/u-boot-stats-v2024.01` which was released on 08 January 2024.
Expand Down
Loading

0 comments on commit 3f77295

Please sign in to comment.