diff --git a/CHANGES b/CHANGES index e48ac23adc..baa85622ae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +2018.05, Released June 1st, 2018 + + Minor fixes. + + Download: Work around for hanging connections for packages + from CVS, by adding a 10 minute max timeout. + + Updated/fixed packages: binutils, clang, dash, expect, git, + glibc, jpeg-turbo, libjpeg, log4cplus, openvmtools, xen, + + Issues resolved (http://bugs.uclibc.org): + + #11051: runtime issue on STM32 with usage of binutils 2.29.x + 2018.05-rc3, Released May 28th, 2018 Fixes all over the tree. diff --git a/Makefile b/Makefile index 7be8a6634b..9f32c96001 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.05-rc3 +export BR2_VERSION := 2018.05 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1527540000 +BR2_VERSION_EPOCH = 1527884000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 03f8e1818c..fd08093783 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -8,7 +8,7 @@
1 June 2018
+The stable 2018.05 release is out - Thanks to everyone + contributing and testing the release candidates. See the + CHANGES + file for more details + and go to the downloads page to pick up the + 2018.05 release.
+