From: Peter Korsgaard Date: Mon, 11 May 2015 11:28:26 +0000 (+0200) Subject: Update for 2015.05-rc2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2435f6ddb52ad4bb21885dbf7d9395ff6428de2;p=buildroot.git Update for 2015.05-rc2 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index e28eef7717..11895e657f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +2015.05-rc2, Released May 11th, 2015 + + Minor fixes. + + Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking + issues. Context functions enabled for uClibc snapshot / + uClibc-NG. + + Architectures: Endian handling symbol for Xtensa, binutils + fixes. + + Infrastructure: Fix for kernel module stripping when + localversion contains spaces. + + Updated/fixed packages: at, autoconf-archive, binutils, + cc-tool, cryptsetup, dstat, expedite, freerdp, giflib, + gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard, + ola, poppler, postgresql, python-qt, qt, sqlite, valgrind, + xlib_libXfont + + Issues resolved (http://bugs.uclibc.org): + + #8086: Cannot select systemd as init with Linaro 2014.09... + 2015.05-rc1, Released May 4th, 2015 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index b0e6915fc2..5c4293bc57 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: # Set and export the version string -export BR2_VERSION := 2015.05-rc1 +export BR2_VERSION := 2015.05-rc2 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION = 3.81 diff --git a/docs/website/download.html b/docs/website/download.html index 6a880c6cb0..9362ccf1b6 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -18,14 +18,14 @@ or

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

-buildroot-2015.05-rc1.tar.gz -(PGP signature) +buildroot-2015.05-rc2.tar.gz +(PGP signature) or -buildroot-2015.05-rc1.tar.bz2 -(PGP signature). +buildroot-2015.05-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 91bafd407a..6ca5647ef0 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -8,6 +8,19 @@