From 3b4b3e7cd4618e56f5c6a8ea098ffd573a2e868e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 29 Apr 2019 10:37:21 +0200 Subject: [PATCH] Update for 2019.02.2 Signed-off-by: Peter Korsgaard --- CHANGES | 25 +++++++++++++------------ Makefile | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index 622b31141a..e5021f7f90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2019.02.2, Not yet released +2019.02.2, Released April 29th, 2019 Important / security related fixes. @@ -24,17 +24,18 @@ busybox, civetweb, cjson, copas, davfs2, docker-cli, docker-containerd, docker-engine, dovecot, dovecot-pigeonhole, freerdp, gerbera, ghostscript, git, gnutls, go, gst-omx, - gst1-plugins-ugly, haproxy, hostapd, ipsec-tools, libfreefare, - libfuse, libkrb5, libpng, libxml2, libxslt, linknx, linux, - linux-firmware, linux-tools, live555, lldp, lrzsz, lynx, - madplay, make, minicom, mongodb, msmtp, musl, mutt, neon, - netsnmp, numactl, opus, perl, php, postgresql, pure-ftpd, - python-urllib3, python3, qt5base, rapidxml, rpm, rsyslog, - ruby, runc, samba4, sane-backends, softether, stunnel, - sysklogd, syslinux, syslog-ng, systemd-bootchart, thttpd, - thrift, tiff, tor, tpm2-tools, tpm2-tss, webkitgtk, - yaffs2utils, wget, wpa_supplicant, wsapi, xapp_xfd, - xlib_libXpm, xserver_xorg-server, xz, znc + gst1-plugins-base, gst1-plugins-ugly, haproxy, hostapd, + ipsec-tools, libfreefare, libfuse, libkrb5, libpng, libxml2, + libxslt, linknx, linux, linux-firmware, linux-tools, live555, + lldp, lrzsz, lynx, madplay, make, minicom, mongodb, msmtp, + musl, mutt, neon, netsnmp, numactl, opus, perl, php, + postgresql, pure-ftpd, python-urllib3, python3, qt5base, + rapidxml, rpm, rsyslog, ruby, runc, samba4, sane-backends, + softether, stunnel, sysklogd, syslinux, syslog-ng, + systemd-bootchart, thttpd, thrift, tiff, tor, tpm2-tools, + tpm2-tss, webkitgtk, yaffs2utils, wget, wpa_supplicant, wsapi, + xapp_xfd, xapp_xload, xlib_libXpm, xserver_xorg-server, xz, + znc Issues resolved (http://bugs.uclibc.org): diff --git a/Makefile b/Makefile index 5438c3e733..c510b7cbaa 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2019.02.1 +export BR2_VERSION := 2019.02.2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1553900000 +BR2_VERSION_EPOCH = 1556527000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION)