diff options
author | 2018-12-20 10:44:05 +0100 | |
---|---|---|
committer | 2018-12-20 10:44:05 +0100 | |
commit | 348d79a331d30a4f547827c71f75d9d4da7aab82 (patch) | |
tree | 947800a9d42bc0cf570c84e35546b080cdd054b9 | |
parent | 323757f1b88e100ecca70595bd7ac382a02fefc2 (diff) | |
download | buildroot-2018.08.x.tar.gz buildroot-2018.08.x.tar.bz2 |
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 20 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,23 @@ +2018.08.4, Released December 20th, 2018 + + Important / security related fixes. + + Defconfigs: Fixes for ci20, orangepi zero plus 2 + + Download wrapper: Fix for urlencode handling + + Updated/fixed packages: c-ares, dante, docker-compose, + domoticz, freetype, ghostscript, gnutls, libcurl, libgpgme, + libid3tag, libiscsi, libmpd, libopenssl, liboping, libpjsip, + linux-firmware, liquid-dsp, luvi, lynx, msgpack, nginx, + nodejs, php, popt, pps-tools, prosody, python-numpy, + python-requests, samba4, sdl2_net, squashfs, swupdate, + systemd, uclibc, vte, webkitgtk, wine, xfsprogs + + Issues resolved (http://bugs.uclibc.org): + + #11426: pps-tools bash dependency + 2018.08.3, Released November 26th, 2018 Important / security related fixes. @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.08.3 +export BR2_VERSION := 2018.08.4 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1543269000 +BR2_VERSION_EPOCH = 1545299000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |