diff --git a/CHANGES b/CHANGES index ae3929d856..03c859ceb6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +2022.08, released September 10th, 2022 + + Fixes all over the tree. + + Autotools: Drop --runstatedir=/run as it causes build issues + with older packages + + Defconfigs: rockpro64: Change to mainline ATF to fix build issue + + Updated/fixed packages: dhcpd, fwup, gcc, gdb, go, linux-tools, + minidlna, mosquitto, mv-ddr-mervell, networkd-dispatcher, + optee-os, polkit, python-pillow, python3, sconeserver, uuu, + wolfssl + 2022.08-rc2, released September 1st, 2022 Fixes all over the tree. diff --git a/Makefile b/Makefile index bd0b906cde..03488dc6ba 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2022.08-rc2 +export BR2_VERSION := 2022.08 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1662020000 +BR2_VERSION_EPOCH = 1662822000 # 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 8086878f38..0ecd4b02f1 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ -

Latest stable release: 2022.05.2

+

Latest stable release: 2022.08

- +
- +
-

buildroot-2022.05.2.tar.gz

-

PGP signature

+

buildroot-2022.08.tar.gz

+

PGP signature

- +
- +
-

buildroot-2022.05.2.tar.xz

-

PGP signature

+

buildroot-2022.08.tar.xz

+

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 fb62d5a6df..411914dbb3 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News