diff options
author | 2017-03-10 00:00:07 +0100 | |
---|---|---|
committer | 2017-03-10 00:00:07 +0100 | |
commit | cf01d69e1b7bf6b4e31d7f7bab646365f75394d5 (patch) | |
tree | cc69ef06fc5a51a596bb753bfc5d5a1f9c2f4ccb | |
parent | 40185d3bff7f501195d57a9ef66bc92f00d55af8 (diff) | |
download | buildroot-2016.11.x.tar.gz buildroot-2016.11.x.tar.bz2 |
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2016.11.3, Released March 9th, 2017 + + Important / security related fixes. + + Updated/fixed packages: bind, dbus, gnutls, imagemagick, + lcms2, libcurl, ntfs-3g, ntp, openssl, php, quagga, redis, + squid, stunnel, tcpdump, vim, wavpack, wireshark, xlib_libXpm + 2016.11.2, Released January 25th, 2017 Important / security related fixes. @@ -83,7 +83,7 @@ else # umask / $(CURDIR) / $(O) all: # Set and export the version string -export BR2_VERSION := 2016.11.2 +export BR2_VERSION := 2016.11.3 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |