diff --git a/CHANGES b/CHANGES index 99ee902348..56f1c32a5c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2017.02.6, Not yet released +2017.02.6, Released September 24th, 2017 Important / security related fixes. @@ -10,15 +10,16 @@ Updated/fixed packages: apache, bcusdk, bind, binutils, bluez5_utils, botan, cmake, connman, dbus, dialog, e2fsprogs, faad2, fakeroot, ffmpeg, file, flashrom, gcc, gd, gdb, - gdk-pixbuf, git, gnupg, gpsd, grub2, imagemagick, iostat, - iucode-tool, jack2, libarchive, libcurl, libgcrypt, - libphidget, librsync, librsvg, libsoup, libxml2, linux-tools, - lua, mariadb, mbedtls, mediastreamer, minidlna, netplug, - nss-pam-ldapd, nvidia-driver, openjpeg, postgresql, - proxychains-ng, python-libconfig, python-service-identity, qt, - rpcbind, ruby, samba4, squashfs, squid, strongswan, - subversion, supervisor, sysvinit, tcpdump, transmission, - unrar, valgrind, vim, webkitgtk, whois, xen, zmqpp + gdk-pixbuf, git, gnupg, gpsd, grub2, gst1-plugins-bad, + imagemagick, iostat, iucode-tool, jack2, libarchive, libcurl, + libgcrypt, libidn, libphidget, librsync, librsvg, libsoup, + libxml2, linux-tools, lua, mariadb, mbedtls, mediastreamer, + minidlna, netplug, nss-pam-ldapd, nvidia-driver, openjpeg, + postgresql, proxychains-ng, python-libconfig, + python-service-identity, qt, rpcbind, ruby, samba4, squashfs, + squid, strongswan, subversion, supervisor, sysvinit, tcpdump, + tor, transmission, unrar, valgrind, vim, webkitgtk, whois, + xen, zmqpp Issues resolved (http://bugs.buildroot.org): diff --git a/Makefile b/Makefile index 9b517904e6..3514d938b4 100644 --- a/Makefile +++ b/Makefile @@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O) all: # Set and export the version string -export BR2_VERSION := 2017.02.5 +export BR2_VERSION := 2017.02.6 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1501100000 +BR2_VERSION_EPOCH = 1506285000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION)