diff --git a/CHANGES b/CHANGES index 4310a11fc5..85e9828cbf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +2020.05-rc3, released May 29th, 2020 + + Fixes all over the tree. + + Infrastructure: Support checking download hashes for packages + coming from Subversion. + + Defconfigs: Increase boot partition size to 64MB for Freescale + boards to allow space for bigger kernels. + + Updated/fixed packages: audit, bind, dovecot, efl, erlang, + ffmpeg, fio, gerbera, gnupg, leveldb, lrzip, ltrace, matio, + mesa3d, mp4v2, prosody, qemu, qt5declarative, speexdsp, + systemd, tremor, uboot-tools, unbound, wireshark + + Removed packages: wiringpi + + Issues resolved (http://bugs.uclibc.org): + + #12361: Init system (systemd) kills login on Raspberry Pi Zero + #12686: recipe for target 'install_dev' failed (libcrypto.so..) + 2020.05-rc2, released May 22nd 2020 Fixes all over the tree. diff --git a/Makefile b/Makefile index cb15428406..374ddb068f 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2020.05-rc2 +export BR2_VERSION := 2020.05-rc3 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1590140000 +BR2_VERSION_EPOCH = 1590784000 # 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 a2e14a4a5b..60308d9e56 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ --> -

Latest release candidate: 2020.05-rc2

+

Latest release candidate: 2020.05-rc3

- +
- +
-

buildroot-2020.05-rc2.tar.gz

-

PGP signature

+

buildroot-2020.05-rc3.tar.gz

+

PGP signature

- +
- +
-

buildroot-2020.05-rc2.tar.bz2

-

PGP signature

+

buildroot-2020.05-rc3.tar.bz2

+

PGP signature

diff --git a/docs/website/news.html b/docs/website/news.html index ec49017fd2..908a3f4536 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@

News