Update for 2015.11.1

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2015-12-05 23:04:40 +01:00
parent c76f557eef
commit 9f0610c188
2 changed files with 11 additions and 1 deletions

10
CHANGES
View File

@@ -1,3 +1,13 @@
2015.11.1, Released December 5th, 2015
Fix for issue with the host package RPATH check when a custom host
directory (BR2_HOST_DIR=/path/to/somewhere) is used.
Important (and/or security related) bugfixes for busybox,
dropbear, libpng and openssl.
Updated/fixed packages: busybox, dropbear, gawk, libpng, openssl
2015.11, Released November 30th, 2015
Minor fixes.

View File

@@ -41,7 +41,7 @@ else # umask
all:
# Set and export the version string
export BR2_VERSION := 2015.11
export BR2_VERSION := 2015.11.1
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)