diff --git a/CHANGES b/CHANGES index c5c71bd6ef..4916eb0bf4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2024.05, released June 12th, 2024 + + Various fixes. + + Infrastructure: Ensure a custom tar program specified with + make TAR=/path/to/custom/tar is used everwhere. + + Defconfigs: Fix build issues and runtime warnings for + Beaglebone qt5, Qemu ppc64/le pseries, TI am62x/am64x. + + Add hashes for Beaglebone qt5, imx8mn bsh sm s2 / pro, + stm32f429 disco XIP, stm32f769 disco sd. + + Updated/fixed packages: bc, collectd, composer, cvs, + docker-compose, flutter-engine, git, liblockfile, libzenoh-c, + lightning, nginx, p11-kit, python-lxml, python3, qt6base, + rrdtool, sofia-sip, syslog-ng, systemd, uclibc, unixodbc + 2024.05-rc2, released June 4th, 2024 Fixes all over the tree. diff --git a/Makefile b/Makefile index 3bef434466..4320eeb1b7 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2024.05-rc2 +export BR2_VERSION := 2024.05 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1717537000 +BR2_VERSION_EPOCH = 1718188000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 127c004e36..5737878cd4 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -8,7 +8,7 @@
12 June 2024
+The stable 2024.05 release is out - Thanks to everyone + contributing and testing the release candidates. See the + CHANGES + file for more details + and go to the downloads page to pick up the + 2024.05 release.
+