]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2017.02.9 2017.02.9
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Jan 2018 11:20:54 +0000 (12:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Jan 2018 11:20:54 +0000 (12:20 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 63874350161d2633534097944f55f488d3efb065..a632a936753d05e50400fcf2d23c5a0d624ef460 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+2017.02.9, Released January 1st, 2018
+
+       Important / security related fixes.
+
+       Fix divide by zero issue in size-stats script.
+
+       Fix makefile include ordering issue with certain make versions
+       in the external toolchain handling.
+
+       Updated/fixed packages: dhcp, exim, flann, gdb, heimdal,
+       libcue, libcurl, libevent, libpqxx, libsoxr, linphone, lldpd,
+       mariadb, mfgtools, mtools, nodejs, nut, openssl, rsync,
+       samba4, tor, vlc, webkitgtk, wireshark, xfsprogs,
+       xlib_libXcursor, xlib_libXfont, xlib_libXfont2
+
 2017.02.8, Released November 27th, 2017
 
        Important / security related fixes.
index b3cfa54794ba4ffa1f66c58b6a8c02368b605343..f35b0a0acd502990b7b9d78666e869698b19659d 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.8
+export BR2_VERSION := 2017.02.9
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1511823000
+BR2_VERSION_EPOCH = 1514805000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)