From: Peter Korsgaard Date: Thu, 20 Feb 2014 08:24:32 +0000 (+0100) Subject: Update for 2014.02-rc2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=085d4f02706de9dcf7e76c3967a060bc6eddc292;p=buildroot.git Update for 2014.02-rc2 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 8a73cc1be3..df9abd3f5e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,26 @@ +2014.02-rc2, Released February 20th, 2014 + + Fixes all over the tree. Static linking / nommu fixes and + annotations for several packages. + + Updated/fixed packages: boost, busybox, collectd, coreutils, + dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone, + jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut, + opencv, python, python3, qtuio, systemd, thrift, transmission, + uclibc, vlc, webkit + + Issues resolved (http://bugs.uclibc.org): + + #5450: AT91SAM9260 Bootstrap compilation problem + #5582: libiconv 1.14 failed to build + #5624: When building directfb, BR2_TARGET_LDFLAGS not used by.. + #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK.. + #6218: binutils-2.23.2/gas fails with undefined reference to.. + #6236: binutils-2.23.2/bfd fails with undefined reference to.. + #6470: If the build directory is a child of /usr, the build.. + #6776: systemd error: static declaration of 'execvpe' follows.. + #6818: toolchainfile.cmake has absolut path references + 2014.02-rc1, Released February 11th, 2014 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 82261111af..98d32c046c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2014.02-rc1 +export BR2_VERSION:=2014.02-rc2 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81 diff --git a/docs/download.html b/docs/download.html index 1d2a8af6bb..2c08fcb80f 100644 --- a/docs/download.html +++ b/docs/download.html @@ -17,14 +17,14 @@ or

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

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

This and earlier releases (and their PGP signatures) can always be downloaded from diff --git a/docs/news.html b/docs/news.html index 03a2a8c81d..e3d842315e 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,19 @@