From b87c05dc95d7167d867f2aad132a1e908090b1ae Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 18 Nov 2013 22:22:17 +0100 Subject: [PATCH] Update for 2013.11-rc2 Signed-off-by: Peter Korsgaard --- CHANGES | 22 ++++++++++++++++++++++ Makefile | 2 +- docs/download.html | 6 +++--- docs/news.html | 13 +++++++++++++ 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index b1edb5c92..93673c34b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +2013.11-rc2, Released November 18th, 2013 + + Fixes all over the tree. + + Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug: + Adjust kernel versions. + + Toolchain: avr32: fix for modern kernel headers + + Bootloader: Barebox updated to 2013.10.1 + + Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad, + libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp, + wayland, wvstreams + + Issues resolved (http://bugs.uclibc.org): + + #3601: DHCPD S80dhcp-server startup script issues + #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS.. + #6416: Xenomai package, patch alternative + #6590: directfb-examples build failed whit linaro toolchain + 2013.11-rc1, Released November 12th, 2013 Architectures: Nios-II support, MIPS arch handling fixes diff --git a/Makefile b/Makefile index c7a0a6dbf..685e0ee69 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2013.11-rc1 +export BR2_VERSION:=2013.11-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 64d774d45..55e3538b0 100644 --- a/docs/download.html +++ b/docs/download.html @@ -15,12 +15,12 @@ or

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

-buildroot-2013.11-rc1.tar.gz +buildroot-2013.11-rc2.tar.gz or -buildroot-2013.11-rc1.tar.bz2. +buildroot-2013.11-rc2.tar.bz2.

This and earlier releases can always be downloaded from diff --git a/docs/news.html b/docs/news.html index 12082eb9e..432c6348d 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,19 @@