diff --git a/CHANGES b/CHANGES index ce16e2eb61..ee4aca1eb6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2015.08-rc1, not yet released +2015.08-rc1, Released August, 5th 2015 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 90598844e2..b4cef3f669 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ else # umask all: # Set and export the version string -export BR2_VERSION := 2015.08-git +export BR2_VERSION := 2015.08-rc1 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 715bec93eb..aa4d731f69 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -17,17 +17,16 @@ or (PGP signature).
- + This and earlier releases (and their PGP signatures) can always be downloaded from http://buildroot.net/downloads/. diff --git a/docs/website/news.html b/docs/website/news.html index 9a33b009f4..66edf07aab 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -8,6 +8,18 @@
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 + 2015.08-rc1 + release candidate, and report any problems found to the + mailing list or + bug tracker.