From: Peter Korsgaard Date: Mon, 28 May 2018 21:02:21 +0000 (+0200) Subject: Update for 2018.05-rc3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bea6b866efb52c3ff7745bbea4aba4562d6877bf;p=buildroot.git Update for 2018.05-rc3 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 4a51dafab5..e48ac23adc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,31 @@ +2018.05-rc3, Released May 28th, 2018 + + Fixes all over the tree. + + Toolchain: ARC tools updated to arc-2018.03-rc2. + + Fs: Ensure hard links in TARGET_DIR are correctly copied for + filesystem input. With the recent changes to the file system + generation logic, hard links were "expanded" in file system + images leading to bloated rootfs images for setups with hard + links. + + Infrastructure: Error out for packages using the 'local' + method but forgetting to specify _SITE. + + Build rpcgen for the host when needed to support distributions + no longer shipping rpcgen with glibc (E.G. recent Fedora). + + Updated/fixed packages: autofs, bash-completion, binutils, + busybox, cjson, elf2flt, libcoap, libcurl, libtirpc, lrzsz, + poppler, procps-ng, qt-webkit-kiosk, quota, samba4, xfsprogs + + Issues resolved (http://bugs.uclibc.org): + + #11031: ld-elf2flt: host/bin/ld.real': execvp: No such file.. + #11036: C compiler cannot create executables + #11046: Git package binaries are ~180MB (compared to ~20MB in.. + 2018.05-rc2, Released May 22nd, 2018 Fixes all over the tree. diff --git a/Makefile b/Makefile index 3415f994bd..7be8a6634b 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.05-rc2 +export BR2_VERSION := 2018.05-rc3 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1527024000 +BR2_VERSION_EPOCH = 1527540000 # 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 1ae05e9c62..03f8e1818c 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -77,37 +77,37 @@ --> -

Latest release candidate: 2018.05-rc2

+

Latest release candidate: 2018.05-rc3

diff --git a/docs/website/news.html b/docs/website/news.html index c14b108d1c..b89e6e27ed 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,28 @@

News