From: Peter Korsgaard Date: Thu, 30 Nov 2017 21:35:17 +0000 (+0100) Subject: Update for 2017.11 X-Git-Tag: 2017.11^0 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/9dd76697ccd2bac65a78fd7687899e1c9ca14465 Update for 2017.11 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index cdd9481a03..bca075a9d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,31 @@ +2017.11, Released November 30, 2017 + + Fixes all over the tree. + + Toolchain: Use github mirror for Glibc. + + Defconfigs: Correct boot.cmd for bananapi-m1. + + Makefiles: Workaround include order issues for certain make + versions by explicitly sorting the result of wildcard where it + matters. + + Download: Ensure subversion runs in non-interactive mode. + + Updated/fixed packages: asterisk, boost, chrony, dovecot, + dvb-apps, exim, feh, freerdp, fwup, google-breakpad, jose, + kvm-unit-test, lftp, libcurl, libevent, libfastjson, libpjsip, + libupnp, linphone, localedef, lttng-tools, mp4v2, mtools, + ndisc6, oracle-mysql, parted, pdbg, qt, qt5connectivity, + qt5declarative, qt5webkit, rauc, runc, samba4, shairport-sync, + systemd-bootchart, webkitgtk, wireguard, xlib_libXcursor, + xlib_libXfont, xlib_libXfont2, + + Issues resolved (http://bugs.buildroot.org): + + 10501: host-localedef fails to compile on Ubuntu 17.10 + 10506: Changed kernel image type (e.g. zImage to uImage)... + 2017.11-rc2, Released November 13th, 2017 Fixes all over the tree. diff --git a/Makefile b/Makefile index 3ee6abe026..a86d764721 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2017.11-rc2 +export BR2_VERSION := 2017.11 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1510608000 +BR2_VERSION_EPOCH = 1512070000 # 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 2ea8890eed..6f26d67e5e 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ -

Latest stable release: 2017.08.2

+

Latest stable release: 2017.11

- + 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 e5b108a89d..5de000f685 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News