diff --git a/CHANGES b/CHANGES index 632660ef82..c0595f698f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2017.11-rc2, Released November 13th, 2017 + + Fixes all over the tree. + + Updated/fixed packages: collectd, ffmpeg, freerdp, + go-bootstrap, imagemagick, jimtcl, libpjsip, libplist, libuv, + mesa3d, nodejs, ntp, openjpeg, postgresql, python-numpy, ruby, + snmp++, usb_modeswitch, util-linux, vboot-utils, webkitgtk, + wireshark, wpa_supplicant, xapp_xdriinfo + + Issues resolved (http://bugs.buildroot.org): + + #10326: mesa3d package fails to build when BR2_SHARED_STATIC_LIBS=y + #10491: Cannot output security warning when compiled with buildroot.. + 2017.11-rc1, Released November 6th, 2017 Fixes all over the tree and new features. @@ -15,6 +30,11 @@ bit bigger than before. To remove unneeded MIBS, you should use a post-build script. + Toolchain: Linaro toolchains updated to 2017.08, ARC toolchain + updated to 2017.09, Glibc updated to 2.26, Glibc support for + ARCv2. The toolchain wrapper now handles SOURCE_DATE_EPOCH for + older (pre-gcc7.x) toolchains for BR2_REPRODUCIBLE. + New defconfigs: Atmel SAM45D27, Bananapi M1 and M2 Plus, Engicam i.CoreM6 Qt5 configuration, i.MX6 sabreauto (mainline kernel/u-boot), i.MX6Q sabresd Qt5 configuration, i.MX7d-pico, diff --git a/DEVELOPERS b/DEVELOPERS index 7a4218d9c5..37b7dfe815 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -190,9 +190,15 @@ F: package/sigrok-cli/ N: Baruch Siach F: package/daemon/ +F: package/dropbear/ F: package/ebtables/ +F: package/i2c-tools/ +F: package/libcurl/ +F: package/libpcap/ F: package/openipmi/ F: package/socat/ +F: package/strace/ +F: package/tcpdump/ F: package/ti-uim/ F: package/uhubctl/ diff --git a/Makefile b/Makefile index 9240d0aeeb..55409b99af 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2017.11-rc1 +export BR2_VERSION := 2017.11-rc2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1510000000 +BR2_VERSION_EPOCH = 1510608000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/manual/developers.txt b/docs/manual/developers.txt index 4e2cd71638..a0a3668dbc 100644 --- a/docs/manual/developers.txt +++ b/docs/manual/developers.txt @@ -44,3 +44,5 @@ the +DEVELOPERS+ file for various tasks: list the ones that are not handled by any developer. The purpose of this option is to help completing the +DEVELOPERS+ file. +- When using without any arguments, it validates the integrity of the + DEVELOPERS file and will note WARNINGS for items that don't match. diff --git a/docs/website/download.html b/docs/website/download.html index 5c8a51b7f9..a7842b46d4 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ -

Latest release candidate: 2017.11-rc1

+

Latest release candidate: 2017.11-rc2

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

News