Update for 2020.02.6
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1c8ec92a39
commit
b120226e0e
16
CHANGES
16
CHANGES
@ -1,3 +1,19 @@
|
|||||||
|
2020.02.6, released September 5th, 2020
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Fix a 2020.02.5 build regression in busybox when systemd (and
|
||||||
|
not less) are enabled because of missing infrastructure.
|
||||||
|
|
||||||
|
Updated/fixed packages: alsa-utils, avahi, busybox, cups,
|
||||||
|
docker-cli, graphite2, imagemagick, libeXosip2, mbedtls,
|
||||||
|
nvidia-driver, paho-mqtt-c, python-django, systemd, uclibc,
|
||||||
|
usb_modeswitch, wolfssl
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#12911: usb_modeswitch installation race condition
|
||||||
|
|
||||||
2020.02.5, released August 29th, 2020
|
2020.02.5, released August 29th, 2020
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
4
Makefile
4
Makefile
@ -92,9 +92,9 @@ all:
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2020.02.5
|
export BR2_VERSION := 2020.02.6
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1598727000
|
BR2_VERSION_EPOCH = 1599333000
|
||||||
|
|
||||||
# Save running make version since it's clobbered by the make package
|
# Save running make version since it's clobbered by the make package
|
||||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user