diff --git a/CHANGES b/CHANGES index 2225e7630a..99cd79b14b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +2011.08, Released August 31th, 2011: + + Fixes all over the tree. + + Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4 + kernel headers. + + Updated/fixed packages: ipset, python + 2011.08-rc2, Released August 29th, 2011: Fixes all over the tree. diff --git a/Makefile b/Makefile index e975320d49..9ed46fce57 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2011.08-rc2 +export BR2_VERSION:=2011.08 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: diff --git a/docs/download.html b/docs/download.html index e8b8c48ea4..a397fe0c87 100644 --- a/docs/download.html +++ b/docs/download.html @@ -6,14 +6,14 @@
-The latest stable release is 2011.05, which can be downloaded +The latest stable release is 2011.08, which can be downloaded here:
-buildroot-2011.05.tar.gz +buildroot-2011.08.tar.gz or -buildroot-2011.05.tar.bz2. +buildroot-2011.08.tar.bz2.
- + This and earlier releases can always be downloaded from http://buildroot.net/downloads/. diff --git a/docs/news.html b/docs/news.html index 582a72a6d3..dbcc7c901b 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,14 @@
The stable 2011.08 release is out - Thanks to everyone + contributing and testing the release candidates. See the + CHANGES + file for more details, and go to the downloads page to pick up the + 2011.08 release.
+