diff --git a/CHANGES b/CHANGES index 52450adeb3..4cb218a56f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2021.05-rc1, not yet released +2021.05-rc1, released May 12th, 2021 Fixes all over the tree and new features. @@ -13,7 +13,7 @@ scripts, so they can call the Buildroot Makefile in the correct directory for both in-tree / out-of-tree builds. - CMake infrastructure: Use CMAKE_EXE_LINKERFLAGS rather than + CMake infrastructure: Use CMAKE_EXE_LINKER_FLAGS rather than CMAKE_CXX_FLAGS to link with libatomic to fix an compatibility issue with poppler. Bump minimal host cmake version to 3.16 (from 3.15) to fix a compatibility issue with domoticz. diff --git a/Makefile b/Makefile index ef2b6a34e8..76f14888ea 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2021.05-git +export BR2_VERSION := 2021.05-rc1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1615065000 +BR2_VERSION_EPOCH = 1620809000 # 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 384b9e98f1..fde13ce8cc 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -75,41 +75,41 @@
- -12 May 2021
+We have a new release candidate! Lots of changes all over the tree, see the + CHANGES + file for more details.
+ +Go to the downloads page to pick up the + 2021.05-rc1 + release, and report any problems found to the + mailing list or + bug tracker.
+