Update for 2010.11-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-11-08 10:24:31 +01:00
parent 61881e8d30
commit ea252b0e04
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
2010.11, Not yet released: 2010.11-rc1, Released November 8th, 2010:
Fixes all over the tree. Fixes all over the tree and new features.
Kconfig infrastructure rebased against 2.6.36-rc1, bringing Kconfig infrastructure rebased against 2.6.36-rc1, bringing
misc fixes + nconfig and savedefconfig targets. misc fixes + nconfig and savedefconfig targets.

View File

@ -24,7 +24,7 @@
#-------------------------------------------------------------- #--------------------------------------------------------------
# Set and export the version string # Set and export the version string
export BR2_VERSION:=2010.11-git export BR2_VERSION:=2010.11-rc1
# This top-level Makefile can *not* be executed in parallel # This top-level Makefile can *not* be executed in parallel
.NOTPARALLEL: .NOTPARALLEL:

View File

@ -13,15 +13,15 @@ here:<p>
or or
<a href="/downloads/buildroot-2010.08.tar.bz2">buildroot-2010.08.tar.bz2</a>. <a href="/downloads/buildroot-2010.08.tar.bz2">buildroot-2010.08.tar.bz2</a>.
<p> <p>
<!--
The latest release candidate is <b>2010.08-rc2</b>, which can be The latest release candidate is <b>2010.11-rc1</b>, which can be
downloaded here:<p> downloaded here:<p>
<a href="/downloads/buildroot-2010.08-rc2.tar.gz">buildroot-2010.08-rc2.tar.gz</a> <a href="/downloads/buildroot-2010.11-rc1.tar.gz">buildroot-2010.11-rc1.tar.gz</a>
or or
<a href="/downloads/buildroot-2010.08-rc2.tar.bz2">buildroot-2010.08-rc2.tar.bz2</a>. <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">buildroot-2010.11-rc1.tar.bz2</a>.
<p> <p>
-->
This and earlier releases can always be downloaded from This and earlier releases can always be downloaded from
<a href="/downloads/">http://buildroot.net/downloads/</a>. <a href="/downloads/">http://buildroot.net/downloads/</a>.