From bfaed966af9c0e853844a36618420c1491ac037d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Nov 2015 13:07:41 +0100 Subject: [PATCH] Update for 2015.11-rc2 Signed-off-by: Peter Korsgaard --- CHANGES | 33 +++++++++++++++++++++++++++++++++ Makefile | 2 +- docs/website/download.html | 10 +++++----- docs/website/news.html | 13 +++++++++++++ 4 files changed, 52 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index d801ac309f..c4b6acda7b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,36 @@ +2015.11-rc2, Released November 19th, 2015 + + Fixes all over the tree. + + LD_LIBRARY_PATH is no longer used to ensure host binaries find + their libraries, fixing issues on recent Fedora. + + Toolchain fixes for powerpc e5500 / e6500. Fix for an issue + with ${TARGET}-cc after the move to use a toolchain wrapper + for the internal toolchain. + + Appy-patches.sh now correctly applies all files listed in + series files. + + Fixes for merged /usr handling when a custom skeleton is used. + + Updated/fixed packages: axfsutils, boost, busybox, dhcp, + directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc, + gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl, + libecore, libgudev, libnss, libpng, libserial, libssh2, + libuecc, libxml2, linux-headers, liquid-dsp, ltris, + lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer, + mysql, opencv, opencv3, package, perl-file-util, php-ssh2, + polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger, + ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc, + ushare, wine, wpa_supplicant, x265, + xdriver_xf86-video-siliconmotion, zxing-cpp + + Issues resolved (http://bugs.uclibc.org): + + #4790: Running udhcpc on a system with NFS root kills NFS + #8456: Building host-pkgconf on Fedora 23 fails due to.. + 2015.11-rc1, Released November, 7th 2015 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 80c264fc8b..71c6836ee6 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ else # umask all: # Set and export the version string -export BR2_VERSION := 2015.11-rc1 +export BR2_VERSION := 2015.11-rc2 # 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 a6c2ac0ca1..201e248e60 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -17,14 +17,14 @@ or (PGP signature).

-The latest release candidate is 2015.11-rc1, which can be +The latest release candidate is 2015.11-rc2, which can be downloaded here:

-buildroot-2015.11-rc1.tar.gz -(PGP signature) +buildroot-2015.11-rc2.tar.gz +(PGP signature) or -buildroot-2015.11-rc1.tar.bz2 -(PGP signature). +buildroot-2015.11-rc2.tar.bz2 +(PGP signature).

This and earlier releases (and their PGP signatures) can always be downloaded from diff --git a/docs/website/news.html b/docs/website/news.html index ce813780d8..565e907585 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -8,6 +8,19 @@