From afe19e6ced27910ec92087d8376c8340621521fa Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 12 May 2021 10:49:31 +0200 Subject: [PATCH] Update for 2021.05-rc1 Signed-off-by: Peter Korsgaard --- CHANGES | 4 ++-- Makefile | 4 ++-- docs/website/download.html | 22 +++++++++++----------- docs/website/news.html | 21 +++++++++++++++++++++ 4 files changed, 36 insertions(+), 15 deletions(-) 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 @@

PGP signature

- -

Latest release candidate: 2021.02-rc3

+--> +

Latest release candidate: 2021.05-rc1

---> + This and earlier releases (and their PGP signatures) can always be downloaded from http://buildroot.net/downloads/. diff --git a/docs/website/news.html b/docs/website/news.html index fcc73d775d..9192a117a8 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@

News