diff --git a/CHANGES b/CHANGES index 2db21585d6..5c866e82d2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -2011.02, Not yet released: +2011.02-rc1, Released February 14th, 2011: + + Fixes all over the tree and new features. External toolchain improvements: clarification of the options, and introduction of the toolchain profile concept, for diff --git a/Makefile b/Makefile index 111fbd634b..d9541783b2 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2011.02-git +export BR2_VERSION:=2011.02-rc1 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: diff --git a/docs/download.html b/docs/download.html index 1db538623d..9f731bad98 100644 --- a/docs/download.html +++ b/docs/download.html @@ -13,15 +13,15 @@ here:
- + This and earlier releases can always be downloaded from http://buildroot.net/downloads/. diff --git a/docs/news.html b/docs/news.html index 38fbca37a1..9f66825012 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,19 @@
We have a new release candidate! Lots of changes all over the + tree, see the CHANGES + file for details. + +
Head to the downloads page to pick up the + 2011.02-rc1 + release candidate, and report any problems found to the mailing list or bug tracker.
+The stable 2010.11 release is out - Thanks to everyone