From 40bd4a32aadaa1d041a8525628ecaaf7f5a7fde6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 5 Dec 2022 08:23:19 +0100 Subject: [PATCH] Update for 2022.11 Signed-off-by: Peter Korsgaard --- CHANGES | 20 ++++++++++++++++++++ Makefile | 2 +- docs/website/download.html | 22 +++++++++++----------- docs/website/news.html | 18 ++++++++++++++++++ support/misc/Vagrantfile | 2 +- 5 files changed, 51 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index 79b010a9b8..f71e53fe4b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,23 @@ +2022.11, released December 5th, 2022 + + Fixes all over the tree. + + Defconfigs: Nitrogen8*: Bump rootfs size, Zynqmp + kv260/zcu102/zcu106: Update to Xilinx 2022.2, + + Updated/fixed packages: dash, dovecot, elf2flt, exim, gcc, + gdb, git, kodi, libarchive, libmdbx, linuxptp, lxc, + matchbox-keyboard, memcached, netsnmp, optee-client, + python-scipy, python3, qt6base, qt6serialport, rtl8188eu, + rtl8723bu, rtl8723ds, rtl8821au, vim, vlc, wilc-driver + + Removed packages: rabbitmq-server + + Issues resolved (http://bugs.uclibc.org): + + #15131: Target GDB uses internal zlib + #15151: Busybox /etc/init.d scripts are not executable + 2022.11-rc3, released November 24th, 2022 Fixes all over the tree. diff --git a/Makefile b/Makefile index 827ab230ef..89f3648bb7 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2022.11-rc3 +export BR2_VERSION := 2022.11 # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1669308000 diff --git a/docs/website/download.html b/docs/website/download.html index a92f630611..6f7007529c 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ -

Latest stable release: 2022.08.2

+

Latest stable release: 2022.11

- +
Source code
diff --git a/docs/website/news.html b/docs/website/news.html index 1d76cc3cf5..9be00982cb 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News

    +
  • +
    +
    +
    +

    2022.11 released

    +

    5 December 2022

    +
    +
    +

    The stable 2022.11 release is out - Thanks to everyone + contributing and testing the release candidates. See the + CHANGES + file for more details + and go to the downloads page to pick up the + 2022.11 release.

    +
    +
    +
  • +
  • diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 40c7c4e1ce..02fe6bca67 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2022.08.2' +RELEASE='2022.11' ### Change here for more memory/cores ### VM_MEMORY=2048