diff --git a/CHANGES b/CHANGES index 6077468aa4..e8ba141842 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2015.02, Not yet released +2015.02-rc1, Released February 8th, 2015 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 9c870d929b..338c9929d6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: # Set and export the version string -export BR2_VERSION := 2015.02-git +export BR2_VERSION := 2015.02-rc1 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION = 3.81 diff --git a/docs/website/download.html b/docs/website/download.html index 7721615035..7d4e243a87 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -17,22 +17,22 @@ or (PGP signature).
- + You can also obtain daily snapshots of the latest Buildroot source tree if you want to follow development, but cannot or do not wish to use Git. diff --git a/docs/website/news.html b/docs/website/news.html index 0596e4cba0..1b49ef2100 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.02-rc1 + release candidate, and report any problems found to the + mailing list or + bug tracker.