diff --git a/CHANGES b/CHANGES index 357375c2de..ef58d17d89 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2022.08.1, released October 2nd, 2022 + + Important / security related fixes. + + Updated/fixed packages: botan, busybox, docker-cli, + docker-engine, expat, git, haproxy, heirloom-mailx, icu, + imx-gpu-viv, libconfuse, libmdbx, libupnp, libxml2, + ltp-testsuite, m4, makedevs, mariadb, mesa3d, meson, + mosquitto, ncurses, openssh, pango, python3, qlibc, + qt5xmlpatterns, rtl8189es, rtl8723bu, rt8723ds, + rtl8812au-aircrack-ng, runc, sox, tinyproxy, uacme, unbound, + unzip, vim, xtables-addons + + Issues resolved (http://bugs.uclibc.org): + + #14796: 64 bit time and seccomp conflict (OpenSSH server crash) + #14921: wpewebkit build fails because of internal build order + 2022.08, released September 10th, 2022 Fixes all over the tree. diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index fb0f48215c..f558e52ca6 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2022.08' +RELEASE='2022.08.1' ### Change here for more memory/cores ### VM_MEMORY=2048