浏览代码

Update for 2016.11.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 8 年之前
父节点
当前提交
cf01d69e1b
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 8 0
      CHANGES
  2. 1 1
      Makefile

+ 8 - 0
CHANGES

@@ -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.

+ 1 - 1
Makefile

@@ -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)