]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2017.02.4 2017.02.4
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Jul 2017 16:50:41 +0000 (18:50 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Jul 2017 16:50:41 +0000 (18:50 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index d8b369fe8d75925e685f6e0f4d3ae147c8491305..90d409f2c61a1fc330dbb7df74f3385da6de67e0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+2017.02.4, Released July 4th, 2017
+
+       Important / security related fixes.
+
+       Update support/scripts/scancpan to use METACPAN v1 API as v0
+       has been shutdown.
+
+       Update support/scripts/mkusers to handle setups where
+       /etc/shadow is a symlink.
+
+       External toolchain: Don't create musl dynamic loader symlink
+       for static builds.
+
+       Setlocalversion: Correct detection of mercurial revisions for
+       non-tagged versions.
+
+       Updated/fixed packages: apache, automake, bind, botan, c-ares,
+       dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, gnutls,
+       gst1-plugins-bad, imagemagick, imx-uuc, intltool, iperf,
+       ipsec-tools, irssi, libgcrypt, libmad, libnl, mosquitto,
+       mpg123, ncurses, nodejs, ntp, openssh, openvpn, qt5base,
+       qt5multimedia, rtl8821au, socat, spice, systemd, tor, tslib,
+       vlc, x264, xserver_xorg-server
+
+       Issues resolved (http://bugs.buildroot.org):
+
+       #9976: License file for package 'rtl8821au' incorrect
+
 2017.02.3, Released June 2nd, 2017
 
        Important / security related fixes.
index f74d59b3a4d00b17fb9b76531b323177c4d42501..321b3073834e1c8673cc5acec2af069ece93bf8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
 all:
 
 # Set and export the version string
-export BR2_VERSION := 2017.02.3
+export BR2_VERSION := 2017.02.4
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1496390000
+BR2_VERSION_EPOCH = 1499186000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)