From 1fcdfbfb8a28b81283575efc3faa92ce4a0d4e56 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 1 Sep 2019 23:06:01 +0200 Subject: [PATCH] Update for 2019.08 Signed-off-by: Peter Korsgaard --- CHANGES | 18 ++++++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 22 +++++++++++----------- docs/website/news.html | 18 ++++++++++++++++++ support/misc/Vagrantfile | 2 +- 5 files changed, 50 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index fb21b72bc7..c8e13c3bab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2019.08, released September 1st, 2019 + + Various fixes. + + Defconfigs: Removed nanopc t4, nanopi m4 and neo4, pine64 + rockpro64 and raxda rock pi4 as they rely on a ARM32 toolchain + on the build host to build ATF. These defconfigs will be added + back once a package providing such toolchain is + available. Also dropped ts4800 defconfig as it does not build + with GCC >= 8.x. + + Updated/fixed packages: libxcb, php, python-numpy, webkitgtk, + wpewebkit, xfont_font-util + + Issues resolved (http://bugs.uclibc.org): + + #12156: buildroot-2019.08-rc3 does not build for Pi Zero W + 2019.08-rc3, released August 28th, 2019 Fixes all over the tree. diff --git a/Makefile b/Makefile index 82c844620a..24ebaa2874 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2019.08-rc3 +export BR2_VERSION := 2019.08 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1567026000 +BR2_VERSION_EPOCH = 1567371000 # 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 173cc00b72..a7c5acbf15 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ -

Latest stable release: 2019.05.1

+

Latest stable release: 2019.08

- + 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 2462191634..4d89802c44 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News