diff --git a/CHANGES b/CHANGES index 21de451718..b2f8d7a2fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,17 @@ -2012.02-rc1: Released February 12th, 2012: +2012.02-rc2, Released February 19th, 2012: + + Fixes all over the tree. + + Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump + linux-headers 3.0.x / 3.2.x stable versions. + + Documentation: Added makedev / _DEVICES / + _PERMISSIONS documentation. + + Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore, + libvncserver, mxml, python. + +2012.02-rc1, Released February 12th, 2012: Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 7d8dd2ed2e..428084b38b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2012.02-rc1 +export BR2_VERSION:=2012.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 3e43cdf139..ae6a261de6 100644 --- a/docs/download.html +++ b/docs/download.html @@ -14,12 +14,12 @@ or buildroot-2011.11.tar.bz2.

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

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

This and earlier releases can always be downloaded from diff --git a/docs/news.html b/docs/news.html index 9b50a550f1..4871245f40 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,7 +5,20 @@