diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-08 10:24:31 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-08 10:24:59 +0100 |
commit | ea252b0e040453223858a0eda385e895e4d65b93 (patch) | |
tree | b04782fb3fc88074f1de35eb26cd9e2d3b62419b | |
parent | 61881e8d30ab4ca7cb7f0a55be31bdb5ecbe0d37 (diff) | |
download | buildroot-novena-ea252b0e040453223858a0eda385e895e4d65b93.tar.gz buildroot-novena-ea252b0e040453223858a0eda385e895e4d65b93.zip |
Update for 2010.11-rc12010.11_rc1
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | docs/download.html | 10 |
3 files changed, 8 insertions, 8 deletions
@@ -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 misc fixes + nconfig and savedefconfig targets. @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # 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 .NOTPARALLEL: diff --git a/docs/download.html b/docs/download.html index 75abc9269..ae1e2fbe3 100644 --- a/docs/download.html +++ b/docs/download.html @@ -13,15 +13,15 @@ here:<p> or <a href="/downloads/buildroot-2010.08.tar.bz2">buildroot-2010.08.tar.bz2</a>. <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> -<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 -<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> ---> + This and earlier releases can always be downloaded from <a href="/downloads/">http://buildroot.net/downloads/</a>. |