diff --git a/CHANGES b/CHANGES index 09ef71e41a..a6f368b487 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2011.08, Not released yet: +2011.08-rc1, Released August 4th, 2011: Fixes all over the tree and new features. @@ -9,7 +9,7 @@ GENTARGETS infrastructure extended to cover bootloaders and Linux kernel as well. Options to retrive Linux/U-Boot from a custom git repo instead of upstream tarballs. - Support for Linux 3.x and release candiate tarballs. + Support for Linux 3.x and release candidate tarballs. X-Loader bootloader for omap added. Make source/external-deps now also works for external diff --git a/Makefile b/Makefile index df6ce8f534..24f0cb2d06 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2011.08-git +export BR2_VERSION:=2011.08-rc1 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: diff --git a/docs/download.html b/docs/download.html index a70bfb35ab..3977d685ad 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 4d79bf2a74..42ebdd257c 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.08-rc1 + release candidate, and report any problems found to the mailing list or bug tracker.
+The stable 2011.05 release is out - Thanks to everyone