diff --git a/CHANGES b/CHANGES index 06c9201960..d883bb393e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2020.02-rc1, not yet released +2020.02-rc1, released February 18th, 2020 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index af24630d2f..671e12a9d4 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2020.02-git +export BR2_VERSION := 2020.02-rc1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1575236000 +BR2_VERSION_EPOCH = 1582065000 # 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 5e1303b58f..2e003da71c 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -75,41 +75,41 @@
- + 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 d1fa009fd5..b6584b572a 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,29 @@18 February 2020
+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 + 2020.02-rc1 + release candidate, and report any problems found to the + mailing list or + bug tracker.
+