From e4132725bd521308116f069c61d8e2002a2185cc Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 31 May 2021 23:29:41 +0200 Subject: [PATCH] Update for 2021.05-rc3 Signed-off-by: Peter Korsgaard --- CHANGES | 16 ++++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 18 +++++++++--------- 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 53b9020767..95b3a38024 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +2021.05-rc3, released May 31th, 2021 + + Fixes all over the tree. + + meson: Explicitly disable PIE support (b_pie) as it is handled + by the toolchain wrapper. + + Updated/fixed packages: boost, dhcp, expat, gdb, hwloc, imagemagick, + libcurl, libopenh264, llvm, lz4, mpv, nginx, paho-mqtt-c, pifmrds, + pipewire, python-bluezero, python-pillow, qemu, strace, uhd, vlc, + webkitgtk + + Issues resolved (http://bugs.uclibc.org): + + #13821: Wrong url for libnfsidmap package + 2021.05-rc2, released May 22th, 2021 Fixes all over the tree. diff --git a/Makefile b/Makefile index 57322fb586..29250a232d 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2021.05-rc2 +export BR2_VERSION := 2021.05-rc3 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1621690900 +BR2_VERSION_EPOCH = 1622496000 # 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 3654285527..ea3af3bfb0 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ --> -

Latest release candidate: 2021.05-rc2

+

Latest release candidate: 2021.05-rc3

-- 2.30.2