diff --git a/CHANGES b/CHANGES index e8b2eb312a..83859bb47a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2025.02-rc2, released March 13th 28th, 2025 + + Fixes all over the tree. + + Linux: Support device tree overlays and support custom device + tree files with Linux >= 6.12, which changed the build + logic. For this a new BR2_LINUX_KERNEL_CUSTOM_DTS_DIR option + has been introduced and the existing _CUSTOM_DTS_PATH option + deprecated. + + Updated/fixed packages: compiler-rt, elfutils, fluidsynth, + freescale-imx, go, jbig2dec, libcamera, libcdio, libjxl, musl, + optee-os, postgresql, prboom, sqlite, systemd, util-linux, + webkitgtk + 2025.02-rc1, released February 28th, 2025 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 824fba06bf..30222c9747 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2025.02-rc1 +export BR2_VERSION := 2025.02-rc2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1740760000 +BR2_VERSION_EPOCH = 1741860000 # 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 9d27cf8a08..263b03309a 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ -
13 March 2025
+Another 2 weeks, another release candidate with more cleanups and build fixes. See the + CHANGES + file for more details.
+ +Go to the downloads page to pick up the + 2025.02-rc2 + release, and report any problems found to the + mailing list or + bug tracker.
+