diff --git a/CHANGES b/CHANGES index 762d3a19b9..678991cbc2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2022.08-rc1, to be released +2022.08-rc1, released August 12th, 2022 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 36a5741e7b..b40b7632f5 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2022.08-git +export BR2_VERSION := 2022.08-rc1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1654546000 +BR2_VERSION_EPOCH = 1660332552 # 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 04b885d76c..8572baf9ae 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 72ee5e21fd..210a8bd976 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@12 August 2022
+We have a new release candidate! Lots of changes all over the tree, see the + CHANGES + file for more details.
+ +Go to the downloads page to pick up the + 2022.08-rc1 + release, and report any problems found to the + mailing list or + bug tracker.
+