Update for 2020.11.3
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 17 Feb 2021 18:24:35 +0000 (19:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 17 Feb 2021 18:43:17 +0000 (19:43 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 610e67b1fc4ac44e0c4a7ba437c917ad6d63f481)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
support/misc/Vagrantfile

diff --git a/CHANGES b/CHANGES
index 01c2c7688dfd1c93764f407a9496a38fdc42c0d8..6804131d5016e0bc51fc7e9245c1370264985609 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        #13471: package/mpd/mpd.conf make use of path not created
        #13506: BR2_PACKAGE_DHCPCD missing directory creation
 
+2020.11.3, released February 17th, 2021
+
+       meson: Fix ccache detection handling when per-package builds
+       are used.
+
+       Fakeroot: Fix compatibility issue with glibc 2.33
+
+       Updated/fixed packages: atftp, binutils, busybox, cereal,
+       chartjs, connman, dhcpcd, dnsmasq, docker-cli, docker-engine,
+       ebtables, fakeroot, flashrom, go, gst1-python, guile,
+       intel-mediadriver, intel-microcode, jasper,
+       kodi-inputstream-adaptive, lcms2, libbsd, libopenssl,
+       makedumpfile, memtester, mosquitto, ne10, openblas, orc, php,
+       postgresql, privoxy, pugixml, python-bottle, python-django,
+       python3, rauc, sox, stress-ng, subversion, tzdata,
+       uboot-tools, uclibc, webkitgtk, wireguard-linux-compat,
+       wireshark, wpa_supplicant, wpewebkit, xenomai,
+       xserver_xorg-server, xterm
+
+       Issues resolved (http://bugs.uclibc.org):
+
+       #11706: binman (U-boot tool) cannot find libfdt "binman: No mod..
+       #13506: BR2_PACKAGE_DHCPCD missing directory creation
+
 2020.11.2, released January 31st, 2021
 
        Important / security related fixes.
index ed12abd2f02c74796342a21427cc21abec0095db..28a74b9929a2153e15ade2badffaddd8ce2bc94a 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2020.11.2'
+RELEASE='2020.11.3'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048